Skip to main content

supplierProduct

Get a single SupplierProduct by its ID.

Requires supplierproduct/read permission on the requesting identity

supplierProduct(
supplierProductId: ID!
): SupplierProduct

Arguments

supplierProduct.supplierProductId ● ID! non-null scalar

Type

SupplierProduct object

This is the main entity of the Supplier domain, and is used to represent a product, which is a group of SKUs. SKUs are represented by SupplierVariants, a child of this entity. This entity is less frequently updated, it is more likely that SupplyVariant will be updated frequently.