Create WooCommerce customer when a new order is placed in Printify
This trigger fires when a new order is placed in your Printify shop.
Developer info
- API endpoint slug
- printify.new_order_placed
Trigger fields
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 new order's Printify order id.
- Slug
- order_id
- Filter code
- Printify.newOrderPlaced.OrderId
- Type
- String
- Example
- 5a96f649b2439217d070f507
Order status The order's status at the time it was placed.
- Slug
- order_status
- Filter code
- Printify.newOrderPlaced.OrderStatus
- Type
- String
- Example
- pending
Line items The items ordered.
- Slug
- line_items
- Filter code
- Printify.newOrderPlaced.LineItems
- Type
- String
- Example
- 18K gold plated Necklace (Golden indigocoin) x1
Order total The order's total price. Numeric value as a string.
- Slug
- order_total
- Filter code
- Printify.newOrderPlaced.OrderTotal
- Type
- String
- Example
- 22.00
Recipient name The name of the person the order ships to.
- Slug
- recipient_name
- Filter code
- Printify.newOrderPlaced.RecipientName
- Type
- String
- Example
- John Smith
Placed at When the order was placed.
- Slug
- placed_at
- Filter code
- Printify.newOrderPlaced.PlacedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Shop The id of the Printify shop the order was placed in.
- Slug
- shop_id
- Filter code
- Printify.newOrderPlaced.ShopId
- Type
- String
- Example
- 815256
