Voorbeeld van een Shopify order object
!> Lees eerst het artikel 'Geavanceerde webwinkel filters'.
{
"id": 450789469,
"admin_graphql_api_id": "gid://shopify/Order/450789469",
"name": "#1001",
"financial_status": "partially_refunded",
"email": "bob.norman@hostmail.com",
"fulfillment_status": null,
"total_price": "199.00",
"note": null,
"tags": "",
"phone": "+557734881234",
"line_items": [
{
"id": 703073504,
"variant_id": 457924702,
"quantity": 1,
"sku": "IPOD2008BLACK",
"product_id": 632910392,
"requires_shipping": true,
"name": "IPod Nano - 8gb - black",
"grams": 200,
"price": "199.00"
}
],
"shipping_lines": [
{
"title": "Free Shipping",
"code": "Free Shipping"
}
],
"billing_address": {
"first_name": "Bob",
"address1": "Chestnut Street 92",
"phone": "555-625-1199",
"city": "Louisville",
"zip": "40202",
"province": "Kentucky",
"country": "United States",
"last_name": "Norman",
"address2": "",
"company": null,
"name": "Bob Norman",
"country_code": "US",
"province_code": "KY"
},
"shipping_address": {
"first_name": "Bob",
"address1": "Chestnut Street 92",
"phone": "555-625-1199",
"city": "Louisville",
"zip": "40202",
"province": "Kentucky",
"country": "United States",
"last_name": "Norman",
"address2": "",
"company": null,
"name": "Bob Norman",
"country_code": "US",
"province_code": "KY"
}
}