Legacy API Map for Fulfillment¶
The following tables map the legacy SOAP-based APIs with the current REST-based APIs.
Products¶
Operation |
Legacy Resource |
REST Resource |
---|---|---|
Post Products |
/post_products.aspx |
POST /v1/products |
Search Products |
/products.aspx |
Receiving / Advanced Shipment Notification (ASN)¶
Operation |
Legacy Resource |
REST Resource |
---|---|---|
Post Manifests |
/post_manifests.aspx |
POST /v1/receiving-asn |
Cancel Manifest |
/cancel_manifest.aspx |
|
Search Manifests |
/manifests.aspx |
POST /v1/receiving-asn/search |
Inventory¶
Operation |
Legacy Resource |
REST Resource |
---|---|---|
Inventory |
/inventory.aspx
|
Orders / Shipments¶
Operation |
Legacy Resource |
REST Resource |
---|---|---|
Post Shipments |
/post_shipments.aspx |
|
Shipment Contents Update |
/update_shipment_contents.aspx |
|
Shipment Address Update |
/update_shipment_address.aspx |
|
Cancel Shipment |
/cancel_shipment.aspx |
|
GET /v1/orders/{orderId} |
||
Search Shipments |
/shipments.aspx |
Kitting / Bill of Materials (BOM)¶
Operation |
Legacy Resource |
REST Resource |
---|---|---|
POST /v1/bill-of-materials |
Work Orders¶
Return Orders (Fulfillment)¶
Operation |
Legacy Resource |
REST Resource |
---|---|---|
Post Inbound Returns |
/post_inbound_returns.aspx |
|
Inbound Returns |
/inbound_returns.aspx |
|
Returns |
/returns.aspx |
PUT /v1/returns/{return-order-id} |