Field | Type | Description |
---|---|---|
id | Int | Id of the product |
status | String | String enumarion of 'PENDING', 'HAS_READ', 'APPROVED', 'DECLINED', 'REMOVED', 'DELETED_BY_SHOP', 'COLLECTED' |
valid | Bool | Is true when the order is completed or paid and visible for the shop. |
order_nr | Int | Unique number on a yearly basis and per shop. Visible for the shop and users. Only available for valid orders. |
prices | CartPrices | Prices |
payment_method | String | String enumarion of 'point_of_sale', 'paid_in_shop', 'bank_transfer', 'ideal', 'bancontact', 'sofort', 'giropay', 'creditcard', 'cartes_bancaires', 'paypal', 'eps_uberweisung', 'apple_pay', 'google_pay', 'payconiq', 'monizze', 'edenred', 'webpay', 'credomatic', 'satispay', 'stripe_card_visa_mc', 'stripe_card_amex', 'stripe_apple_pay', 'stripe_google_pay', 'payu_romania_visa', 'payu_romania_mc', 'payu_romania_visa_electron', 'payu_romania_maestro', 'payu_brazil_amex', 'payu_brazil_boleto_bancario', 'payu_brazil_diners', 'payu_brazil_elo', 'payu_brazil_hipercard', 'payu_brazil_mc', 'payu_brazil_visa', 'payu_sp_maestro', 'payu_sp_mc', 'payu_sp_pbl', 'payu_sp_visa', 'payu_sp_blik', 'payu_iyzico_amex', 'payu_iyzico_mc', 'payu_iyzico_troy', 'payu_iyzico_visa', 'pesopay_gcash', 'pesopay_visa', 'pesopay_mc', 'redsys_bizum', 'sibs_id' |
checkout | OrderCheckout | |
shop | Shop.simple | |
created_at | Timestamp | Time when the order was created, measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT). |
joyn | Joyn? | Nullable. Contains the amount of points that can get saved with Joyn + a link to collect the points. |
payment_status | String? | Nullable. String enumarion of 'pending', 'canceled', 'timeout', 'declined', 'refunded', 'paid' |
products | [CartItem.order] | Array of CartItem.order |
currency | Currency | 3 letter ISO 4217 currency name (string) |
bank_transfer | Dictionary | A dictionary with fields |
When used inside a request.
{
"id": 18,
"status": "PENDING",
"valid": true,
"order_nr": 16,
"prices": {
"price": {
"value": 10,
"currency": "EUR"
},
"discount": {
"value": 12,
"currency": "EUR"
},
"warranty": {
"value": 17,
"currency": "EUR"
},
"delivery_cost": {
"value": 19,
"currency": "EUR"
},
"invoice_cost": {
"value": 13,
"currency": "EUR"
},
"sms_cost": {
"value": 14,
"currency": "EUR"
},
"transaction_cost": {
"value": 19,
"currency": "EUR"
},
"price_to_pay": {
"value": 15,
"currency": "EUR"
},
"price_with_discount": {
"value": 12,
"currency": "EUR"
}
},
"payment_method": "point_of_sale",
"checkout": {
"method": "delivery",
"date": "2019-01-31",
"time": "12:00",
"end_time": "12:00",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"notes": "...",
"name": "...",
"latch_id": 16,
"comment": "..."
},
"shop": {
"id": 11,
"name": "Juliana Bogan",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"allow_comments": false,
"url": "...",
"allow_order_comments": true,
"allow_product_comments": true,
"allow_orders": true,
"currency": "EUR"
},
"created_at": 1657086006,
"joyn": {
"points": 14,
"collect_url": "https://example.com",
"qr_code_url": "https://example.com"
},
"payment_status": "pending",
"products": [
[],
[],
[]
],
"currency": "EUR",
"bank_transfer": {
"reference": "...",
"bank_accounts": [
{
"bank": "ING. Bank",
"number": "BE283578529348"
},
{
"bank": "ING. Bank",
"number": "BE283578529348"
},
{
"bank": "ING. Bank",
"number": "BE283578529348"
}
]
}
}
When returned in a response.
{
"id": 19,
"status": "PENDING",
"valid": true,
"order_nr": 12,
"prices": {
"price": {
"value": 11,
"currency": "EUR"
},
"discount": {
"value": 10,
"currency": "EUR"
},
"warranty": {
"value": 14,
"currency": "EUR"
},
"delivery_cost": {
"value": 16,
"currency": "EUR"
},
"invoice_cost": {
"value": 13,
"currency": "EUR"
},
"sms_cost": {
"value": 13,
"currency": "EUR"
},
"transaction_cost": {
"value": 18,
"currency": "EUR"
},
"price_to_pay": {
"value": 17,
"currency": "EUR"
},
"price_with_discount": {
"value": 17,
"currency": "EUR"
}
},
"payment_method": "point_of_sale",
"checkout": {
"method": "delivery",
"date": "2019-01-31",
"time": "12:00",
"end_time": "12:00",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"notes": "...",
"name": "...",
"latch_id": 18,
"comment": "..."
},
"shop": {
"id": 18,
"name": "Mr. Ladarius Lynch",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE",
"position": {
"latitude": 1.54361,
"longitude": 0.45645
}
},
"allow_comments": true,
"url": "...",
"allow_order_comments": false,
"allow_product_comments": true,
"allow_orders": false,
"currency": "EUR"
},
"created_at": 1657086006,
"joyn": {
"points": 18,
"collect_url": "https://example.com",
"qr_code_url": "https://example.com"
},
"payment_status": "pending",
"products": [
{
"amount": 13,
"persons": 14,
"gram": 18,
"comment": "...",
"product": {
"id": 18,
"name": "...",
"images": [
{
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": false
},
{
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": true
},
{
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": true
}
],
"price_type": "PER_UNIT",
"target_price": true,
"price": {
"value": 17,
"currency": "EUR"
},
"category": {
"id": 19,
"name": "..."
}
},
"product_price": {
"id": 10,
"name": "...",
"price": {
"value": 10,
"currency": "EUR"
}
},
"calculated_prices": {
"unit_price": {
"value": 18,
"currency": "EUR"
},
"price": {
"value": 13,
"currency": "EUR"
}
},
"discount_prices": {
"unit_price": {
"value": 10,
"currency": "EUR"
},
"price": {
"value": 15,
"currency": "EUR"
}
},
"amount_free": 16,
"options": [
{
"option": {
"id": 18,
"name": "...",
"price_change": {
"value": 15,
"currency": "EUR"
},
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": true
},
"require_image": false,
"code": "...",
"optionset": {
"id": 18,
"name": "...",
"code": "..."
}
},
"upload": {
"id": 11,
"url": "https://example.com"
}
},
{
"option": {
"id": 18,
"name": "...",
"price_change": {
"value": 14,
"currency": "EUR"
},
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": false
},
"require_image": true,
"code": "...",
"optionset": {
"id": 14,
"name": "...",
"code": "..."
}
},
"upload": {
"id": 18,
"url": "https://example.com"
}
},
{
"option": {
"id": 17,
"name": "...",
"price_change": {
"value": 16,
"currency": "EUR"
},
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": true
},
"require_image": true,
"code": "...",
"optionset": {
"id": 18,
"name": "...",
"code": "..."
}
},
"upload": {
"id": 17,
"url": "https://example.com"
}
}
]
},
{
"amount": 17,
"persons": 15,
"gram": 14,
"comment": "...",
"product": {
"id": 12,
"name": "...",
"images": [
{
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": false
},
{
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": true
},
{
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": true
}
],
"price_type": "PER_UNIT",
"target_price": false,
"price": {
"value": 19,
"currency": "EUR"
},
"category": {
"id": 11,
"name": "..."
}
},
"product_price": {
"id": 13,
"name": "...",
"price": {
"value": 16,
"currency": "EUR"
}
},
"calculated_prices": {
"unit_price": {
"value": 18,
"currency": "EUR"
},
"price": {
"value": 17,
"currency": "EUR"
}
},
"discount_prices": {
"unit_price": {
"value": 18,
"currency": "EUR"
},
"price": {
"value": 10,
"currency": "EUR"
}
},
"amount_free": 16,
"options": [
{
"option": {
"id": 12,
"name": "...",
"price_change": {
"value": 14,
"currency": "EUR"
},
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": true
},
"require_image": false,
"code": "...",
"optionset": {
"id": 19,
"name": "...",
"code": "..."
}
},
"upload": {
"id": 12,
"url": "https://example.com"
}
},
{
"option": {
"id": 11,
"name": "...",
"price_change": {
"value": 18,
"currency": "EUR"
},
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": false
},
"require_image": true,
"code": "...",
"optionset": {
"id": 15,
"name": "...",
"code": "..."
}
},
"upload": {
"id": 16,
"url": "https://example.com"
}
},
{
"option": {
"id": 10,
"name": "...",
"price_change": {
"value": 12,
"currency": "EUR"
},
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": false
},
"require_image": false,
"code": "...",
"optionset": {
"id": 17,
"name": "...",
"code": "..."
}
},
"upload": {
"id": 13,
"url": "https://example.com"
}
}
]
},
{
"amount": 13,
"persons": 16,
"gram": 19,
"comment": "...",
"product": {
"id": 18,
"name": "...",
"images": [
{
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": false
},
{
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": true
},
{
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": true
}
],
"price_type": "PER_UNIT",
"target_price": true,
"price": {
"value": 17,
"currency": "EUR"
},
"category": {
"id": 18,
"name": "..."
}
},
"product_price": {
"id": 12,
"name": "...",
"price": {
"value": 11,
"currency": "EUR"
}
},
"calculated_prices": {
"unit_price": {
"value": 19,
"currency": "EUR"
},
"price": {
"value": 14,
"currency": "EUR"
}
},
"discount_prices": {
"unit_price": {
"value": 13,
"currency": "EUR"
},
"price": {
"value": 19,
"currency": "EUR"
}
},
"amount_free": 14,
"options": [
{
"option": {
"id": 18,
"name": "...",
"price_change": {
"value": 11,
"currency": "EUR"
},
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": true
},
"require_image": true,
"code": "...",
"optionset": {
"id": 13,
"name": "...",
"code": "..."
}
},
"upload": {
"id": 11,
"url": "https://example.com"
}
},
{
"option": {
"id": 13,
"name": "...",
"price_change": {
"value": 13,
"currency": "EUR"
},
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": true
},
"require_image": false,
"code": "...",
"optionset": {
"id": 14,
"name": "...",
"code": "..."
}
},
"upload": {
"id": 16,
"url": "https://example.com"
}
},
{
"option": {
"id": 15,
"name": "...",
"price_change": {
"value": 14,
"currency": "EUR"
},
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": false
},
"require_image": false,
"code": "...",
"optionset": {
"id": 17,
"name": "...",
"code": "..."
}
},
"upload": {
"id": 11,
"url": "https://example.com"
}
}
]
}
],
"currency": "EUR",
"bank_transfer": {
"reference": "...",
"bank_accounts": [
{
"bank": "ING. Bank",
"number": "BE283578529348"
},
{
"bank": "ING. Bank",
"number": "BE283578529348"
},
{
"bank": "ING. Bank",
"number": "BE283578529348"
}
]
}
}