> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getpimento.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Embedded Variables

This action supports embedded variables, so any of the below variables can be referenced using brackets, e.g. `{order.reference}`. When the workflow runs, these placeholders will be replaced with the actual value.

| Key                                   | Description                                                                      |
| ------------------------------------- | -------------------------------------------------------------------------------- |
| order.id                              | The Pimento internal Order ID                                                    |
| order.aftercare\_link                 | The orders Aftercare link                                                        |
| order.reference                       | The reference used in Pimento dashboards, e.g 102454                             |
| order.channel                         | The channel which the order was created via, e.g. Shopify                        |
| order.channel\_id                     | The ID of the order on the channel it originated from, e.g. the Shopify Order ID |
| order.status                          | The fulfilment status of the order, e.g. Shipped                                 |
| order.shipping\_address.line\_one     | The first line of the address                                                    |
| order.shipping\_address.line\_two     | The second line of the address                                                   |
| order.shipping\_address.city          | The city line of the address, e.g. London                                        |
| order.shipping\_address.country       | The country line of the address, e.g. United Kingdom                             |
| order.shipping\_address.postcode      | The postcode for the address, e.g. HA7 1EE                                       |
| order.shipping\_address.name          | The name for the delivery, e.g. Serena Williams                                  |
| order.shipping\_address.first\_name   | The first name for the delivery, e.g. Serena                                     |
| order.shipping\_address.company       | The company name for the delivery, e.g. Pimento Logistics Ltd                    |
| order.shipping\_address.notes         | Delivery instructions provided by the customer                                   |
| order.shipping\_address.state\_code   | Where applicable, the state code e.g. NY for New York                            |
| order.shipping\_address.country\_code | The two letter ISO country code, e.g. GB                                         |
| order.shipping\_address.phone\_number | The phone number for use with the delivery                                       |
| order.shipping\_address.email         | The email address for use with the delivery                                      |
| order.packaging\_id                   | The packaging used for the order                                                 |
| order.number\_of\_units               | The number of units in the order (excluding addons)                              |
| order.shipping\_method                | The shipping method selected to deliver the order                                |
| order.blocked\_reason                 | The reason the order is on hold, e.g. InventoryUnavailable                       |
| order.customs\_value                  | The customs value for the order                                                  |
| order.weight                          | The weight of the order in grams                                                 |
