cURL
curl --request POST \ --url https://api.headlesscommerce.io/v1/admin/fulfillments/{id}/ship \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "order_id": "<string>", "status": "pending", "tracking_number": "<string>", "tracking_url": "<string>", "carrier": "<string>", "lines": [ { "order_line_id": "<string>", "quantity": 123 } ], "created_at": "2023-11-07T05:31:56Z", "shipped_at": "2023-11-07T05:31:56Z", "delivered_at": "2023-11-07T05:31:56Z" }
API Key. 예: sk_live_xxxxx 또는 pk_live_xxxxx
리소스 ID
Success
pending
shipped
delivered
cancelled
Show child attributes