Orders

Get an order

Beta — this endpoint may change before general availability.

get/orders/{orderId}

Path parameters

orderIdstring uuid required

Headers

Replo-Api-Version'2026-08-21' required

The public API version to use for this request.

Response

Get an order

idstring uuid required
createdAtstring required
customerEmailstring nullable required
customerNamestring nullable required
financialStatusstring required
fulfillmentStatus'unfulfilled' | 'partial' | 'fulfilled' | 'cancelled' required

OrderItemFulfillmentStatus

totalAmountinteger required

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

currencyCodestring required
refundedAmountinteger required

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

subtotalAmountinteger required

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

taxAmountinteger required

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

shippingAmountinteger required

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

discountAmountinteger required

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

stripePaymentIntentIdstring nullable required
object'order' required

Changes