{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Manage Suggestions API", "version": "1.0" }, "items": [ { "info": { "name": "Manage Suggestions", "type": "folder" }, "items": [ { "info": { "name": "VTex Send SKU Suggestion", "type": "http" }, "http": { "method": "PUT", "url": "https://{providerApiEndpoint}/suggestions/:sellerId/:sellerSkuId", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "accountName", "value": "", "type": "path", "description": "Name of the VTEX account to which the seller wants to suggest a new SKU. It is used as part of the request URL." }, { "name": "sellerId", "value": "", "type": "path", "description": "A string that identifies the seller in the marketplace. This ID must be created by the marketplace and informed to the seller before the integration is built." }, { "name": "sellerSkuId", "value": "", "type": "path", "description": "A string that identifies the SKU in the seller. This is the ID that the marketplace will use for future references to this SKU, such as price and inventory notifications." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This request is used by the seller when it wants to suggest that one of their SKUs is sold in the marketplace.\n\nBefore using this request, the seller should always use the [Change Notification](https://developers.vtex.com/vtex-rest-api/reference/catalog-api-get-seller-sku-notification) request in order to check if the SKU already exists in the marketplace. If it doesn't, then this is the next call in the SKU integration flow.\n\nIn the Send Suggestion request, the seller must send information abou" }, { "info": { "name": "VTex Delete SKU Suggestion", "type": "http" }, "http": { "method": "DELETE", "url": "https://{providerApiEndpoint}/suggestions/:sellerId/:sellerSkuId", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "accountName", "value": "", "type": "path", "description": "Name of the VTEX account. Used as part of the URL." }, { "name": "sellerId", "value": "", "type": "path", "description": "A string that identifies the seller in the marketplace. This ID must be created by the marketplace and informed to the seller before the integration is built." }, { "name": "sellerSkuId", "value": "", "type": "path", "description": "A string that identifies the SKU in the marketplace. This is the ID that the marketplace will use for future references to this SKU, such as price and inventory notifications." } ] }, "docs": "This endpoint deletes a chosen SKU suggestion. Only one SKU should be deleted per request. This request cannot be undone. A workaround to revert its action, is to send the suggestion again, through the Send Suggestion API." } ] } ], "bundled": true }