Outbound Shipments

List outbound shipments

GET/shipments/outbound
Parameter Type Examples Description
filters[not_shipped] Optional
booleanFilter to only return shipments that have not been shipped

Create an outbound shipment

POST/shipments/outbound
Parameter Type Examples Description
name Required
stringMy FBA ShipmentThe name of the outbound shipment
notes Optional
stringOptional notes for the outbound shipment
warehouse_id Required
integer1The ID of the warehouse for this shipment

List archived outbound shipments

GET/shipments/outbound/archived

Get an outbound shipment

GET/shipments/outbound/{outbound_shipment}
Parameter Type Examples Description
outbound_shipment Required
integer1The ID of the outbound shipment

Upload an attachment to an outbound shipment

POST/shipments/outbound/{outbound_shipment}/attachment
Parameter Type Examples Description
outbound_shipment Required
integer1The ID of the outbound shipment