v1

latestSwagger 2.02026-07-133652141.7 KB
order

Update new order to include shipment information

Updates order to include shipment shiped information. This endpoint can be used to include a single or multiple shipments for any give order. In order to inform that all items of a order where shipped list all of them, including applicable quantities in the payload.

post/order/{orderId}/shipment/sent

Path parameters

orderIdstring required

Unique Order Id

Headers

authorizationstring required

Authorization token. The Authorization token can be found in your Admin console.

Request body

itemsstring[] required

List of Order IDs of this items from this order that will be updated in this shipment

occurredAtstring date-time required

Data da ocorrência

trackingUrlstring

Courier tracking URL

numberstring

Unique id shipment Id in the courier system

sellerShipmentIdstring required

Unique Seller shipment Id. This must be unique across all orders and shipmnents

ctestring

Conhecimento do Transporte Eletrônico

Response

Sucess!