Create a Shipment

Create a shipment to send order to customers

Necessary APIs & Endpoints Steps to Set up

Necessary APIs & Endpoints

Order Fulfillment API

Manage shipments including create, find, cancel, and update

GET Get Shipments

Payment Processing API

Manage Payment Processing

POST Auto Invoice

POST Create All Shipments

Steps to Set up

Merchant System needs to call GET Get Shipments with the external order id of the order to be shipped to ensure there are no existing shipments for the order
Call POST Create All Shipments with the external order ID to create shipments for the order
Create an invoice by calling POST Auto Invoice with IDType = Shipment to invoice a shipment