This article shares some possible use cases you can support. This can be a helpful jumping off point as you plan your implementation.
You can publish a dropshipping provider's product catalog to the Wix Marketplace so Wix store owners can discover and sell the products. You need to create products with complete information including media, pricing, and shipping details.
To create and manage a product catalog:
providerInfo, name, media, types, and minimumPrice. The API returns the created product object.types for dropshipping products or include wholesale options. This assigns the distribution type on the product record.media.items array becomes the main image and appears as the product's main image in Marketplace listings.minimumShippingCost and shippingTime for each location. These values determine the shipping cost and estimated delivery time shown to Wix store owners.directCategories parameter. Associating direct categories improves discoverability by assigning the product to specific category IDs.itemMetadata.success field for each result to identify failures.You want to organize products into categories for better discoverability and implement search functionality to help Wix store owners find relevant products quickly.
To organize and search products:
directCategories with category IDs. This assigns those categories to the product so it appears under the specified category IDs in searches and category listings.allCategories with both direct categories and their ancestor categories.search.expression, aggregations for faceted navigation, and eventually consistent results optimized for performance.filter parameter with WQL syntax. See the API Query Language for more information.sort parameter with fields like minimumPrice, createdDate, or name. The API returns results ordered by the specified sort field.