Changelog
v1.4.2 (2022-06-07)
Update | Resources |
---|---|
Add new header as-api-key to replace am-api-key | Headers |
v1.4.1 (2022-01-26)
Update | Resources |
---|---|
Add Snatshot fields validation to orders.item. Snatshot fields cannot be changed after creating in Automizely | POST /orders |
v1.4.0 (2021-11-23)
Update | Resources |
---|---|
Add new header am-api-key to replace am-app-id | Headers |
v1.3.0 (2021-10-29)
Update | Resources |
---|---|
New endpoints | PATCH /products/:id PATCH /orders/:id PATCH /stores/:id |
v1.2.0 (2021-10-08)
Update | Resources |
---|---|
Add required validation to the following fields of orders: source_id 、number 、currency 、status 、financial_status 、fulfillment_status 、order_total 、shipping_total 、tax_total 、discount_total 、subtotal 、source_created_at 、source_updated_at | POST /orders |
Add required validation to the following fields of orders.items: source_id 、sku 、quantity 、unit_weight 、unit_price 、title | POST /orders |
Add required validation to the following fields of orders.shipments: tracking_number | POST /orders |
Add required validation to the following fields of orders.customers: first_name 、emails | POST /orders |
Add required validation to the following fields of orders.shipping_address and orders.billing_address: first_name 、address_line_1 、city 、state 、country_region | POST /orders |
Add required validation to the following fields of products.variants: source_id 、sku 、title 、price 、image_urls 、compare_at_price 、allow_backorder 、options | POST /products |
v1.1.0 (2021-07-27)
Update | Resources |
---|---|
New endpoints | POST /gdpr GET /stores/:id GET /orders/:id GET /products/:id |
v1.0.0 (2021-06-02)
Update | Resources |
---|---|
Initial release | - |
New endpoints | POST /orders POST /products POST /stores POST /uninstalls |