DistributorProduct
Distributor Product information
This page contains
Fields
id: ID! | Identifier of the product |
distributorId: DistributorId! PREVIEW | Distributor for which the product exists |
type: DistributorProductType PREVIEW | Type of the product |
createdOn: DateTime! | Time at which the product was created |
lastModifiedOn: DateTime! | Time at which the product was last modified |
distributorProductSkuId: String! | Distributor Product SKU |
manufacturerPartNumber: String! | Manufacturer Part Number |
name: String! | Product name |
vendorName: String | Vendor name |
unitPrice: Decimal | Product unit price |
price: ProductPrice PREVIEW | Product Prices |
quantity: Int! | Product Quantity |
category: CategoryOutput PREVIEW | Category Output |
isImported: Boolean | Is product imported |
productEnrichedContent(locale: Locale): ProductEnrichedContent | Product enrichment data |
Implements
Parent objects of DistributorProduct
DistributorsProductsConnection PREVIEW | Paginated result for product details by Distributor |
Queries for DistributorProduct
distributorsProducts PREVIEW | Paginated list of productDetail for a tenant |