Deprecated

2026-04 Deprecation of Sale Fulfillment Endpoints

The following endpoints on the 2026-04 API have been deprecated in favour of the new fulfillments resource. They will be removed in the 2026-07 API version.

Deprecated Endpoints

MethodPathReplacement
POST/api/2026-04/sales/{sale_id}/fulfillPOST /api/2026-04/fulfillments/fulfill
GET/api/2026-04/sales/{sale_id}/fulfillmentsGET /api/2026-04/fulfillments
GET/api/2026-04/sales/{sale_id}/pick_listsGET /api/2026-04/fulfillments

For guidance on using the replacement endpoints, see the Fulfillments tutorial.