Skip to content

Commit

Permalink
Send Invoice API
Browse files Browse the repository at this point in the history
Fix broken link and path params of Send invoice API.
  • Loading branch information
anabaarbosa committed Oct 16, 2024
1 parent 3d37389 commit 5d8d686
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
},
{
"$ref": "#/components/parameters/marketplaceServicesEndpoint"
},
{
"$ref":"#/components/parameters/invoiceNumber"
}
],
"requestBody": {
Expand Down Expand Up @@ -295,7 +298,7 @@
"marketplaceServicesEndpoint": {
"name": "marketplaceServicesEndpoint",
"in": "path",
"description": "This is an endpoint sent from VTEX to the external seller in the [Order placement request](https://developers.vtex.com/vtex-rest-api/reference/external-seller#order-placement).",
"description": "This is an endpoint sent from VTEX to the external seller in the [Order placement request](https://developers.vtex.com/docs/api-reference/marketplace-protocol-external-seller-fulfillment#post-/pvt/orders).",
"required": true,
"style": "simple",
"schema": {
Expand Down

0 comments on commit 5d8d686

Please sign in to comment.