# Create/Update/Cancel Orders

Webhook for creating/updating and cancelling transport orders.

This is the fully asynchronous version of the order upload api.
The documented schema is our default input format, but we can also map custom formats.

Note that this webhook uses Basic Auth instead of the OAuth credentials used for the api.
Please contact integrations@qargo.com to request credentials.

Endpoint: POST /v1/webhook
Version: 1.2.0
Security: BasicAuthWebhookCredentials

## Response 422 fields (application/json):

  - `detail` (array)

  - `detail.loc` (array, required)

  - `detail.msg` (string, required)

  - `detail.type` (string, required)


## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 429 fields

## Response 500 fields

## Response 503 fields
