Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url http://localhost:3000/v1/partner/manifests/{id}/shipping \ --header 'Content-Type: application/json' \ --data ' { "tracking_number": "<string>", "carrier": "<string>", "expected_delivery_date": "<string>" } '
{ "success": true, "manifest": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "taxonomy_id": "<string>", "manifest_number": 123, "partner_brand_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "expected_delivery_date": "<string>", "actual_received_at": "<string>", "tracking_number": "<string>", "carrier": "<string>", "notes": "<string>", "reorder_request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Updates tracking number, carrier, and expected delivery date for a manifest.
1
Shipping info updated
Show child attributes