Validate an order in its current state.
POST
/orders/{direction}/{orderID}/validate
204Roles
At least one of the roles below is required to access this endpoint.
FullAccessOrderAdminShopperOrderReader
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
direction | Required | string | Direction of the order, from the current user's perspective. Possible values: incoming, outgoing, all. | Incoming, Outgoing, All |
orderID | Required | string | ID of the order. | --- |