PUT
/
{salesChannelConfigId}
/
complete-order
curl --request PUT \
  --url https://tabs.service.getjusto.com/api/integration/custom/{salesChannelConfigId}/complete-order \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "integrationOrderId": "<string>"
}'
{
  "order": {
    "tabId": "<string>",
    "integrationOrderId": "<string>"
  }
}

Headers

Authorization
string
required

Token de autenticación.

Path Parameters

salesChannelConfigId
string
required

El ID de la configuración de canal de ventas.

Body

application/json

Response

200 - application/json

Order completed successfully

The response is of type object.