Deprecated
2026-04 Deprecation of Sale Fulfillment Endpoints
2 days ago by ReadMe GitHub Action
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
| Method | Path | Replacement |
|---|---|---|
POST | /api/2026-04/sales/{sale_id}/fulfill | POST /api/2026-04/fulfillments/fulfill |
GET | /api/2026-04/sales/{sale_id}/fulfillments | GET /api/2026-04/fulfillments |
GET | /api/2026-04/sales/{sale_id}/pick_lists | GET /api/2026-04/fulfillments |
For guidance on using the replacement endpoints, see the Fulfillments tutorial.
