Skip to main content
GET
Get an order

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Replo-Api-Version
enum<string>
required

The public API version to use for this request.

Available options:
2026-08-21

Path Parameters

orderId
string<uuid>
required

Response

Get an order

id
string<uuid>
required
createdAt
string
required
customerEmail
string | null
required
financialStatus
string
required
fulfillmentStatus
enum<string>
required

OrderItemFulfillmentStatus

Available options:
unfulfilled,
partial,
fulfilled,
cancelled
totalAmount
integer
required

Integer amount in the currency's minor units (Stripe convention): 1999 = $19.99 USD, 1999 = ¥1999 JPY, 1999 = 1.999 KWD

currencyCode
string
required
items
object[]
required
fulfillmentOrders
object[]
required
events
object[]
required
refundedAmount
integer
required

Integer amount in the currency's minor units (Stripe convention): 1999 = $19.99 USD, 1999 = ¥1999 JPY, 1999 = 1.999 KWD

subtotalAmount
integer
required

Integer amount in the currency's minor units (Stripe convention): 1999 = $19.99 USD, 1999 = ¥1999 JPY, 1999 = 1.999 KWD

taxAmount
integer
required

Integer amount in the currency's minor units (Stripe convention): 1999 = $19.99 USD, 1999 = ¥1999 JPY, 1999 = 1.999 KWD

shippingAmount
integer
required

Integer amount in the currency's minor units (Stripe convention): 1999 = $19.99 USD, 1999 = ¥1999 JPY, 1999 = 1.999 KWD

discountAmount
integer
required

Integer amount in the currency's minor units (Stripe convention): 1999 = $19.99 USD, 1999 = ¥1999 JPY, 1999 = 1.999 KWD

stripePaymentIntentId
string | null
required
object
enum<string>
required
Available options:
order