Order Shipments - Hands-on Lab
Lesson 24 of 26 · 30 min
Orders API Lab
In this lab, you will:
- Create a new order shipment
- GET a list of order shipments
- Update a shipment
- GET a count of shipments
Prerequisites
- BigCommerce store (sandbox or live)
- Basic knowledge of APIs
- REST client (Postman)
Create a New Order Shipment
- Copy and paste the request below into Postman
- Copy and paste the code below into the Body section of Postman
- Select POST next to the request url
- Click the Send button
- Observe response
GET a List of Order Shipments
- Copy and paste the request below into Postman
- Select GET next to the request url
- Click the Send button
- Observe response
Update a Shipment
- Copy and paste the request below into Postman
- Copy and paste the code below into the Body section of Postman
- Select PUT next to the request url
- Click the Send button
- Observe response
Get a Count of Shipments
- Copy and paste the request below into Postman
- Replace
{order_id}with the ID of an order - Select GET next to the request url
- Click the Send button
- Observe response