Shipments
A Shipment is a grouping of one or more Line Items from one or more Orders that is physically packaged and delivered to the Buyer as a single unit. It is typically created by the Marketplace Owner after the Order is submitted as part of the fulfillment process.
Shipments.List
List shipments
v1/shipments
Shipments.Create
Create a shipment
v1/shipments
Shipments.Get
Retrieve a shipment
v1/shipments/{shipmentID}
Shipments.Save
Create or update a shipment
v1/shipments/{shipmentID}
Shipments.Delete
Delete a shipment
v1/shipments/{shipmentID}
Shipments.Patch
Partially update a shipment
v1/shipments/{shipmentID}
Shipments.ListItems
List shipment items
v1/shipments/{shipmentID}/items
Shipments.SaveItem
Create or update a shipment item
v1/shipments/{shipmentID}/items
Shipments.GetItem
Retrieve a shipment item
v1/shipments/{shipmentID}/items/{orderID}/{lineItemID}
Shipments.DeleteItem
Delete a shipment item
v1/shipments/{shipmentID}/items/{orderID}/{lineItemID}
Shipments.SetShipFromAddress
Set a ship from address
v1/shipments/{shipmentID}/shipfrom
Shipments.SetShipToAddress
Set a ship to address
v1/shipments/{shipmentID}/shipto