Fulfillments
POST https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments
Requirements.
package.dimensions.weight
- represents the weight of the package to be shipped.
tracking.number
- Tracking number assigned to the shipping label generated for this fulfillments package.
Request Body
{"fulfillment"=>{"tracking"=>{"number"=>"987654321"}, "package"=>{"dimensions"=>{"weight"=>"1"}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |