Changelog
2023-08-17
Update | Resources |
---|---|
Add dropoffs.shipments to webhook payload | --/-- |
2023-08-11
Update | Resources |
---|---|
Add total_charge to webhook payload on shipments[x].label | --/-- |
2023-08-03
Update | Resources |
---|---|
Add dropoffs to webhook payload | --/-- |
2023-06-19
Update | Resources |
---|---|
Add shipments[x].tracking_status to webhook payload | --/-- |
2023-05-24
Update | Resources |
---|---|
Add tracking_number , postmen_courier_slug and aftership_tracking_slug . | POST returns/rma/{rma_number}/status-transitions (also POST /returns/{id}/status-transitions) |
2023-03-03
Update | Resources |
---|---|
Add received_quantity and last_received_at to webhook payload on data.return_items[N] and data.return_items[N].bundled_items[N] | --/-- |
2022-11-18
Update | Resources |
---|---|
Add shipments and return_items[N].bundled_items to webhook payload | --/-- |
Update items-receive-batch api to support receive by quantity | POST /returns/rma/{rma_number}/item-receive-batch |
2022-11-10
Update | Resources |
---|---|
Add name zone.name rule.name to webhook payload on data.return_method . | --/-- |
Update Webhook Overview article - How to setup the Webhooks section. | --/-- |
2022-10-25
Update | Resources |
---|---|
Release as-signature-hmac-sha256 as the webhook delievery signature header to replace am-webhook-signature . And the header value became the signture directly without the prefix hmac-sha256= | --/-- |
2022-09-15
Update | Resources |
---|---|
Add name to webhook payload on data.return_items[N].merchant_tags[N] . | --/-- |
2022-09-01
Update | Resources |
---|---|
Add new endpoint to update return items by rma_number . Add return_rma_number field in the resource. | PATCH /returns/rma/{rma_number}/items/{external_id} |
Add merchant_tags to webhook payload on data.return_items . | --/-- |
Support retrieving a full list of merchant tags | GET /merchant-tags |
2022-08-04
Update | Resources |
---|---|
Add a new endpoint to update information such as merchant tags and merchant images for return items. | PATCH /returns/{id}/items/{item_id} |
2022-07-15
Update | Resources |
---|---|
return.rma_name and return.rma_number was added into response resource. rma_id was renamed to rma_number in URL placeholder. | POST returns/rma/{rma_number}/status-transitions |
2022-05-19
Update | Resources |
---|---|
meta.details and meta.errors were removed from the doc. Existing users that are dependent on these fields will not be affected. | POST /returns/{id}/status-transitions |