Overview
Read canonical order state, customer summaries, payments, totals, timelines, and line items through the API.
Orders are the canonical mutable sale containers in SellApp. Use this resource for customer details, payment state, gateway summaries, totals, status timelines, and the product-level InvoiceV2 line items that belong to the order.
The existing /v2/invoices endpoints remain available for backwards compatibility. New integrations that read sale state should prefer /v2/orders and treat the embedded line_items as product-level snapshots.
All endpoints require an authenticated token with the invoice ability and scope results to the store selected by the request.
Endpoints
Amounts and privacy
All totals are integer minor units. For example, 1000 represents $10.00 when currency is USD.
The customer and payment objects are intentionally bounded. Responses never include customer IP addresses, browser fingerprints, billing details, raw gateway payloads, provider credentials, checkout URLs, wallet metadata, or analytics fingerprints.