Fulfillments
POST localhost:3000/api/v2/orders/{{orderId}}/fulfillments
Creates an order's fulfillment.
Important information:
Request Body
{"fulfillment"=>{"tracking"=>{"number"=>"987654321", "company"=>"FedEx", "url"=>"https://shipping.xyz/track.php?num=123456789"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |