Create fulfillment
POST https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments
Use this request to update the fulfillment status from your orders to fulfilled.
Request Body
{"fulfillment"=>{"tracking"=>{"url"=>"https://tracking-url.com", "number"=>"230128", "company"=>"FedEx"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |