API family
Products
Create, query, and update product listings, including approval and attributes.
22 endpoints
| Method | Path | Title |
|---|---|---|
| POST | /v2/providers/seller_api/apis/api/v1/marketplace/seller/auto-generated/opt-in | Activate auto-generated option (total product unit) |
| POST | /v2/providers/seller_api/apis/api/v1/marketplace/vendor-items/{vendorItemId}/auto-generated/opt-in | Activate auto-generated option (option product unit) |
| PUT | /v2/providers/seller_api/apis/api/v1/marketplace/vendor-items/{vendorItemId}/original-prices/{originalPrice} | Change the base price for discount rate at an item level |
| PUT | /v2/providers/seller_api/apis/api/v1/marketplace/vendor-items/{vendorItemId}/prices/{price} | Changing price of each item of a product |
| PUT | /v2/providers/seller_api/apis/api/v1/marketplace/vendor-items/{vendorItemId}/quantities/{quantity} | Changing quantity of each product item |
| DELETE | /v2/providers/seller_api/apis/api/v1/marketplace/seller-products/{sellerProductId} | Delete a Product |
| POST | /v2/providers/seller_api/apis/api/v1/marketplace/seller/auto-generated/opt-out | Disable auto-generated option (total product unit) |
| POST | /v2/providers/seller_api/apis/api/v1/marketplace/vendor-items/{vendorItemId}/auto-generated/opt-out | Disable auto-generated option (option product unit) |
| PUT | /v2/providers/seller_api/apis/api/v1/marketplace/seller-products | Modify Product |
| POST | /v2/providers/seller_api/apis/api/v1/marketplace/seller-products | Product Creation |
| GET | /v2/providers/seller_api/apis/api/v1/marketplace/seller-products | Product list paging query |
| GET | /v2/providers/seller_api/apis/api/v1/marketplace/seller-products/time-frame | Product list ranging query |
| PUT | /v2/providers/seller_api/apis/api/v1/marketplace/seller-products/{sellerProductId}/partial | Product Modification (Approval not required) |
| GET | /v2/providers/seller_api/apis/api/v1/marketplace/seller-products/{sellerProductId}/histories | Query a history of product status updates |
| GET | /v2/providers/seller_api/apis/api/v1/marketplace/seller-products/inflow-status | Query a status of product registration |
| GET | /v2/providers/seller_api/apis/api/v1/marketplace/seller-products/external-vendor-sku-codes/{externalVendorSkuCode} | Query a summary of product info |
| GET | /v2/providers/seller_api/apis/api/v1/marketplace/vendor-items/{vendorItemId}/inventories | Query quantity/price/status by product items |
| GET | /v2/providers/seller_api/apis/api/v1/marketplace/seller-products/{sellerProductId} | Querying product |
| GET | /v2/providers/seller_api/apis/api/v1/marketplace/seller-products/{sellerProductId}/partial | Querying product (Approval not required) |
| PUT | /v2/providers/seller_api/apis/api/v1/marketplace/seller-products/{sellerProductId}/approvals | Request for product approval |
| PUT | /v2/providers/seller_api/apis/api/v1/marketplace/vendor-items/{vendorItemId}/sales/resume | Resume sales of each item of a product |
| PUT | /v2/providers/seller_api/apis/api/v1/marketplace/vendor-items/{vendorItemId}/sales/stop | Suspend sale of each item of a product |