Verify the claim order token provided to the customer when they request ownership of an order.
Request
Body Params application/json
Request Code Samples
curl --location 'https://api.medusa-commerce.com/store/orders/customer/confirm' \
--header 'Content-Type: application/json' \
--data '{
"token": "string"
}'
Responses
application/json
Modified at 2024-01-06 03:57:20