Good afternoon, I’m running some tests with the External Marketplace API and it seems the request link is broken, the link looks like this:
https://developers.vtex.com/apiexamples.vtexcommercestable.com.br/api/fulfillment/pvt/orders
This is the page: Marketplace Protocol
Hey @luizedu00 ! It looks like there was an error in the Open API schema definition that generates the documentation, here:
},
"responses": {
"200": {
"description": "OK",
"headers": {}
}
},
"deprecated": false
}
},
"/{accountName}.{environment}.com.br/api/fulfillment/pvt/orders": {
"post": {
"tags": [
"External Marketplace"
],
"summary": "Place fulfillment order",
"description": "Creates fulfillment order, meaning that it is an order for the seller's side in a sale made through a marketplace. This order assumes the transaction itself has already happened on the marketplace's side and, therfore, cares only about the fulfillment side.\n\r\n\r> If you plan to integrate external orders with possible [Price divergence](https://help.vtex.com/en/tutorial/price-divergence-rule--6RlFLhD1rIRRshl83KnCjW#) be mindful of the `isCreatedAsync` request body field. \n\nFor a detailed explanation of the steps required to develop a custom connector to become an external marketplace for VTEX sellers, check out our complete [External Marketplace Integration Guide](https://developers.vtex.com/vtex-rest-api/docs/external-marketplace-integration-guide).",
"operationId": "PlaceFulfillmentOrder",
"parameters": [
{
"name": "accountName",
This solution probably worked on our old Developer Portal, but on the new Developer Portal it’s not quite right. The Base URL in the testing section ended up being wrong.
Just to confirm, is the issue in the cURL generated at the bottom of the page?
That’s right, I think it will be necessary to make a change to the method link right after the title as well.