Post-processing
Exporteo allows adding the order tag or updating the order note field, order metafield, as well as the customer metafield after a successful order export.
Last updated
Exporteo allows adding the order tag or updating the order note field, order metafield, as well as the customer metafield after a successful order export.
Last updated
You can use Liquid formulas in all fields described in this section.
Check the option Tag exported orders with and provide a tag to be added. Previous tags will not be overwritten.
To add more tags, separate them with commas:
You can use Liquid with variables related to an order to add tags conditionally:
Unlike tags, Exporteo overwrites the content of the order note field. To keep its previous content and add new information, use the variable {{ order.note }}
Exporteo allows updating the order metafield after a successful export. This can be particularly useful when an order is transmitted via API, and there is a need to save the order ID created in the supplier's system.
Available only for the HTTP destination channel.
Exporteo enables you to update the order metafield after a successful export. You can use this option when you need to save the customer's ID from the supplier's system.
Available only for the HTTP destination channel. Requires adding write_customers
scope to Exporteo.
You can save the value of a specific field from the API response as a tag, order note, order metafield, or customer metafield. To do that use a Liquid formula. The entire response is stored in the response
object. To fetch the value from a specific field use a dot notation, e.g.: {{ response.customer.customer_id }}