Multi-order checkout

Use this call to trigger a checkout event for multiple orders that share a checkout location. For example, warehouse workers can use this call when they finish loading a vehicle, so that drivers can arrive and immediately start their route. This call updates any inventory information but does not start the orders.

To receive the details of the checkout, use the Async Operation Status API.

OUTPUT PARAMS

success

boolean

Indicates whether the service completed successfully.

  • false - the service failed.
  • true - the service succeeded.

request_id

String

Use to receive the checkout details through the Get Async Operation Status API.

Language