Add new endpoints to approve return | - | POST /returns/rma/{rma_number}/approvePOST /returns/returns/{return_id}/approve |
Add new endpoints to resolve return | - | POST /returns/rma/{rma_number}/resolvePOST /returns/returns/{return_id}/resolve |
Add new endpoints to reject return | - | POST /returns/rma/{rma_number}/rejectPOST /returns/returns/{return_id}/reject |
Add new endpoints to attach return shipment | - | POST /returns/rma/{rma_number}/attach-shipmentsPOST /returns/returns/{return_id}/attach-shipments |
Add new endpoints to receive items | - | POST /returns/rma/{rma_number}/receive-itemsPOST /returns/returns/{return_id}/receive-items |
Add new endpoints to update items | - | PATCH /returns/rma/{rma_number}/items/{item_id}PATCH /returns/returns/{return_id}/items/{item_id} |
Add a new endpoint to get item tags | - | GET /item-tags |
Add some fields to the Return Object | Refer to Return Object 2024-07 for more details. | Refer to Return Object 2024-07 for more details. |
Rename all source_*_id to external_*_id | restock.items[*].source_order_item_id restock.items[*].location.source_id return_items[*].exchange_variant.source_product_id return_items[*].exchange_variant.source_variant_id | restock.items[*].external_order_item_id restock.items[*].location.external_id return_items[*].exchange_variant.external_product_id return_items[*].exchange_variant.external_variant_id |
Return item field modified | return_items[*].discounted_price_including_tax return_items[*].image_urls | return_items[*].unit_discounted_price_including_tax return_items[*].product_image_urls |
Address.country_region modified | {"country_region": {"name": "USA"}} | {"country_region": {"code": "USA"}} |
Address.state modified | {"state": "Arkansas"} | {"state": {"name": "Arkansas"}} |
Add some webhook events | - | Add: return.approvedreturn.expiredreturn.rejectedreturn.resolvedreturn.submittedreturn.dropoff.createdreturn.dropoff.shipment.updatedreturn.dropoff.updatedreturn.shipment.providedreturn.shipment.recordedreturn.shipment.updatedreturn.shipments.provided |
Webhook payload modified | - | Refer to Migrate to 2024-07 for more details. |