DistributorProduct
Distributor Product information
This page contains
Fields
| id: ID! | Identifier of the product |
| distributorId: String! | 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 @deprecated( reason: "Use 'editions' instead. The flattened pricing is superseded by the Product -> Edition -> Pricing plan model (DISTI-306) and will be removed after consumer cutover." )PREVIEW | Product Pricing |
| editions: [DistributorProductEdition!] PREVIEW | Product editions (Product -> Edition -> Pricing plan). Replaces the flattened '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 |
| isImportFailed: Boolean | Is the latest import attempt failed |
| leadTimes: [DistributorProductLeadTime!] PREVIEW | Delivery Lead Time |
| 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 |