Explore Plans
Mobile menu Close menu
Printify

Look up an order

Pro plus icon This query returns the details of a specific order in the seller's Printify shop, including its status, line items, recipient, order total, and shipment tracking information once available.

Developer info

API endpoint slug
printify.look_up_an_order
Runtime method
performQuery("printify.look_up_an_order"}

Query fields

Order Text input > Other

Label
Which order?
Helper text
Enter the Printify order ID to look up (for example, the OrderId from a Printify order trigger). This is not the same as your store's own order number.
Slug
order_id
Required
true
Can have default value
true

Shop Dropdown list

Label
Which shop?
Helper text
Choose which of your connected Printify shops to look up the order in.
Slug
shop_id
Required
true
Can have default value
false

Ingredients

Order The order's Printify order id.

Slug
order_id
Filter code
Printify.lookUpAnOrder.OrderId
Type
String
Example
5a96f649b2439217d070f507

Dashboard order number The order number shown in the Printify web dashboard.

Slug
app_order_id
Filter code
Printify.lookUpAnOrder.DashboardOrderNumber
Type
String
Example
215014.44

Order status The order's current status.

Slug
order_status
Filter code
Printify.lookUpAnOrder.OrderStatus
Type
String
Example
fulfilled

Store order number The order's number on its originating sales channel, when available.

Slug
store_order_number
Filter code
Printify.lookUpAnOrder.StoreOrderNumber
Type
String
Example
1370762297

Recipient name The name of the person the order ships to.

Slug
recipient_name
Filter code
Printify.lookUpAnOrder.RecipientName
Type
String
Example
John Smith

Line items A summary of the items in this order.

Slug
line_items_summary
Filter code
Printify.lookUpAnOrder.LineItems
Type
String
Example
18K gold plated Necklace x1 (fulfilled)

Order total The order's total price. Numeric value as a string.

Slug
order_total
Filter code
Printify.lookUpAnOrder.OrderTotal
Type
String
Example
22.00

Tracking number The order's shipment tracking number, when available.

Slug
tracking_number
Filter code
Printify.lookUpAnOrder.TrackingNumber
Type
String
Example
94001116990045395649372

Tracking url A link to track the order's shipment, when available.

Slug
tracking_url
Filter code
Printify.lookUpAnOrder.TrackingUrl
Type
Web URL
Example
http://example.com/94001116990045395649372

Created at When the order was created.

Slug
created_at
Filter code
Printify.lookUpAnOrder.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00