DistributorProduct
Distributor Product information
This page contains
Fields
| id: ID! | Identifier of the product |
| distributorId: DistributorId! PREVIEW | Distributor for which the product exists |
| distributorMarket: DistributorMarket! PREVIEW | Distributor market |
| 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 |
| vendorId: String | Vendor id |
| unitPrice: Decimal | Product unit price |
| pricing: ProductPricing PREVIEW | Product Pricing |
| isMultiplePurchasesAllowed: Boolean | Whether the product allows multiple purchases |
| usageType: DistributorProductUsageType PREVIEW | How many users can be assigned per purchase of the product. |
| 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 |