Past Changelog

This page contains the past changelog. For the changelog of the current version, please refer to this page.

2024-04 (2024-04-11)

CHANGEBEFOREAFTER
Base URLhttps://api.aftership.com/commerce/v1https://api.aftership.com/commerce/2024-04
as-api-version header’s valuewon’t return2024-04
The definition of as-store-id has changedThe identifier of your store. You need to generate it yourself. Note that this value must consist of numbers and letters (A-Z, a-z, 0-9), and special characters can only be hyphens (-) or underscores (_).The unique store identifier is generated by AfterShip. You can obtain this id by making a GET /stores call to get existing stores or a POST /stores to create a new store.
Support for listing data from ecommerce platformsYou can only list data that you import through the Commerce API.You can list data that you import through Integrations.
New store model field-source_id
platform
New order model field-store.id
New product model field-store.id

v1.12.0 (2024-03-12)

UpdateResources
add fileds returnable_quantity for order itemsorders

v1.11.1 (2023-10-10)

UpdateResources
add fileds service_type and ship_from_address for shipmentsorders
add GET /ordersorders
add GET/storesstores

v1.11.0 (2023-09-25)

UpdateResources
PATCH /orders/:id support to update status,financial_status,fulfillment_statusorders

v1.10.0 (2023-08-03)

UpdateResources
PATCH /orders/:id support to update shipmentsorders

v1.9.0 (2023-05-09)

UpdateResources
Add new field to order shipment: custom_fieldsorders

v1.8.0 (2023-04-04)

UpdateResources
Add new field to order shipment: source_delivered_atorders

v1.7.0 (2023-02-24)

UpdateResources
Remove required validation to the following fields of orders: financial_statusfulfillment_statusshipping_totaltax_totaldiscount_totalsubtotalsource_created_atsource_updated_atPOST /orders
Remove required validation to the following fields of orders.items: skuunit_weightunit_pricePOST /orders
Remove required validation to the following fields of orders.customers: first_nameemailsPOST /orders
Remove required validation to the following fields of orders.shipping_address and orders.billing_address: first_nameaddress_line_1citystatecountry_regionPOST /orders
Remove required validation to the following fields of products: slugsource_created_atsource_updated_atPOST /products
Remove required validation to the following fields of products.variants: image_urlscompare_at_priceallow_backorderoptionsPOST /products
Remove source_id of storesPOST /stores
Remove required validation to the following fields of stores: timezone_identifierurlPOST /stores

v1.6.0 (2022-11-17)

UpdateResources
Add new fields to order item: product_categoriesproduct_tagsorders

v1.5.0 (2022-08-03)

UpdateResources
Add new domain api.aftership.com to replace api.automizely.com-

v1.4.2 (2022-06-07)

UpdateResources
Add new header as-api-key to replace am-api-keyHeaders

v1.4.1 (2022-01-26)

UpdateResources
Add Snatshot fields validation to orders.item. Snatshot fields cannot be changed after creating in AutomizelyPOST /orders

v1.4.0 (2021-11-23)

UpdateResources
Add new header am-api-key to replace am-app-idHeaders

v1.3.0 (2021-10-29)

UpdateResources
New endpointsPATCH /products/:id
PATCH /orders/:id
PATCH /stores/:id

v1.2.0 (2021-10-08)

UpdateResources
Add required validation to the following fields of orders: source_idnumbercurrencystatusfinancial_statusfulfillment_statusorder_totalshipping_totaltax_totaldiscount_totalsubtotalsource_created_atsource_updated_atPOST /orders
Add required validation to the following fields of orders.items: source_idskuquantityunit_weightunit_pricetitlePOST /orders
Add required validation to the following fields of orders.shipments: tracking_numberPOST /orders
Add required validation to the following fields of orders.customers: first_nameemailsPOST /orders
Add required validation to the following fields of orders.shipping_address and orders.billing_address: first_nameaddress_line_1citystatecountry_regionPOST /orders
Add required validation to the following fields of products.variants: source_idskutitlepriceimage_urlscompare_at_priceallow_backorderoptionsPOST /products

v1.1.0 (2021-07-27)

UpdateResources
New endpointsPOST /gdpr
GET /stores/:id
GET /orders/:id
GET /products/:id

v1.0.0 (2021-06-02)

UpdateResources
Initial release-
New endpointsPOST /orders
POST /products
POST /stores
POST /uninstalls