{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Get Suggestions API", "version": "1.0" }, "items": [ { "info": { "name": "Get Suggestions", "type": "folder" }, "items": [ { "info": { "name": "VTex Get all SKU suggestions", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/suggestions", "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": "q", "value": "", "type": "query", "description": "This field allows you to customize your search. You can fill in this query param if you want to narrow down your search using the available filters on Received SKU modules." }, { "name": "type", "value": "", "type": "query", "description": "This field allows users to filter SKU suggestions, by searching only the new suggestions that were just sent, and suggestions that have already been sent, but were updated. Possible values for this field include `new` and `update`." }, { "name": "seller", "value": "", "type": "query", "description": "A string that identifies the seller in the marketplace. This ID must be created by the marketplace and informed to the seller so it can call this endpoint." }, { "name": "status", "value": "", "type": "query", "description": "Narrow down you search, filtering by status. Values allowed on this field include: `accepted`, `pending` and `denied.`" }, { "name": "hasmapping", "value": "", "type": "query", "description": "This field allows you to filter SKUs that have mapping or not. Insert `true` to filter SKUs that have mapping, or `false` to retrieve SKUs that aren't mapped." }, { "name": "matcherid", "value": "", "type": "query", "description": "Identifies the matching entity. It can be either VTEX's matcher, or an external matcher developed by partners, for example. The `matcherId`'s value can be obtained through the [Get SKU Suggestion by ID](https://developers.vtex.com/vtex-rest-api/reference/getsuggestion) endpoint." }, { "name": "_from", "value": "", "type": "query", "description": "Define your pagination range, by adding the pagination starting value. Values should be bigger than 0, with a maximum of 50 records per page." }, { "name": "_to", "value": "", "type": "query", "description": "Define your pagination range, by adding the pagination ending value. Values should be bigger than 0, with a maximum of 50 records per page." } ] }, "docs": "This endpoint retrieves a list of all SKUs sent by the seller for the Marketplace's approval. Marketplace operators should use this endpoint whenever they want to check the full list of received SKUs and their information. \n\nNote that all the information sent by the seller will be in the [content] object. All remaining information in this endpoint's response is given by the Matcher. \n\nMatcher rates received SKUs by correlating the data sent by sellers, to existing fields in the marketplace. The" }, { "info": { "name": "VTex Get SKU Suggestion by ID", "type": "http" }, "http": { "method": "GET", "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 retrieves the data of a specific SKU sent by the seller, to the marketplace. Marketplaces or external matchers can call this endpoint when they want to check the information about a single SKU. \n\nNote that all the information sent by the seller will be in the [content] object. All remaining information in this endpoint's response is given by the Matcher. \n\nMatcher rates received SKUs by correlating the data sent by sellers, to existing fields in the marketplace. The calculation of " } ] } ], "bundled": true }