{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Change Seller API", "version": "1.0" }, "items": [ { "info": { "name": "Change Seller", "type": "folder" }, "items": [ { "info": { "name": "VTex Get window to change seller", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/checkout/pvt/configuration/window-to-change-seller", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ] }, "docs": "Retrieves a marketplace's window to change seller, that is, the period when it is possible to choose another seller to fulfill a given order after the original seller has canceled it.\n\r\n\rThe default period for this window is of 2 days, but it can be configured by the request Update window to change seller." }, { "info": { "name": "VTex Update window to change seller", "type": "http" }, "http": { "method": "POST", "url": "https://{providerApiEndpoint}/api/checkout/pvt/configuration/window-to-change-seller", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a marketplace's window to change seller, that is, the period when it is possible to choose another seller to fulfill a given order after the original seller has canceled it.\n\r\n\rIt is possible to check the current window using the request Get window to change seller." } ] } ], "bundled": true }