Skip to main content
GET
Get an order by ID - v3

Authorizations

X-Api-Key
string
header
required

Company Level Authentication

Include your API key in the X-Api-Key header for every request:

Headers

snappy-account-id
string

Must be provided to retrieve swag products.

Example:

"acc123456"

Path Parameters

orderId
string
required

The unique identifier of the order to retrieve.

Pattern: ^[A-Za-z0-9]{8,}$
Example:

"G7nR4bD9mK"

Response

Order.

JSON:API single-resource envelope for an order.

data
object
required

Order details including line items, recipient, shipping address, fulfillments, and tracking information.

Last modified on June 17, 2026