Untitled
unknown
json
10 months ago
1.1 kB
13
Indexable
{
"checkout": {
"id": "string",
"abandonedCheckoutUrl": "string",
"createdAt": "ISO8601 datetime",
"updatedAt": "ISO8601 datetime",
"completedAt": "ISO8601 datetime or null",
"totalPrice": {
"amount": "decimal",
"currencyCode": "string"
},
"subtotalPrice": {
"amount": "decimal",
"currencyCode": "string"
},
"customer": {
"id": "string",
"firstName": "string",
"lastName": "string",
"phone": "string or null",
"email": "string"
},
"billingAddress": {
"address1": "string",
"address2": "string or null",
"city": "string",
"country": "string",
"countryCode": "string",
"latitude": "decimal or null",
"longitude": "decimal or null",
"phone": "string or null",
"province": "string",
"provinceCode": "string"
},
"shippingAddress": {
// Same structure as billingAddress
},
"lineItems": [
{
"title": "string",
"quantity": "integer",
"price": "decimal"
}
]
}
}Editor is loading...
Leave a Comment