Developer
Order Shipments - Hands-on Lab
https://api.bigcommerce.com/stores/{{store_hash}}/v2/orders/{order_id}/shipments
{ "tracking_number": "EJ958083578UK", "comments": "Janes Order", "order_address_id": "128", "shipping_provider": "", "items": [ { "order_product_id": 194, "quantity": 1 }, { "order_product_id": 195, "quantity": 1 } ]}
https://api.bigcommerce.com/stores/{{store_hash}}/v2/orders/{order_id}/shipments/{shipment_id}
{ "tracking_number": "EJ958083578US"}
https://api.bigcommerce.com/stores/{{store_hash}}/v2/orders/{order_id}/shipments/count
{order_id}