Order cancel (canceled by seller)
Each item within the cancel_items array specifies details for cancellation:
Request
Body Params application/json
{
"cancel_id": 1078354,
"order_number": "NMSAC3R37F2891PN-IO-1",
"cancel_quantity": 1,
"order_item_number": "NMSAC3R37F2891PN-IO-1_HBCV000057B1XL",
"reason": "out_of_stock"
}
Request Code Samples
curl --location --request PUT '/webhooks/order-cancel' \
--header 'Content-Type: application/json' \
--data-raw '{
"cancel_id": 1078354,
"order_number": "NMSAC3R37F2891PN-IO-1",
"cancel_quantity": 1,
"order_item_number": "NMSAC3R37F2891PN-IO-1_HBCV000057B1XL",
"reason": "out_of_stock"
}'
Responses
application/json Modified at 2025-03-27 12:27:14