Migrate from 2025-04 to 2025-07

The Base URL for the API has been updated. You must update the version in the URL path for all your API requests.

  • POST /fulfillments
  • PATCH /fulfillments/{id}
  • GET /fulfillments
  • GET /fulfillments/{id}
  • POST /fulfillments/{id}/update-status
  • POST /fulfillments/{id}/ship
  • When creating or update a fulfillment, you need to remove the ship_to_location field from the request body of the POST /fulfillments endpoint. The API will no longer accept this field.
  • For all listed endpoints, you must update your code to stop reading or expecting the ship_to_location field in the fulfillment response object.

Migrate from legacy API to Versioned API

For all legacy API user (with the API URL https://api.aftership.com/commerce/v1), please visit 2024-04 migration guide for the detail instruction.