CreateDistributorProductsInput
Input for creating or upserting distributor catalog products (batch, max 100)
This page contains
Fields
| accountId String! | Marketplace company (vendor) UUID — same as registerDistributorAccount |
| distributorDisplayName String! | Distributor display name from createDistributor response |
| distributorMarket DistributorMarket! PREVIEW | Market for all products in this request |
| products [CreateDistributorProductInput!]! PREVIEW | Products to upsert (max 100 per request) |
Mutations for CreateDistributorProductsInput
| createDistributorProducts PREVIEW | Create or upsert distributor catalog products (headless partner flow) |