Order acknowledgements




Last updated
Fulfilleo allows you to automate updates to order metafields without fulfilling the orders. This feature is useful for marking orders as accepted or rejected based on an acknowledgment file provided by your fulfiller.

To process an acknowledgment file without marking the order as fulfilled:
Go to the Data Mapping section.
Delete the Tracking Number field.
Add the Metafield field (or multiple fields).
Select the metafield(s) to update and configure the mapping.

You can also use Liquid to transform values from the feed into a format that works best for your workflow.


Last updated
{%- if row['accepted'] == "Y" %}accepted{%- else %}rejected (code: {{ row['rejected_reason_code'] }}){%- endif %}