Big Commerce – Get Order Shipments via API

To gets a list of all shipments on an order., Following API need to be used. Request: GEThttps://api.bigcommerce.com/stores/{store_hash}/v2/orders/{order_id}/shipments AuthenticationX-Auth-Token in header Parameters– {store_hash} string– Accept in header with default of application/json – string – required– {order_id} – integer – required – ID of the order.Responses:1) 200 (success – Order object returned in responses)2) 400 (error code… Continue reading Big Commerce – Get Order Shipments via API