Orders
AWS Cognito JWT token. Include as 'Authorization: Bearer {token}' header.
API Gateway API key. Include as 'x-api-key: {key}' header.
Unique identifier for idempotency. If the same request is retried with the same key, the original response is returned.
550e8400-e29b-41d4-a716-446655440000Request payload for creating a new order.
Customer number placing the order.
User ID of the person creating the order.
Facility ID from customer profile.
Shipping address ID from customer profile.
Billing address ID from customer profile.
Shipping method for the order.
Indicates whether to use the customer's shipping account.
Special instructions or notes for the order.
Order created.
Validation errors.
CompanyId does not match authorized tenant.
External Orders API error.
AWS Cognito JWT token. Include as 'Authorization: Bearer {token}' header.
API Gateway API key. Include as 'x-api-key: {key}' header.
Order details.
Order not found.
Last updated

