cURL
curl --request PUT \ --url https://tabs.service.getjusto.com/api/integration/custom/{salesChannelConfigId}/cancel-order \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "integrationOrderId": "<string>", "reason": "<string>" }'
{ "order": { "tabId": "<string>", "integrationOrderId": "<string>" } }
Usa este método para cancelar un pedido en Crisp.
Token de autenticación.
El ID de la configuración de canal de ventas.
Order cancelled successfully
The response is of type object.
object