v1

latestOpenAPI 3.0.02026-07-141525155.4 KB
External Seller

Authorize fulfillment

This request is sent from VTEX to the seller after the payment is approved, to notify them that the fulfillment process can start.

post/{fulfillmentEndpoint}/pvt/orders/{sellerOrderId}/fulfill

Path parameters

fulfillmentEndpointstring required
Example:https://marketplaceexample.externalseller.com

This is the fulfillment endpoint registered for each specific external seller in the seller management section of VTEX's admin panel.

sellerOrderIdstring required
Example:00-1268540501456-01

Seller's order ID of the order ready for fulfillment. The seller can be a VTEX seller or an external one.

Headers

Acceptstring required
Example:application/json

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.

Content-Typestring required

Describes the type of the content being sent.

Request body

marketplaceOrderIdstring required

Identifies the order. The seller should use this ID to trigger the fulfillment process of the corresponding order.

Example request

{
  "marketplaceOrderId": "1138342255777-01"
}

Response

OK