Explore Plans
Mobile menu Close menu
Printify

Order not shipped within a set time

This trigger fires when an order hasn't shipped within the number of days you set after it was placed.

Developer info

API endpoint slug
printify.order_not_shipped_within_days

Trigger fields

Days Text input > Regular expression

Label
How many days?
Helper text
How many days to wait after an order is placed before it counts as late. Whole numbers from 1 to 90.
Slug
days
Required
true
Can have default value
true

Shop Dropdown list

Label
Which shop?
Helper text
Choose which Printify shop to watch, or All shops to watch every shop connected to your Printify account.
Slug
shop_id
Required
true
Can have default value
false

Ingredients

Order The late order's Printify order id.

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

Placed at When the order was placed.

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

Days since placed How many days have elapsed since the order was placed. Numeric value as a string.

Slug
days_since_placed
Filter code
Printify.orderNotShippedWithinDays.DaysSincePlaced
Type
String
Example
7

Days threshold The number of days you configured for this trigger. Numeric value as a string.

Slug
days_threshold
Filter code
Printify.orderNotShippedWithinDays.DaysThreshold
Type
String
Example
5

Order status The order's status at the time it was checked.

Slug
order_status
Filter code
Printify.orderNotShippedWithinDays.OrderStatus
Type
String
Example
on-hold