Order Created
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
_json | string | The variables in JSON for C# usage. |
shopify.buyer_accepts_marketing | boolean | If the customer accepts marketing Example: true |
shopify.closed_at | DateTime | The timestamp that the store closed Example: 8/4/2023 10:56:06 AM |
shopify.confirmed | boolean | The confirmed status Example: true |
shopify.created_at | DateTime | The timestamp the order was created Example: 8/4/2023 10:56:06 AM |
shopify.currency | string | The 3 letter currency Example: EUR |
shopify.email | string | The email of the customer Example: [email protected] |
shopify.event | string | The event name Example: orders/create |
shopify.financial_status | string | The financial status Example: voided |
shopify.id | string | The shopify id |
shopify.landing_site | string | The landing site |
shopify.line_items[#].admin_graphql_api_id | string | The admin GraphQL API ID of this item Example: gid://shopify/LineItem/<numeric id> |
shopify.line_items[#].fulfillable_quantity | number | The quantity left of this item Example: 5 |
shopify.line_items[#].fulfillment_service | string | The fulfillment service e.g. |
shopify.line_items[#].fulfillment_status | string | The fulfillment status of this item |
shopify.line_items[#].gift_card | boolean | If this item is a gift card Example: true |
shopify.line_items[#].grams | number | The amount of metric grams in this item Example: 100 |
shopify.line_items[#].id | string | The item id |
shopify.line_items[#].name | string | The item's name Example: Aviator sunglasses |
shopify.line_items[#].price | number | The price of this item Example: 89.99 |
shopify.line_items[#].price_set.presentment_money.amount | number | The presentment money of this item Example: 89.99 |
shopify.line_items[#].price_set.presentment_money.currency_code | string | The presentment currency code of this item Example: EUR |
shopify.line_items[#].price_set.shop_money.amount | number | The shop money amount of this item Example: 89.99 |
shopify.line_items[#].price_set.shop_money.currency_code | string | The shop money currency code of this item Example: EUR |
shopify.line_items[#].product_exists | boolean | If the products exists Example: true |
shopify.line_items[#].product_id | string | The product's id of this item |
shopify.line_items[#].quantity | number | The quantity of this item |
shopify.line_items[#].requires_shipping | boolean | If this item requires shipping Example: true |
shopify.line_items[#].sku | string | The stock keeping unit Example: SKU2006-001 |
shopify.line_items[#].taxable | boolean | If this item is taxable Example: true |
shopify.line_items[#].title | string | The item's title Example: Aviator sunglasses |
shopify.line_items[#].total_discount | number | The total discount on this item |
shopify.line_items[#].total_discount_set.presentment_money.amount | number | The total discount presentment money of this item |
shopify.line_items[#].total_discount_set.presentment_money.currency_code | string | The total discount presentment currency code of this item Example: EUR |
shopify.line_items[#].total_discount_set.shop_money.amount | number | The total discount amount of this item |
shopify.line_items[#].total_discount_set.shop_money.currency_code | string | The total discount currency code of this item Example: EUR |
shopify.line_items[#].variant_id | string | The item variant id |
shopify.line_items[#].variant_inventory_management | string | The inventory management of this item |
shopify.line_items[#].variant_title | string | The item variant title |
shopify.line_items[#].vendor | string | The seller of this item |
shopify.name | string | The name of the customer |
shopify.note | string | The note that the customer left |
shopify.number | string | The order number |
shopify.order_number | string | The order number |
shopify.referring_site | string | The referring site |
shopify.subtotal_price | number | The subtotal price of the order Example: 244.98 |
shopify.total_discounts | number | The total amount of discounts from the order Example: 5 |
shopify.total_line_items_price | number | The total price Example: 249.98 |
shopify.total_price | number | The total price of the order Example: 254.98 |
shopify.total_price_usd | number | The total price in USD |
shopify.updated_at | DateTime | The timestamp that the store was last updated Example: 8/4/2023 10:56:06 AM |