Orders: Retrieve an order


GET /websites/:website_id/orders/:order_id

Get the details for an existing order by ID.

Attribute Details
website_id
Required integer

The ID of the website the order originated from.

order_id
Required integer

The ID of the order to be retrieved.

includes

Comma separated list of additional fields to include in the response. Available includes are additional_information, billing_address, items, items.attributes, items.portal, items.print_ready_files, message, notes, payment_transactions, portal, promo_code, shipments, shipments.shipping_address, shipments.shipping_carrier, shipments.shipping_method, and user.