Notify The Order Source
Example
POST /v-beta/sales_orders/:id/notify_shipped
POST /v-beta/sales_orders/:id/notify_shipped
123456789
POST /v-beta/sales_orders/bf2a2717-dd70-5428-a688-98bdc4bcb7e7/notify_shipped HTTP/1.1Host: api.shipengine.comAPI-Key: __YOUR_API_KEY_HERE__Content-Type: application/json{"tracking_number": "9374869901600064074368","carrier_code": "stamps_com"}
123456789101112131415
POST /v-beta/sales_orders/bf2a2717-dd70-5428-a688-98bdc4bcb7e7/notify_shipped HTTP/1.1Host: api.shipengine.comAPI-Key: __YOUR_API_KEY_HERE__Content-Type: application/json{"tracking_number": "9374869901600064074368","carrier_code": "stamps_com","sales_order_items": [{"sales_order_item_id": "0ca0a452-2f7b-5a50-8b28-4e0b8d1fa742","quantity": 1}]}