Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Path Parameters
The order number of the order to fetch.
x >= 1
Response
Successfully retrieved team order.
An order for NFC chips or other products, including customer information, items, pricing, and fulfillment details.
The unique identifier for the order.
The human-readable order number for customer reference.
The unique identifier of the team that placed the order.
The unique identifier of the user who placed the order.
The email address associated with the order.
User information for the order placer.
Shipping address information for the order.
Array of items included in the order.
Current status of the order.
PENDING
, CONFIRMED
, PROCESSING
, SHIPPED
, DELIVERED
, CANCELED
Total amount for the entire order including all fees and taxes.
Subtotal amount before shipping, taxes, and discounts.
Total shipping costs for the order.
Total tax amount for the order.
Total discount amount applied to the order.
Custom configurations or personalizations applied to the order.
Shopify customer identifier who made the purchase.
Shopify order status URL where the customer can check order updates.
The system or platform where the order originated.
The timestamp when the order was created.
The timestamp when the order was last updated.