CreateDistributorProductInput
Per-product catalog fields for createDistributorProducts
This page contains
Fields
| distributorProductSkuId String! | Unique SKU per distributor |
| manufacturerPartNumber String! | Manufacturer part number |
| name String! | Product display name |
| vendorName String! | Brand / manufacturer display name |
| type DistributorProductType! PREVIEW | PHYSICAL_PRODUCT or WEB_APP |
| quantity Int | Stock quantity |
| minOrderQuantity String | Minimum order quantity |
| isDropShipProduct Boolean | |
| isMultiplePurchasesAllowed Boolean | |
| usageType DistributorProductUsageType PREVIEW | |
| subscriptionPeriod CreateDistributorProductSubscriptionPeriodInput PREVIEW | |
| leadTimes [CreateDistributorProductLeadTimeInput!] PREVIEW | |
| editions [CreateDistributorProductEditionInput!] PREVIEW | Preferred edition and pricing |
| unitPrice Decimal | Simple unit price when no editions |
| enrichedContent CreateDistributorProductEnrichedContentInput PREVIEW | Inline content enrichment |