orders[].order_number string Example: "F1248177316463"
orders[].currency_code string Example: "USD"
orders[].currency_symbol string Example: "$"
orders[].created_at string Example: "2023-07-24T10:00:00.000Z"
orders[].customer null or object orders[].fulfillment_status string Example: "Fulfilled"
orders[].financial_status string Example: "Paid"
orders[].order_status string Example: "Completed"
orders[].payment_status string Example: "Paid"
orders[].note string or null Example: "Order notes"
orders[].notes Array of objects + Show 7 array properties
orders[].rep object or null Example: {"email":{"type":"string","example":"john.doe@example.com"},"name":{"type":"string","example":"John Doe"},"id":{"type":"integer","example":1},"image_url":{"type":"string","example":"https://example.com/image.png"},"external_id":{"type":"string","example":"1234567890"}}
orders[].refunds Array of objects or null or null + Show 5 array properties
orders[].activities Array of objects + Show 12 array properties
orders[].payment_method object or null + Show 12 properties
orders[].total_in_currency string Example: "$100.00 USD"
orders[].sub_total string Example: "90.00"
orders[].sub_total_in_currency string Example: "$90.00 USD"
orders[].shipping_discount number Example: 10.45
orders[].items_count integer Example: 10
Example: {"level":"gold","tags":["Tag1","Tag2"],"camapaign":{"id":1,"name":"Winter 2025"}}
orders[].metafields Array of objects (LegacyMetafield) + Show 11 array properties
orders[].transaction_fee number or string Example: 3
orders[].transaction_fee_in_currency string Example: "$3.00 USD"
orders[].enrollment_fee number or string Example: 3
orders[].enrollment_fee_in_currency string Example: "$3.00 USD"
orders[].dynamic_charges object Example: {"handling":2}
orders[].dynamic_charges_in_currency object Example: {"handling":"$2.00 USD"}
orders[].shipping_address null or object orders[].buyer object or null Example: {"share_guid":"f6b4c9"}
orders[].billing_address null or object orders[].items Array of objects + Show 21 array properties
orders[].discount_in_currency string Example: "$10.00 USD"
orders[].tax_in_currency string Example: "$8.00 USD"
Example: "awaiting_payment"
orders[].external_id string or null Example: "1234567890"
orders[].cart_id string or null Example: 1
orders[].cart_token string or null Example: "CART_TOKEN"