put https://{cluster}.voucherify.io/v1/orders/
Updates the specified order by setting the values of the parameters passed in the request body. Any parameters not provided will be left unchanged.
Response
Updates the specified order by setting the values of the parameters passed in the request body. Any parameters not provided will be left unchanged.
xxxxxxxxxx
curl --request PUT \
--url https://api.voucherify.io/v1/orders/orderId \
--header 'X-Voucherify-Channel: Voucherify Documentation' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: