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
{
"supplier_id": "12345",
"order_id": "67890",
"customer": {
"customer_id": "09876"
},
"status": "Confirmed",
"items": [
{
"product_id": "ABC123",
"name": "Wireless Mouse",
"quantity": 2,
"price_per_unit": 25.99,
"total_price": 51.98
},
{
"product_id": "XYZ456",
"name": "Keyboard",
"quantity": 1,
"price_per_unit": 45.99,
"total_price": 45.99
}
],
"shipping": {
"method": "Standard",
"estimated_delivery_date": "2024-12-30"
},
"total_order_price": 97.97,
"currency": "USD"
}