Download OpenAPI specification:Download
Create an order from cart.
Key Features:
Key Benefits:
Retrieves tenant's orders for administrative purposes. To be used by tenant's employees.
order.order_read
The request was successful. List of orders with details are returned.
Request was syntactically incorrect. Any details will be provided within the response payload.
Access forbidden. The caller is not allowed to access this resource.
Some server side error occurred.
[- {
- "status": "IN_CHECKOUT",
- "entries": [
- {
- "id": "BC10033--BC10033-43",
- "itemYrn": "urn:yaas:saasag:caasproduct:product:test;BC10033--BC10033-43",
- "amount": 3,
- "orderedAmount": 3,
- "effectiveQuantity": 3,
- "originalAmount": 100,
- "originalPrice": 100,
- "unitPrice": 100,
- "calculatedUnitPrice": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "totalPrice": 300,
- "authorizedAmount": 300,
- "product": {
- "metadata": {
- "mixins": {
- "productTemplateAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-templateAttributes_v1.json",
- "productVariantAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-variantAttributes_v1.json"
}
}, - "id": "BC10033--BC10033-43",
- "sku": "8033546091234",
- "name": "Safety shoes high Reptile RS S3 SRC, black",
- "localizedName": {
- "de": "Hohe Sicherheitsschuhe Reptile RS S3 SRC, schwarz",
- "en": "Safety shoes high Reptile RS S3 SRC, black"
}, - "description": "[de:Sicherheitsstiefel, klassisch und robust, U-Power Style&Job Linie, Obermaterial aus wasserabweisendem, bedrucktem Leder, Stahlkappe, Durchtrittsicherheit, rutschfest, ergonomisches Inox Laminat und PU/PU Sohle, RS S3 SRC., en:Safety shoes high, U-Power, classic and strong of the \"Style & Job\" range, with water repellent printed leather upper, steel toe cap, anti-puncture, anti-slip, ergonomic steel foil and PU / PU sole, RS S3 SRC.]",
- "published": true,
- "images": [
- {
- "id": "6437eb7f8fc03d22f4e856ce",
- "stored": false
}
], - "mixins": {
- "productVariantAttributes": {
- "size": 43
}
}, - "productType": "VARIANT"
}, - "tax": {
- "lines": [
- {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 0,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "price": {
- "priceId": "6763cd21139f370cd9244d37",
- "currency": "EUR",
- "originalAmount": 100,
- "effectiveAmount": 100,
- "basePrice": { },
- "presentationPrice": { },
- "metadata": {
- "createdAt": "2024-12-19T07:37:05.559Z",
- "modifiedAt": "2024-12-19T07:37:05.559Z",
- "version": 1
}
}, - "totalDiscount": {
- "amount": 0,
- "currency": "EUR"
}, - "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0
}
}, - "metadata": {
- "mixins": {
}
}, - "mixins": {
- "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "finalPrice": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}
}, - "priceMatchDetails": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19,
- "taxCountry": "DE"
}
}
], - "discounts": [ ],
- "customer": {
- "id": "61443563",
- "name": "Test name",
- "firstName": "John",
- "lastName": "Smith",
- "company": "Emporix",
- "email": "test@test.com"
}, - "siteCode": "DE",
- "countryCode": "DE",
- "billingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "shippingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "payments": [
- {
- "status": "PENDING",
- "method": "invoice",
- "paymentResponse": "Payment is handled externally",
- "paidAmount": 0,
- "currency": "EUR",
- "transactionId": "fcc2bf50-f064-4dc3-833f-0909a7857387",
- "authorizedAmount": 373.12,
- "provider": "payment-gateway"
}
], - "shipping": {
- "total": {
- "amount": 39.2,
- "currency": "EUR"
}, - "lines": [
- {
- "amount": 35,
- "currency": "EUR",
- "code": "pickup",
- "name": "pickup",
- "localizedName": {
- "en": "pickup",
- "de": "pickup"
}, - "tax": {
- "total": {
- "amount": 4.2,
- "currency": "EUR",
- "inclusive": false
}, - "rate": 12
}, - "shippingTaxCode": "REDUCED"
}
]
}, - "tax": {
- "lines": [
- {
- "amount": 4.2,
- "currency": "EUR",
- "code": "REDUCED",
- "name": "REDUCED",
- "rate": 12,
- "sequenceId": 0,
- "inclusive": false
}, - {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 1,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "subTotalPrice": 300,
- "totalPrice": 333.92,
- "totalAuthorizedAmount": 373.12,
- "currency": "EUR",
- "metadata": {
- "mixins": {
- "generalAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/orderGeneralAttributesMixIn.v9.json",
}, - "version": 1
}, - "mixins": {
- "payments": {
- "elements": [
- {
- "paymentMethodYrn": "urn:yaas:hybris:payments:payment-method:test;invoice",
- "fees": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}, - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}, - "deliveryTime": {
- "deliveryTimeId": "64e36da5814eba1635228dfe",
- "deliveryDate": "2025-02-07T11:00:00.000Z",
- "deliveryTimeFrom": "10:00",
- "deliveryTimeTo": "14:30",
- "deliveryTimeZoneId": "deliveryarea",
- "deliveryTimeMethodId": "pickup",
- "deliveryCosts": 35
}, - "generalAttributes": {
- "extendedOrderStatus": "05",
- "customerFirstOrder": false,
- "orderNumber": "EON2076"
}, - "payment": {
- "paymentType": "invoice"
}
}, - "deliveryWindow": {
- "id": "64e36da5814eba1635228dfe",
- "slotId": "c291c677-5460-4efb-b893-145c866a2af2",
- "deliveryDate": "2025-02-07",
- "deliveryCycle": "2025-02-07-15pickupFriday1000-1430",
- "deliveryCycleName": "pickupFriday1000-1430",
- "deliveryTimeRange": {
- "timeFrom": "10:00",
- "timeTo": "14:30"
}
}, - "feeYrnAggregate": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "paymentFees": [
- {
- "id": "678f552a949c723de46bdb14",
- "type": "PERCENT",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "price": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}
}
], - "totalFee": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "totalShipping": {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "finalPrice": {
- "netValue": 368.5,
- "grossValue": 433.72,
- "taxValue": 65.22,
- "taxAggregate": {
- "lines": [
- {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}
]
}
}
}, - "channel": { },
- "created": "2025-01-30T13:45:34.406Z",
- "lastStatusChange": "2025-01-30T13:45:34.406Z",
- "id": "EON2076",
- "createdBy": "61443563"
}, - {
- "status": "IN_CHECKOUT",
- "entries": [
- {
- "id": "BC10033--BC10033-43",
- "itemYrn": "urn:yaas:saasag:caasproduct:product:test;BC10033--BC10033-43",
- "amount": 3,
- "orderedAmount": 3,
- "effectiveQuantity": 3,
- "originalAmount": 100,
- "originalPrice": 100,
- "unitPrice": 100,
- "calculatedUnitPrice": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "totalPrice": 300,
- "authorizedAmount": 300,
- "product": {
- "metadata": {
- "mixins": {
- "productTemplateAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-templateAttributes_v1.json",
- "productVariantAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-variantAttributes_v1.json"
}
}, - "id": "BC10033--BC10033-43",
- "sku": "8033546091234",
- "name": "Safety shoes high Reptile RS S3 SRC, black",
- "localizedName": {
- "de": "Hohe Sicherheitsschuhe Reptile RS S3 SRC, schwarz",
- "en": "Safety shoes high Reptile RS S3 SRC, black"
}, - "description": "[de:Sicherheitsstiefel, klassisch und robust, U-Power Style&Job Linie, Obermaterial aus wasserabweisendem, bedrucktem Leder, Stahlkappe, Durchtrittsicherheit, rutschfest, ergonomisches Inox Laminat und PU/PU Sohle, RS S3 SRC., en:Safety shoes high, U-Power, classic and strong of the \"Style & Job\" range, with water repellent printed leather upper, steel toe cap, anti-puncture, anti-slip, ergonomic steel foil and PU / PU sole, RS S3 SRC.]",
- "published": true,
- "images": [
- {
- "id": "6437eb7f8fc03d22f4e856ce",
- "stored": false
}
], - "mixins": {
- "productVariantAttributes": {
- "size": 43
}
}, - "productType": "VARIANT"
}, - "tax": {
- "lines": [
- {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 0,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "price": {
- "priceId": "6763cd21139f370cd9244d37",
- "currency": "EUR",
- "originalAmount": 100,
- "effectiveAmount": 100,
- "basePrice": { },
- "presentationPrice": { },
- "metadata": {
- "createdAt": "2024-12-19T07:37:05.559Z",
- "modifiedAt": "2024-12-19T07:37:05.559Z",
- "version": 1
}
}, - "totalDiscount": {
- "amount": 0,
- "currency": "EUR"
}, - "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0
}
}, - "metadata": {
- "mixins": {
}
}, - "mixins": {
- "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "finalPrice": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}
}, - "priceMatchDetails": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19,
- "taxCountry": "DE"
}
}
], - "discounts": [ ],
- "customer": {
- "id": "61443563",
- "name": "Test name",
- "firstName": "John",
- "lastName": "Smith",
- "company": "Emporix",
- "email": "test@test.com"
}, - "siteCode": "DE",
- "countryCode": "DE",
- "billingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "shippingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "payments": [
- {
- "status": "PENDING",
- "method": "invoice",
- "paymentResponse": "Payment is handled externally",
- "paidAmount": 0,
- "currency": "EUR",
- "transactionId": "fcc2bf50-f064-4dc3-833f-0909a7857387",
- "authorizedAmount": 373.12,
- "provider": "payment-gateway"
}
], - "shipping": {
- "total": {
- "amount": 39.2,
- "currency": "EUR"
}, - "lines": [
- {
- "amount": 35,
- "currency": "EUR",
- "code": "pickup",
- "name": "pickup",
- "localizedName": {
- "en": "pickup",
- "de": "pickup"
}, - "tax": {
- "total": {
- "amount": 4.2,
- "currency": "EUR",
- "inclusive": false
}, - "rate": 12
}, - "shippingTaxCode": "REDUCED"
}
]
}, - "tax": {
- "lines": [
- {
- "amount": 4.2,
- "currency": "EUR",
- "code": "REDUCED",
- "name": "REDUCED",
- "rate": 12,
- "sequenceId": 0,
- "inclusive": false
}, - {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 1,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "subTotalPrice": 300,
- "totalPrice": 333.92,
- "totalAuthorizedAmount": 373.12,
- "currency": "EUR",
- "metadata": {
- "mixins": {
- "generalAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/orderGeneralAttributesMixIn.v9.json",
}, - "version": 1
}, - "mixins": {
- "payments": {
- "elements": [
- {
- "paymentMethodYrn": "urn:yaas:hybris:payments:payment-method:test;invoice",
- "fees": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}, - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}, - "deliveryTime": {
- "deliveryTimeId": "64e36da5814eba1635228dfe",
- "deliveryDate": "2025-02-07T11:00:00.000Z",
- "deliveryTimeFrom": "10:00",
- "deliveryTimeTo": "14:30",
- "deliveryTimeZoneId": "deliveryarea",
- "deliveryTimeMethodId": "pickup",
- "deliveryCosts": 35
}, - "generalAttributes": {
- "extendedOrderStatus": "05",
- "customerFirstOrder": false,
- "orderNumber": "EON2076"
}, - "payment": {
- "paymentType": "invoice"
}
}, - "deliveryWindow": {
- "id": "64e36da5814eba1635228dfe",
- "slotId": "c291c677-5460-4efb-b893-145c866a2af2",
- "deliveryDate": "2025-02-07",
- "deliveryCycle": "2025-02-07-15pickupFriday1000-1430",
- "deliveryCycleName": "pickupFriday1000-1430",
- "deliveryTimeRange": {
- "timeFrom": "10:00",
- "timeTo": "14:30"
}
}, - "feeYrnAggregate": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "paymentFees": [
- {
- "id": "678f552a949c723de46bdb14",
- "type": "PERCENT",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "price": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}
}
], - "totalFee": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "totalShipping": {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "finalPrice": {
- "netValue": 368.5,
- "grossValue": 433.72,
- "taxValue": 65.22,
- "taxAggregate": {
- "lines": [
- {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}
]
}
}
}, - "channel": { },
- "created": "2025-01-30T13:45:34.406Z",
- "lastStatusChange": "2025-01-30T13:45:34.406Z",
- "id": "EON2076",
- "createdBy": "61443563"
}
]
Creates an order by the tenant's employee, on behalf of a customer.
Note: The entries.originalAmount
is DEPRECATED. Use the entries.originalPrice
field instead.
order.order_create
The collection resource has been successfully created.
Request syntactically incorrect. Any details will be provided within the response payload.
Given authorization scopes are not sufficient and do not match required scopes.
Creation failed because there was a conflict with another resource. Any details will be provided within the response payload.
Some server side error occurred.
{- "status": "IN_CHECKOUT",
- "entries": [
- {
- "id": "BC10033--BC10033-43",
- "itemYrn": "urn:yaas:saasag:caasproduct:product:test;BC10033--BC10033-43",
- "amount": 3,
- "orderedAmount": 3,
- "effectiveQuantity": 3,
- "originalAmount": 100,
- "originalPrice": 100,
- "unitPrice": 100,
- "calculatedUnitPrice": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "totalPrice": 300,
- "authorizedAmount": 300,
- "product": {
- "metadata": {
- "mixins": {
- "productTemplateAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-templateAttributes_v1.json",
- "productVariantAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-variantAttributes_v1.json"
}
}, - "id": "BC10033--BC10033-43",
- "sku": "8033546091234",
- "name": "Safety shoes high Reptile RS S3 SRC, black",
- "localizedName": {
- "de": "Hohe Sicherheitsschuhe Reptile RS S3 SRC, schwarz",
- "en": "Safety shoes high Reptile RS S3 SRC, black"
}, - "description": "[de:Sicherheitsstiefel, klassisch und robust, U-Power Style&Job Linie, Obermaterial aus wasserabweisendem, bedrucktem Leder, Stahlkappe, Durchtrittsicherheit, rutschfest, ergonomisches Inox Laminat und PU/PU Sohle, RS S3 SRC., en:Safety shoes high, U-Power, classic and strong of the \"Style & Job\" range, with water repellent printed leather upper, steel toe cap, anti-puncture, anti-slip, ergonomic steel foil and PU / PU sole, RS S3 SRC.]",
- "published": true,
- "images": [
- {
- "id": "6437eb7f8fc03d22f4e856ce",
- "stored": false
}
], - "mixins": {
- "productVariantAttributes": {
- "size": 43
}
}, - "productType": "VARIANT"
}, - "tax": {
- "lines": [
- {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 0,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "price": {
- "priceId": "6763cd21139f370cd9244d37",
- "currency": "EUR",
- "originalAmount": 100,
- "effectiveAmount": 100,
- "basePrice": { },
- "presentationPrice": { },
- "metadata": {
- "createdAt": "2024-12-19T07:37:05.559Z",
- "modifiedAt": "2024-12-19T07:37:05.559Z",
- "version": 1
}
}, - "totalDiscount": {
- "amount": 0,
- "currency": "EUR"
}, - "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0
}
}, - "metadata": {
- "mixins": {
}
}, - "mixins": {
- "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "finalPrice": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}
}, - "priceMatchDetails": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19,
- "taxCountry": "DE"
}
}
], - "discounts": [ ],
- "customer": {
- "id": "61443563",
- "name": "Test name",
- "firstName": "John",
- "lastName": "Smith",
- "company": "Emporix",
- "email": "test@test.com"
}, - "siteCode": "DE",
- "countryCode": "DE",
- "billingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "shippingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "payments": [
- {
- "status": "PENDING",
- "method": "invoice",
- "paymentResponse": "Payment is handled externally",
- "paidAmount": 0,
- "currency": "EUR",
- "transactionId": "fcc2bf50-f064-4dc3-833f-0909a7857387",
- "authorizedAmount": 373.12,
- "provider": "payment-gateway"
}
], - "shipping": {
- "total": {
- "amount": 39.2,
- "currency": "EUR"
}, - "lines": [
- {
- "amount": 35,
- "currency": "EUR",
- "code": "pickup",
- "name": "pickup",
- "localizedName": {
- "en": "pickup",
- "de": "pickup"
}, - "tax": {
- "total": {
- "amount": 4.2,
- "currency": "EUR",
- "inclusive": false
}, - "rate": 12
}, - "shippingTaxCode": "REDUCED"
}
]
}, - "tax": {
- "lines": [
- {
- "amount": 4.2,
- "currency": "EUR",
- "code": "REDUCED",
- "name": "REDUCED",
- "rate": 12,
- "sequenceId": 0,
- "inclusive": false
}, - {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 1,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "subTotalPrice": 300,
- "totalPrice": 333.92,
- "totalAuthorizedAmount": 373.12,
- "currency": "EUR",
- "metadata": {
- "mixins": {
- "generalAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/orderGeneralAttributesMixIn.v9.json",
}, - "version": 1
}, - "mixins": {
- "payments": {
- "elements": [
- {
- "paymentMethodYrn": "urn:yaas:hybris:payments:payment-method:test;invoice",
- "fees": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}, - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}, - "deliveryTime": {
- "deliveryTimeId": "64e36da5814eba1635228dfe",
- "deliveryDate": "2025-02-07T11:00:00.000Z",
- "deliveryTimeFrom": "10:00",
- "deliveryTimeTo": "14:30",
- "deliveryTimeZoneId": "deliveryarea",
- "deliveryTimeMethodId": "pickup",
- "deliveryCosts": 35
}, - "generalAttributes": {
- "extendedOrderStatus": "05",
- "customerFirstOrder": false,
- "orderNumber": "EON2076"
}, - "payment": {
- "paymentType": "invoice"
}
}, - "deliveryWindow": {
- "id": "64e36da5814eba1635228dfe",
- "slotId": "c291c677-5460-4efb-b893-145c866a2af2",
- "deliveryDate": "2025-02-07",
- "deliveryCycle": "2025-02-07-15pickupFriday1000-1430",
- "deliveryCycleName": "pickupFriday1000-1430",
- "deliveryTimeRange": {
- "timeFrom": "10:00",
- "timeTo": "14:30"
}
}, - "feeYrnAggregate": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "paymentFees": [
- {
- "id": "678f552a949c723de46bdb14",
- "type": "PERCENT",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "price": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}
}
], - "totalFee": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "totalShipping": {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "finalPrice": {
- "netValue": 368.5,
- "grossValue": 433.72,
- "taxValue": 65.22,
- "taxAggregate": {
- "lines": [
- {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}
]
}
}, - "channel": { },
- "created": "2025-01-30T13:45:34.406Z",
- "lastStatusChange": "2025-01-30T13:45:34.406Z",
- "id": "EON2076",
- "createdBy": "61443563"
}
}
{- "id": "1234546"
}
Retrieves the number of orders for the specified query and siteCode. To be used by tenant's employees.
order.order_read
The request was successful. Number of orders returned in header.
Request syntactically incorrect. Any details will be provided within the response payload.
Access forbidden. The caller is not allowed to access this resource.
Some server side error occurred.
{- "status": 400,
- "message": "There are validation problems, see details section for more information",
- "type": "validation_violation",
- "details": [
- {
- "field": "client-owner",
- "message": "must be between 3 and 16 characters",
- "type": "invalid_header"
}
]
}
Retrieves a specific order by order ID. To be used by tenant's employees.
order.order_read
The request was successful. Given order details are returned.
Access forbidden. The caller is not allowed to access this resource.
Order does not exist
Some server side error occurred.
{- "status": "IN_CHECKOUT",
- "entries": [
- {
- "id": "BC10033--BC10033-43",
- "itemYrn": "urn:yaas:saasag:caasproduct:product:test;BC10033--BC10033-43",
- "amount": 3,
- "orderedAmount": 3,
- "effectiveQuantity": 3,
- "originalAmount": 100,
- "originalPrice": 100,
- "unitPrice": 100,
- "calculatedUnitPrice": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "totalPrice": 300,
- "authorizedAmount": 300,
- "product": {
- "metadata": {
- "mixins": {
- "productTemplateAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-templateAttributes_v1.json",
- "productVariantAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-variantAttributes_v1.json"
}
}, - "id": "BC10033--BC10033-43",
- "sku": "8033546091234",
- "name": "Safety shoes high Reptile RS S3 SRC, black",
- "localizedName": {
- "de": "Hohe Sicherheitsschuhe Reptile RS S3 SRC, schwarz",
- "en": "Safety shoes high Reptile RS S3 SRC, black"
}, - "description": "[de:Sicherheitsstiefel, klassisch und robust, U-Power Style&Job Linie, Obermaterial aus wasserabweisendem, bedrucktem Leder, Stahlkappe, Durchtrittsicherheit, rutschfest, ergonomisches Inox Laminat und PU/PU Sohle, RS S3 SRC., en:Safety shoes high, U-Power, classic and strong of the \"Style & Job\" range, with water repellent printed leather upper, steel toe cap, anti-puncture, anti-slip, ergonomic steel foil and PU / PU sole, RS S3 SRC.]",
- "published": true,
- "images": [
- {
- "id": "6437eb7f8fc03d22f4e856ce",
- "stored": false
}
], - "mixins": {
- "productVariantAttributes": {
- "size": 43
}
}, - "productType": "VARIANT"
}, - "tax": {
- "lines": [
- {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 0,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "price": {
- "priceId": "6763cd21139f370cd9244d37",
- "currency": "EUR",
- "originalAmount": 100,
- "effectiveAmount": 100,
- "basePrice": { },
- "presentationPrice": { },
- "metadata": {
- "createdAt": "2024-12-19T07:37:05.559Z",
- "modifiedAt": "2024-12-19T07:37:05.559Z",
- "version": 1
}
}, - "totalDiscount": {
- "amount": 0,
- "currency": "EUR"
}, - "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0
}
}, - "metadata": {
- "mixins": {
}
}, - "mixins": {
- "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "finalPrice": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}
}, - "priceMatchDetails": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19,
- "taxCountry": "DE"
}
}
], - "discounts": [ ],
- "customer": {
- "id": "61443563",
- "name": "Test name",
- "firstName": "John",
- "lastName": "Smith",
- "company": "Emporix",
- "email": "test@test.com"
}, - "siteCode": "DE",
- "countryCode": "DE",
- "billingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "shippingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "payments": [
- {
- "status": "PENDING",
- "method": "invoice",
- "paymentResponse": "Payment is handled externally",
- "paidAmount": 0,
- "currency": "EUR",
- "transactionId": "fcc2bf50-f064-4dc3-833f-0909a7857387",
- "authorizedAmount": 373.12,
- "provider": "payment-gateway"
}
], - "shipping": {
- "total": {
- "amount": 39.2,
- "currency": "EUR"
}, - "lines": [
- {
- "amount": 35,
- "currency": "EUR",
- "code": "pickup",
- "name": "pickup",
- "localizedName": {
- "en": "pickup",
- "de": "pickup"
}, - "tax": {
- "total": {
- "amount": 4.2,
- "currency": "EUR",
- "inclusive": false
}, - "rate": 12
}, - "shippingTaxCode": "REDUCED"
}
], - "tax": {
- "lines": [
- {
- "amount": 4.2,
- "currency": "EUR",
- "code": "REDUCED",
- "name": "REDUCED",
- "rate": 12,
- "sequenceId": 0,
- "inclusive": false
}, - {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 1,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "subTotalPrice": 300,
- "totalPrice": 333.92,
- "totalAuthorizedAmount": 373.12,
- "currency": "EUR",
- "metadata": {
- "mixins": {
- "generalAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/orderGeneralAttributesMixIn.v9.json",
}, - "version": 1
}, - "mixins": {
- "payments": {
- "elements": [
- {
- "paymentMethodYrn": "urn:yaas:hybris:payments:payment-method:test;invoice",
- "fees": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}, - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}, - "deliveryTime": {
- "deliveryTimeId": "64e36da5814eba1635228dfe",
- "deliveryDate": "2025-02-07T11:00:00.000Z",
- "deliveryTimeFrom": "10:00",
- "deliveryTimeTo": "14:30",
- "deliveryTimeZoneId": "deliveryarea",
- "deliveryTimeMethodId": "pickup",
- "deliveryCosts": 35
}, - "generalAttributes": {
- "extendedOrderStatus": "05",
- "customerFirstOrder": false,
- "orderNumber": "EON2076"
}, - "payment": {
- "paymentType": "invoice"
}
}, - "deliveryWindow": {
- "id": "64e36da5814eba1635228dfe",
- "slotId": "c291c677-5460-4efb-b893-145c866a2af2",
- "deliveryDate": "2025-02-07",
- "deliveryCycle": "2025-02-07-15pickupFriday1000-1430",
- "deliveryCycleName": "pickupFriday1000-1430",
- "deliveryTimeRange": {
- "timeFrom": "10:00",
- "timeTo": "14:30"
}
}, - "feeYrnAggregate": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "paymentFees": [
- {
- "id": "678f552a949c723de46bdb14",
- "type": "PERCENT",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "price": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}
}
], - "totalFee": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "totalShipping": {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "finalPrice": {
- "netValue": 368.5,
- "grossValue": 433.72,
- "taxValue": 65.22,
- "taxAggregate": {
- "lines": [
- {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}
]
}
}
}, - "channel": { },
- "created": "2025-01-30T13:45:34.406Z",
- "lastStatusChange": "2025-01-30T13:45:34.406Z",
- "id": "EON2076",
- "createdBy": "61443563"
}
}
Updates an order with the specified order ID. To be used by tenant's employees.
order.order_update
order.order_update_completed
- for updating orders with a completed
statusSuccessful order update
Request syntactically incorrect. Any details will be provided within the response payload.
Access forbidden. The caller is not allowed to access this resource.
Order does not exist
Optimistic locking failed. User sends metadata/version attribute which is outdated (someone else updated order in the time user was performing his changes). User should retrieve the latest order data and retry the request.
Some server side error occurred.
{- "status": "IN_CHECKOUT",
- "entries": [
- {
- "id": "BC10033--BC10033-43",
- "itemYrn": "urn:yaas:saasag:caasproduct:product:test;BC10033--BC10033-43",
- "amount": 3,
- "orderedAmount": 3,
- "effectiveQuantity": 3,
- "originalAmount": 100,
- "originalPrice": 100,
- "unitPrice": 100,
- "calculatedUnitPrice": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "totalPrice": 300,
- "authorizedAmount": 300,
- "product": {
- "metadata": {
- "mixins": {
- "productTemplateAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-templateAttributes_v1.json",
- "productVariantAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-variantAttributes_v1.json"
}
}, - "id": "BC10033--BC10033-43",
- "sku": "8033546091234",
- "name": "Safety shoes high Reptile RS S3 SRC, black",
- "localizedName": {
- "de": "Hohe Sicherheitsschuhe Reptile RS S3 SRC, schwarz",
- "en": "Safety shoes high Reptile RS S3 SRC, black"
}, - "description": "[de:Sicherheitsstiefel, klassisch und robust, U-Power Style&Job Linie, Obermaterial aus wasserabweisendem, bedrucktem Leder, Stahlkappe, Durchtrittsicherheit, rutschfest, ergonomisches Inox Laminat und PU/PU Sohle, RS S3 SRC., en:Safety shoes high, U-Power, classic and strong of the \"Style & Job\" range, with water repellent printed leather upper, steel toe cap, anti-puncture, anti-slip, ergonomic steel foil and PU / PU sole, RS S3 SRC.]",
- "published": true,
- "images": [
- {
- "id": "6437eb7f8fc03d22f4e856ce",
- "stored": false
}
], - "mixins": {
- "productVariantAttributes": {
- "size": 43
}
}, - "productType": "VARIANT"
}, - "tax": {
- "lines": [
- {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 0,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "price": {
- "priceId": "6763cd21139f370cd9244d37",
- "currency": "EUR",
- "originalAmount": 100,
- "effectiveAmount": 100,
- "basePrice": { },
- "presentationPrice": { },
- "metadata": {
- "createdAt": "2024-12-19T07:37:05.559Z",
- "modifiedAt": "2024-12-19T07:37:05.559Z",
- "version": 1
}
}, - "totalDiscount": {
- "amount": 0,
- "currency": "EUR"
}, - "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0
}
}, - "metadata": {
- "mixins": {
}
}, - "mixins": {
- "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "finalPrice": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}
}, - "priceMatchDetails": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19,
- "taxCountry": "DE"
}
}
], - "discounts": [ ],
- "customer": {
- "id": "61443563",
- "name": "Test name",
- "firstName": "John",
- "lastName": "Smith",
- "company": "Emporix",
- "email": "test@test.com"
}, - "siteCode": "DE",
- "countryCode": "DE",
- "billingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "shippingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "payments": [
- {
- "status": "PENDING",
- "method": "invoice",
- "paymentResponse": "Payment is handled externally",
- "paidAmount": 0,
- "currency": "EUR",
- "transactionId": "fcc2bf50-f064-4dc3-833f-0909a7857387",
- "authorizedAmount": 373.12,
- "provider": "payment-gateway"
}
], - "shipping": {
- "total": {
- "amount": 39.2,
- "currency": "EUR"
}, - "lines": [
- {
- "amount": 35,
- "currency": "EUR",
- "code": "pickup",
- "name": "pickup",
- "localizedName": {
- "en": "pickup",
- "de": "pickup"
}, - "tax": {
- "total": {
- "amount": 4.2,
- "currency": "EUR",
- "inclusive": false
}, - "rate": 12
}, - "shippingTaxCode": "REDUCED"
}
]
}, - "tax": {
- "lines": [
- {
- "amount": 4.2,
- "currency": "EUR",
- "code": "REDUCED",
- "name": "REDUCED",
- "rate": 12,
- "sequenceId": 0,
- "inclusive": false
}, - {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 1,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "subTotalPrice": 300,
- "totalPrice": 333.92,
- "totalAuthorizedAmount": 373.12,
- "currency": "EUR",
- "metadata": {
- "mixins": {
- "generalAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/orderGeneralAttributesMixIn.v9.json",
}, - "version": 1
}, - "mixins": {
- "payments": {
- "elements": [
- {
- "paymentMethodYrn": "urn:yaas:hybris:payments:payment-method:test;invoice",
- "fees": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}, - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}, - "deliveryTime": {
- "deliveryTimeId": "64e36da5814eba1635228dfe",
- "deliveryDate": "2025-02-07T11:00:00.000Z",
- "deliveryTimeFrom": "10:00",
- "deliveryTimeTo": "14:30",
- "deliveryTimeZoneId": "deliveryarea",
- "deliveryTimeMethodId": "pickup",
- "deliveryCosts": 35
}, - "generalAttributes": {
- "extendedOrderStatus": "05",
- "customerFirstOrder": false,
- "orderNumber": "EON2076"
}, - "payment": {
- "paymentType": "invoice"
}
}, - "deliveryWindow": {
- "id": "64e36da5814eba1635228dfe",
- "slotId": "c291c677-5460-4efb-b893-145c866a2af2",
- "deliveryDate": "2025-02-07",
- "deliveryCycle": "2025-02-07-15pickupFriday1000-1430",
- "deliveryCycleName": "pickupFriday1000-1430",
- "deliveryTimeRange": {
- "timeFrom": "10:00",
- "timeTo": "14:30"
}
}, - "feeYrnAggregate": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "paymentFees": [
- {
- "id": "678f552a949c723de46bdb14",
- "type": "PERCENT",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "price": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}
}
], - "totalFee": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "totalShipping": {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "finalPrice": {
- "netValue": 368.5,
- "grossValue": 433.72,
- "taxValue": 65.22,
- "taxAggregate": {
- "lines": [
- {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}
]
}
}
}, - "channel": { },
- "created": "2025-01-30T13:45:34.406Z",
- "lastStatusChange": "2025-01-30T13:45:34.406Z",
- "id": "EON2076",
- "createdBy": "61443563"
}
{- "status": 400,
- "message": "There are validation problems, see details section for more information",
- "type": "validation_violation",
- "details": [
- {
- "field": "client-owner",
- "message": "must be between 3 and 16 characters",
- "type": "invalid_header"
}
]
}
Updates partially an order with the specified order ID. To be used by tenant's employees.
order.order_update
order.order_update_completed
- for updating orders with a completed
statusSuccessful order update
Request syntactically incorrect. Any details will be provided within the response payload.
Access forbidden. The caller is not allowed to access this resource.
Order does not exist
Optimistic locking failed. User sends metadata/version attribute which is outdated (someone else updated order in the time user was performing his changes). User should retrieve the latest order data and retry the request.
Some server side error occurred.
{- "status": "IN_CHECKOUT",
- "entries": [
- {
- "id": "BC10033--BC10033-43",
- "itemYrn": "urn:yaas:saasag:caasproduct:product:test;BC10033--BC10033-43",
- "amount": 3,
- "orderedAmount": 3,
- "effectiveQuantity": 3,
- "originalAmount": 100,
- "originalPrice": 100,
- "unitPrice": 100,
- "calculatedUnitPrice": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "totalPrice": 300,
- "authorizedAmount": 300,
- "product": {
- "metadata": {
- "mixins": {
- "productTemplateAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-templateAttributes_v1.json",
- "productVariantAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-variantAttributes_v1.json"
}
}, - "id": "BC10033--BC10033-43",
- "sku": "8033546091234",
- "name": "Safety shoes high Reptile RS S3 SRC, black",
- "localizedName": {
- "de": "Hohe Sicherheitsschuhe Reptile RS S3 SRC, schwarz",
- "en": "Safety shoes high Reptile RS S3 SRC, black"
}, - "description": "[de:Sicherheitsstiefel, klassisch und robust, U-Power Style&Job Linie, Obermaterial aus wasserabweisendem, bedrucktem Leder, Stahlkappe, Durchtrittsicherheit, rutschfest, ergonomisches Inox Laminat und PU/PU Sohle, RS S3 SRC., en:Safety shoes high, U-Power, classic and strong of the \"Style & Job\" range, with water repellent printed leather upper, steel toe cap, anti-puncture, anti-slip, ergonomic steel foil and PU / PU sole, RS S3 SRC.]",
- "published": true,
- "images": [
- {
- "id": "6437eb7f8fc03d22f4e856ce",
- "stored": false
}
], - "mixins": {
- "productVariantAttributes": {
- "size": 43
}
}, - "productType": "VARIANT"
}, - "tax": {
- "lines": [
- {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 0,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "price": {
- "priceId": "6763cd21139f370cd9244d37",
- "currency": "EUR",
- "originalAmount": 100,
- "effectiveAmount": 100,
- "basePrice": { },
- "presentationPrice": { },
- "metadata": {
- "createdAt": "2024-12-19T07:37:05.559Z",
- "modifiedAt": "2024-12-19T07:37:05.559Z",
- "version": 1
}
}, - "totalDiscount": {
- "amount": 0,
- "currency": "EUR"
}, - "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0
}
}, - "metadata": {
- "mixins": {
}
}, - "mixins": {
- "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "finalPrice": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}
}, - "priceMatchDetails": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19,
- "taxCountry": "DE"
}
}
], - "discounts": [ ],
- "customer": {
- "id": "61443563",
- "name": "Test name",
- "firstName": "John",
- "lastName": "Smith",
- "company": "Emporix",
- "email": "test@test.com"
}, - "siteCode": "DE",
- "countryCode": "DE",
- "billingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "shippingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "payments": [
- {
- "status": "PENDING",
- "method": "invoice",
- "paymentResponse": "Payment is handled externally",
- "paidAmount": 0,
- "currency": "EUR",
- "transactionId": "fcc2bf50-f064-4dc3-833f-0909a7857387",
- "authorizedAmount": 373.12,
- "provider": "payment-gateway"
}
], - "shipping": {
- "total": {
- "amount": 39.2,
- "currency": "EUR"
}, - "lines": [
- {
- "amount": 35,
- "currency": "EUR",
- "code": "pickup",
- "name": "pickup",
- "localizedName": {
- "en": "pickup",
- "de": "pickup"
}, - "tax": {
- "total": {
- "amount": 4.2,
- "currency": "EUR",
- "inclusive": false
}, - "rate": 12
}, - "shippingTaxCode": "REDUCED"
}
]
}, - "tax": {
- "lines": [
- {
- "amount": 4.2,
- "currency": "EUR",
- "code": "REDUCED",
- "name": "REDUCED",
- "rate": 12,
- "sequenceId": 0,
- "inclusive": false
}, - {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 1,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "subTotalPrice": 300,
- "totalPrice": 333.92,
- "totalAuthorizedAmount": 373.12,
- "currency": "EUR",
- "metadata": {
- "mixins": {
- "generalAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/orderGeneralAttributesMixIn.v9.json",
}, - "version": 1
}, - "mixins": {
- "payments": {
- "elements": [
- {
- "paymentMethodYrn": "urn:yaas:hybris:payments:payment-method:test;invoice",
- "fees": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}, - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}, - "deliveryTime": {
- "deliveryTimeId": "64e36da5814eba1635228dfe",
- "deliveryDate": "2025-02-07T11:00:00.000Z",
- "deliveryTimeFrom": "10:00",
- "deliveryTimeTo": "14:30",
- "deliveryTimeZoneId": "deliveryarea",
- "deliveryTimeMethodId": "pickup",
- "deliveryCosts": 35
}, - "generalAttributes": {
- "extendedOrderStatus": "05",
- "customerFirstOrder": false,
- "orderNumber": "EON2076"
}, - "payment": {
- "paymentType": "invoice"
}
}, - "deliveryWindow": {
- "id": "64e36da5814eba1635228dfe",
- "slotId": "c291c677-5460-4efb-b893-145c866a2af2",
- "deliveryDate": "2025-02-07",
- "deliveryCycle": "2025-02-07-15pickupFriday1000-1430",
- "deliveryCycleName": "pickupFriday1000-1430",
- "deliveryTimeRange": {
- "timeFrom": "10:00",
- "timeTo": "14:30"
}
}, - "feeYrnAggregate": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "paymentFees": [
- {
- "id": "678f552a949c723de46bdb14",
- "type": "PERCENT",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "price": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}
}
], - "totalFee": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "totalShipping": {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "finalPrice": {
- "netValue": 368.5,
- "grossValue": 433.72,
- "taxValue": 65.22,
- "taxAggregate": {
- "lines": [
- {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}
]
}
}
}, - "channel": { },
- "created": "2025-01-30T13:45:34.406Z",
- "lastStatusChange": "2025-01-30T13:45:34.406Z",
- "id": "EON2076",
- "createdBy": "61443563"
}
{- "status": 400,
- "message": "There are validation problems, see details section for more information",
- "type": "validation_violation",
- "details": [
- {
- "field": "client-owner",
- "message": "must be between 3 and 16 characters",
- "type": "invalid_header"
}
]
}
Deletes order with the specified ID. To be used by tenant's employees.
order.order_delete
Successful deletion
Request syntactically incorrect. Any details will be provided within the response payload.
Access forbidden. The caller is not allowed to access this resource.
Order does not exist
Some server side error occurred.
{- "status": 400,
- "message": "There are validation problems, see details section for more information",
- "type": "validation_violation",
- "details": [
- {
- "field": "client-owner",
- "message": "must be between 3 and 16 characters",
- "type": "invalid_header"
}
]
}
Retrieves all possible status transitions for a specific order. To be used by tenant's employees.
order.order_read
order.order_update
order.order_update_completed
- for orders with a completed
statusThe request was successful. Status transitions for specific order returned.
Request syntactically incorrect. Any details will be provided within the response payload.
Access forbidden. The caller is not allowed to access this resource.
Order does not exist
Some server side error occurred.
[- {
- "status": "CONFIRMED"
}
]
Updates the status of a specific order. To be used by tenant's employees.
order.order_update
order.order_update_completed
- for updating orders with a completed
statusThe request was successful. Order was successfully updated.
Request syntactically incorrect. Any details will be provided within the response payload.
Access forbidden. The caller is not allowed to access this resource.
Order does not exist
Some server side error occurred.
{- "status": "DECLINED"
}
{- "status": 400,
- "message": "There are validation problems, see details section for more information",
- "type": "validation_violation",
- "details": [
- {
- "field": "client-owner",
- "message": "must be between 3 and 16 characters",
- "type": "invalid_header"
}
]
}
Updates the number of entries in the specific order and recalculates it. To be used by tenant's employees.
order.order_update
order.order_update_completed
- for updating orders with a completed
statusArray of objects (Order Calculation DTO) Order recalculation DTO contains a list of entries, where each entry contains entry ID and delivered amount of items. |
Order recalculated successfully
Bad Request
Access forbidden. The caller is not allowed to access this resource.
Order does not exist
Some server side error occurred.
{- "entries": [
- {
- "entryId": "5c336893a981210009900071",
- "deliveredAmount": 10
}, - {
- "entryId": "5c336893a981210009900072",
- "deliveredAmount": 1000,
- "unit": "GRM"
}
]
}
{- "status": 403,
- "message": "Not allowed to access this resource",
- "type": "insufficient_permissions"
}
Updates the entries in the specific order and recalculates it. If provided entry is already assigned to the order then quantity of this entry is updated. If you want to remove entry from order then set quantity to 0.
order.order_update
required | Array of objects (Entries of the order) |
The request was successful. Recalculated order is returned.
Bad Request
Access forbidden. The caller is not allowed to access this resource.
Order does not exist
Some server side error occurred.
{- "entries": [
- {
- "productId": "1010234",
- "quantity": 1
}
]
}
{- "status": "IN_CHECKOUT",
- "entries": [
- {
- "id": "BC10033--BC10033-43",
- "itemYrn": "urn:yaas:saasag:caasproduct:product:test;BC10033--BC10033-43",
- "amount": 3,
- "orderedAmount": 3,
- "effectiveQuantity": 3,
- "originalAmount": 100,
- "originalPrice": 100,
- "unitPrice": 100,
- "calculatedUnitPrice": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "totalPrice": 300,
- "authorizedAmount": 300,
- "product": {
- "metadata": {
- "mixins": {
- "productTemplateAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-templateAttributes_v1.json",
- "productVariantAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-variantAttributes_v1.json"
}
}, - "id": "BC10033--BC10033-43",
- "sku": "8033546091234",
- "name": "Safety shoes high Reptile RS S3 SRC, black",
- "localizedName": {
- "de": "Hohe Sicherheitsschuhe Reptile RS S3 SRC, schwarz",
- "en": "Safety shoes high Reptile RS S3 SRC, black"
}, - "description": "[de:Sicherheitsstiefel, klassisch und robust, U-Power Style&Job Linie, Obermaterial aus wasserabweisendem, bedrucktem Leder, Stahlkappe, Durchtrittsicherheit, rutschfest, ergonomisches Inox Laminat und PU/PU Sohle, RS S3 SRC., en:Safety shoes high, U-Power, classic and strong of the \"Style & Job\" range, with water repellent printed leather upper, steel toe cap, anti-puncture, anti-slip, ergonomic steel foil and PU / PU sole, RS S3 SRC.]",
- "published": true,
- "images": [
- {
- "id": "6437eb7f8fc03d22f4e856ce",
- "stored": false
}
], - "mixins": {
- "productVariantAttributes": {
- "size": 43
}
}, - "productType": "VARIANT"
}, - "tax": {
- "lines": [
- {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 0,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "price": {
- "priceId": "6763cd21139f370cd9244d37",
- "currency": "EUR",
- "originalAmount": 100,
- "effectiveAmount": 100,
- "basePrice": { },
- "presentationPrice": { },
- "metadata": {
- "createdAt": "2024-12-19T07:37:05.559Z",
- "modifiedAt": "2024-12-19T07:37:05.559Z",
- "version": 1
}
}, - "totalDiscount": {
- "amount": 0,
- "currency": "EUR"
}, - "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0
}
}, - "metadata": {
- "mixins": {
}
}, - "mixins": {
- "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "finalPrice": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}
}, - "priceMatchDetails": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19,
- "taxCountry": "DE"
}
}
], - "discounts": [ ],
- "customer": {
- "id": "61443563",
- "name": "Test name",
- "firstName": "John",
- "lastName": "Smith",
- "company": "Emporix",
- "email": "test@test.com"
}, - "siteCode": "DE",
- "countryCode": "DE",
- "billingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "shippingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "payments": [
- {
- "status": "PENDING",
- "method": "invoice",
- "paymentResponse": "Payment is handled externally",
- "paidAmount": 0,
- "currency": "EUR",
- "transactionId": "fcc2bf50-f064-4dc3-833f-0909a7857387",
- "authorizedAmount": 373.12,
- "provider": "payment-gateway"
}
], - "shipping": {
- "total": {
- "amount": 39.2,
- "currency": "EUR"
}, - "lines": [
- {
- "amount": 35,
- "currency": "EUR",
- "code": "pickup",
- "name": "pickup",
- "localizedName": {
- "en": "pickup",
- "de": "pickup"
}, - "tax": {
- "total": {
- "amount": 4.2,
- "currency": "EUR",
- "inclusive": false
}, - "rate": 12
}, - "shippingTaxCode": "REDUCED"
}
], - "tax": {
- "lines": [
- {
- "amount": 4.2,
- "currency": "EUR",
- "code": "REDUCED",
- "name": "REDUCED",
- "rate": 12,
- "sequenceId": 0,
- "inclusive": false
}, - {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 1,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "subTotalPrice": 300,
- "totalPrice": 333.92,
- "totalAuthorizedAmount": 373.12,
- "currency": "EUR",
- "metadata": {
- "mixins": {
- "generalAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/orderGeneralAttributesMixIn.v9.json",
}, - "version": 1
}, - "mixins": {
- "payments": {
- "elements": [
- {
- "paymentMethodYrn": "urn:yaas:hybris:payments:payment-method:test;invoice",
- "fees": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}, - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}, - "deliveryTime": {
- "deliveryTimeId": "64e36da5814eba1635228dfe",
- "deliveryDate": "2025-02-07T11:00:00.000Z",
- "deliveryTimeFrom": "10:00",
- "deliveryTimeTo": "14:30",
- "deliveryTimeZoneId": "deliveryarea",
- "deliveryTimeMethodId": "pickup",
- "deliveryCosts": 35
}, - "generalAttributes": {
- "extendedOrderStatus": "05",
- "customerFirstOrder": false,
- "orderNumber": "EON2076"
}, - "payment": {
- "paymentType": "invoice"
}
}, - "deliveryWindow": {
- "id": "64e36da5814eba1635228dfe",
- "slotId": "c291c677-5460-4efb-b893-145c866a2af2",
- "deliveryDate": "2025-02-07",
- "deliveryCycle": "2025-02-07-15pickupFriday1000-1430",
- "deliveryCycleName": "pickupFriday1000-1430",
- "deliveryTimeRange": {
- "timeFrom": "10:00",
- "timeTo": "14:30"
}
}, - "feeYrnAggregate": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "paymentFees": [
- {
- "id": "678f552a949c723de46bdb14",
- "type": "PERCENT",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "price": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}
}
], - "totalFee": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "totalShipping": {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "finalPrice": {
- "netValue": 368.5,
- "grossValue": 433.72,
- "taxValue": 65.22,
- "taxAggregate": {
- "lines": [
- {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}
]
}
}
}, - "channel": { },
- "created": "2025-01-30T13:45:34.406Z",
- "lastStatusChange": "2025-01-30T13:45:34.406Z",
- "id": "EON2076",
- "createdBy": "61443563"
}
}
Retrieves a list of orders for a customer. To be used by customers on the storefront.
order.history_view
for logged in customers only.Some server side error occurred.
Request was syntactically incorrect. Any details will be provided within the response payload.
Given authorization scopes are not sufficient and do not match required scopes.
Some server side error occurred.
[- {
- "status": "IN_CHECKOUT",
- "entries": [
- {
- "id": "BC10033--BC10033-43",
- "itemYrn": "urn:yaas:saasag:caasproduct:product:test;BC10033--BC10033-43",
- "amount": 3,
- "orderedAmount": 3,
- "effectiveQuantity": 3,
- "originalAmount": 100,
- "originalPrice": 100,
- "unitPrice": 100,
- "calculatedUnitPrice": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "totalPrice": 300,
- "authorizedAmount": 300,
- "product": {
- "metadata": {
- "mixins": {
- "productTemplateAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-templateAttributes_v1.json",
- "productVariantAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-variantAttributes_v1.json"
}
}, - "id": "BC10033--BC10033-43",
- "sku": "8033546091234",
- "name": "Safety shoes high Reptile RS S3 SRC, black",
- "localizedName": {
- "de": "Hohe Sicherheitsschuhe Reptile RS S3 SRC, schwarz",
- "en": "Safety shoes high Reptile RS S3 SRC, black"
}, - "description": "[de:Sicherheitsstiefel, klassisch und robust, U-Power Style&Job Linie, Obermaterial aus wasserabweisendem, bedrucktem Leder, Stahlkappe, Durchtrittsicherheit, rutschfest, ergonomisches Inox Laminat und PU/PU Sohle, RS S3 SRC., en:Safety shoes high, U-Power, classic and strong of the \"Style & Job\" range, with water repellent printed leather upper, steel toe cap, anti-puncture, anti-slip, ergonomic steel foil and PU / PU sole, RS S3 SRC.]",
- "published": true,
- "images": [
- {
- "id": "6437eb7f8fc03d22f4e856ce",
- "stored": false
}
], - "mixins": {
- "productVariantAttributes": {
- "size": 43
}
}, - "productType": "VARIANT"
}, - "tax": {
- "lines": [
- {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 0,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "price": {
- "priceId": "6763cd21139f370cd9244d37",
- "currency": "EUR",
- "originalAmount": 100,
- "effectiveAmount": 100,
- "basePrice": { },
- "presentationPrice": { },
- "metadata": {
- "createdAt": "2024-12-19T07:37:05.559Z",
- "modifiedAt": "2024-12-19T07:37:05.559Z",
- "version": 1
}
}, - "totalDiscount": {
- "amount": 0,
- "currency": "EUR"
}, - "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0
}
}, - "metadata": {
- "mixins": {
}
}, - "mixins": {
- "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "finalPrice": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}
}, - "priceMatchDetails": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19,
- "taxCountry": "DE"
}
}
], - "discounts": [ ],
- "customer": {
- "id": "61443563",
- "name": "Test name",
- "firstName": "John",
- "lastName": "Smith",
- "company": "Emporix",
- "email": "test@test.com"
}, - "siteCode": "DE",
- "countryCode": "DE",
- "billingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "shippingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "payments": [
- {
- "status": "PENDING",
- "method": "invoice",
- "paymentResponse": "Payment is handled externally",
- "paidAmount": 0,
- "currency": "EUR",
- "transactionId": "fcc2bf50-f064-4dc3-833f-0909a7857387",
- "authorizedAmount": 373.12,
- "provider": "payment-gateway"
}
], - "shipping": {
- "total": {
- "amount": 39.2,
- "currency": "EUR"
}, - "lines": [
- {
- "amount": 35,
- "currency": "EUR",
- "code": "pickup",
- "name": "pickup",
- "localizedName": {
- "en": "pickup",
- "de": "pickup"
}, - "tax": {
- "total": {
- "amount": 4.2,
- "currency": "EUR",
- "inclusive": false
}, - "rate": 12
}, - "shippingTaxCode": "REDUCED"
}
]
}, - "tax": {
- "lines": [
- {
- "amount": 4.2,
- "currency": "EUR",
- "code": "REDUCED",
- "name": "REDUCED",
- "rate": 12,
- "sequenceId": 0,
- "inclusive": false
}, - {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 1,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "subTotalPrice": 300,
- "totalPrice": 333.92,
- "totalAuthorizedAmount": 373.12,
- "currency": "EUR",
- "metadata": {
- "mixins": {
- "generalAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/orderGeneralAttributesMixIn.v9.json",
}, - "version": 1
}, - "mixins": {
- "payments": {
- "elements": [
- {
- "paymentMethodYrn": "urn:yaas:hybris:payments:payment-method:test;invoice",
- "fees": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}, - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}, - "deliveryTime": {
- "deliveryTimeId": "64e36da5814eba1635228dfe",
- "deliveryDate": "2025-02-07T11:00:00.000Z",
- "deliveryTimeFrom": "10:00",
- "deliveryTimeTo": "14:30",
- "deliveryTimeZoneId": "deliveryarea",
- "deliveryTimeMethodId": "pickup",
- "deliveryCosts": 35
}, - "generalAttributes": {
- "extendedOrderStatus": "05",
- "customerFirstOrder": false,
- "orderNumber": "EON2076"
}, - "payment": {
- "paymentType": "invoice"
}
}, - "deliveryWindow": {
- "id": "64e36da5814eba1635228dfe",
- "slotId": "c291c677-5460-4efb-b893-145c866a2af2",
- "deliveryDate": "2025-02-07",
- "deliveryCycle": "2025-02-07-15pickupFriday1000-1430",
- "deliveryCycleName": "pickupFriday1000-1430",
- "deliveryTimeRange": {
- "timeFrom": "10:00",
- "timeTo": "14:30"
}
}, - "feeYrnAggregate": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "paymentFees": [
- {
- "id": "678f552a949c723de46bdb14",
- "type": "PERCENT",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "price": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}
}
], - "totalFee": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "totalShipping": {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "finalPrice": {
- "netValue": 368.5,
- "grossValue": 433.72,
- "taxValue": 65.22,
- "taxAggregate": {
- "lines": [
- {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}
]
}
}
}, - "channel": { },
- "created": "2025-01-30T13:45:34.406Z",
- "lastStatusChange": "2025-01-30T13:45:34.406Z",
- "id": "EON2076",
- "createdBy": "61443563"
}, - {
- "status": "IN_CHECKOUT",
- "entries": [
- {
- "id": "BC10033--BC10033-43",
- "itemYrn": "urn:yaas:saasag:caasproduct:product:test;BC10033--BC10033-43",
- "amount": 3,
- "orderedAmount": 3,
- "effectiveQuantity": 3,
- "originalAmount": 100,
- "originalPrice": 100,
- "unitPrice": 100,
- "totalPrice": 300,
- "authorizedAmount": 300,
- "product": {
- "metadata": {
- "mixins": {
- "productTemplateAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-templateAttributes_v1.json",
- "productVariantAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-variantAttributes_v1.json"
}
}, - "id": "BC10033--BC10033-43",
- "sku": "8033546091234",
- "name": "Safety shoes high Reptile RS S3 SRC, black",
- "localizedName": {
- "de": "Hohe Sicherheitsschuhe Reptile RS S3 SRC, schwarz",
- "en": "Safety shoes high Reptile RS S3 SRC, black"
}, - "description": "[de:Sicherheitsstiefel, klassisch und robust, U-Power Style&Job Linie, Obermaterial aus wasserabweisendem, bedrucktem Leder, Stahlkappe, Durchtrittsicherheit, rutschfest, ergonomisches Inox Laminat und PU/PU Sohle, RS S3 SRC., en:Safety shoes high, U-Power, classic and strong of the \"Style & Job\" range, with water repellent printed leather upper, steel toe cap, anti-puncture, anti-slip, ergonomic steel foil and PU / PU sole, RS S3 SRC.]",
- "published": true,
- "images": [
- {
- "id": "6437eb7f8fc03d22f4e856ce",
- "stored": false
}
], - "mixins": {
- "productVariantAttributes": {
- "size": 43
}
}, - "productType": "VARIANT"
}, - "tax": {
- "lines": [
- {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 0,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "price": {
- "priceId": "6763cd21139f370cd9244d37",
- "currency": "EUR",
- "originalAmount": 100,
- "effectiveAmount": 100,
- "basePrice": { },
- "presentationPrice": { },
- "metadata": {
- "createdAt": "2024-12-19T07:37:05.559Z",
- "modifiedAt": "2024-12-19T07:37:05.559Z",
- "version": 1
}
}, - "totalDiscount": {
- "amount": 0,
- "currency": "EUR"
}, - "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0
}
}, - "metadata": {
- "mixins": {
}
}, - "mixins": {
- "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "finalPrice": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}
}, - "priceMatchDetails": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19,
- "taxCountry": "DE"
}
}
], - "discounts": [ ],
- "customer": {
- "id": "61443563",
- "name": "Test name",
- "firstName": "John",
- "lastName": "Smith",
- "company": "Emporix",
- "email": "test@test.com"
}, - "siteCode": "DE",
- "countryCode": "DE",
- "billingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "shippingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "payments": [
- {
- "status": "PENDING",
- "method": "invoice",
- "paymentResponse": "Payment is handled externally",
- "paidAmount": 0,
- "currency": "EUR",
- "transactionId": "fcc2bf50-f064-4dc3-833f-0909a7857387",
- "authorizedAmount": 373.12,
- "provider": "payment-gateway"
}
], - "shipping": {
- "total": {
- "amount": 39.2,
- "currency": "EUR"
}, - "lines": [
- {
- "amount": 35,
- "currency": "EUR",
- "code": "pickup",
- "name": "pickup",
- "localizedName": {
- "en": "pickup",
- "de": "pickup"
}, - "tax": {
- "total": {
- "amount": 4.2,
- "currency": "EUR",
- "inclusive": false
}, - "rate": 12
}, - "shippingTaxCode": "REDUCED"
}
]
}, - "tax": {
- "lines": [
- {
- "amount": 4.2,
- "currency": "EUR",
- "code": "REDUCED",
- "name": "REDUCED",
- "rate": 12,
- "sequenceId": 0,
- "inclusive": false
}, - {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 1,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "subTotalPrice": 300,
- "totalPrice": 333.92,
- "totalAuthorizedAmount": 373.12,
- "currency": "EUR",
- "metadata": {
- "mixins": {
- "generalAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/orderGeneralAttributesMixIn.v9.json",
}, - "version": 1
}, - "mixins": {
- "payments": {
- "elements": [
- {
- "paymentMethodYrn": "urn:yaas:hybris:payments:payment-method:test;invoice",
- "fees": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}, - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}, - "deliveryTime": {
- "deliveryTimeId": "64e36da5814eba1635228dfe",
- "deliveryDate": "2025-02-07T11:00:00.000Z",
- "deliveryTimeFrom": "10:00",
- "deliveryTimeTo": "14:30",
- "deliveryTimeZoneId": "deliveryarea",
- "deliveryTimeMethodId": "pickup",
- "deliveryCosts": 35
}, - "generalAttributes": {
- "extendedOrderStatus": "05",
- "customerFirstOrder": false,
- "orderNumber": "EON2076"
}, - "payment": {
- "paymentType": "invoice"
}
}, - "deliveryWindow": {
- "id": "64e36da5814eba1635228dfe",
- "slotId": "c291c677-5460-4efb-b893-145c866a2af2",
- "deliveryDate": "2025-02-07",
- "deliveryCycle": "2025-02-07-15pickupFriday1000-1430",
- "deliveryCycleName": "pickupFriday1000-1430",
- "deliveryTimeRange": {
- "timeFrom": "10:00",
- "timeTo": "14:30"
}
}, - "feeYrnAggregate": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "paymentFees": [
- {
- "id": "678f552a949c723de46bdb14",
- "type": "PERCENT",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "price": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}
}
], - "totalFee": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "totalShipping": {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "finalPrice": {
- "netValue": 368.5,
- "grossValue": 433.72,
- "taxValue": 65.22,
- "taxAggregate": {
- "lines": [
- {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}
]
}
}
}, - "channel": { },
- "created": "2025-01-30T13:45:34.406Z",
- "lastStatusChange": "2025-01-30T13:45:34.406Z",
- "id": "EON2076",
- "createdBy": "61443563"
}, - {
- "status": "IN_CHECKOUT",
- "entries": [
- {
- "id": "BC10033--BC10033-43",
- "itemYrn": "urn:yaas:saasag:caasproduct:product:test;BC10033--BC10033-43",
- "amount": 3,
- "orderedAmount": 3,
- "effectiveQuantity": 3,
- "originalAmount": 100,
- "originalPrice": 100,
- "unitPrice": 100,
- "totalPrice": 300,
- "authorizedAmount": 300,
- "product": {
- "metadata": {
- "mixins": {
- "productTemplateAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-templateAttributes_v1.json",
- "productVariantAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-variantAttributes_v1.json"
}
}, - "id": "BC10033--BC10033-43",
- "sku": "8033546091234",
- "name": "Safety shoes high Reptile RS S3 SRC, black",
- "localizedName": {
- "de": "Hohe Sicherheitsschuhe Reptile RS S3 SRC, schwarz",
- "en": "Safety shoes high Reptile RS S3 SRC, black"
}, - "description": "[de:Sicherheitsstiefel, klassisch und robust, U-Power Style&Job Linie, Obermaterial aus wasserabweisendem, bedrucktem Leder, Stahlkappe, Durchtrittsicherheit, rutschfest, ergonomisches Inox Laminat und PU/PU Sohle, RS S3 SRC., en:Safety shoes high, U-Power, classic and strong of the \"Style & Job\" range, with water repellent printed leather upper, steel toe cap, anti-puncture, anti-slip, ergonomic steel foil and PU / PU sole, RS S3 SRC.]",
- "published": true,
- "images": [
- {
- "id": "6437eb7f8fc03d22f4e856ce",
- "stored": false
}
], - "mixins": {
- "productVariantAttributes": {
- "size": 43
}
}, - "productType": "VARIANT"
}, - "tax": {
- "lines": [
- {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 0,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "price": {
- "priceId": "6763cd21139f370cd9244d37",
- "currency": "EUR",
- "originalAmount": 100,
- "effectiveAmount": 100,
- "basePrice": { },
- "presentationPrice": { },
- "metadata": {
- "createdAt": "2024-12-19T07:37:05.559Z",
- "modifiedAt": "2024-12-19T07:37:05.559Z",
- "version": 1
}
}, - "totalDiscount": {
- "amount": 0,
- "currency": "EUR"
}, - "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0
}
}, - "metadata": {
- "mixins": {
}
}, - "mixins": {
- "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "finalPrice": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}
}, - "priceMatchDetails": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19,
- "taxCountry": "DE"
}
}
], - "discounts": [ ],
- "customer": {
- "id": "61443563",
- "name": "Test name",
- "firstName": "John",
- "lastName": "Smith",
- "company": "Emporix",
- "email": "test@test.com"
}, - "siteCode": "DE",
- "countryCode": "DE",
- "billingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "shippingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "payments": [
- {
- "status": "PENDING",
- "method": "invoice",
- "paymentResponse": "Payment is handled externally",
- "paidAmount": 0,
- "currency": "EUR",
- "transactionId": "fcc2bf50-f064-4dc3-833f-0909a7857387",
- "authorizedAmount": 373.12,
- "provider": "payment-gateway"
}
], - "shipping": {
- "total": {
- "amount": 39.2,
- "currency": "EUR"
}, - "lines": [
- {
- "amount": 35,
- "currency": "EUR",
- "code": "pickup",
- "name": "pickup",
- "localizedName": {
- "en": "pickup",
- "de": "pickup"
}, - "tax": {
- "total": {
- "amount": 4.2,
- "currency": "EUR",
- "inclusive": false
}, - "rate": 12
}, - "shippingTaxCode": "REDUCED"
}
]
}, - "tax": {
- "lines": [
- {
- "amount": 4.2,
- "currency": "EUR",
- "code": "REDUCED",
- "name": "REDUCED",
- "rate": 12,
- "sequenceId": 0,
- "inclusive": false
}, - {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 1,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "subTotalPrice": 300,
- "totalPrice": 333.92,
- "totalAuthorizedAmount": 373.12,
- "currency": "EUR",
- "metadata": {
- "mixins": {
- "generalAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/orderGeneralAttributesMixIn.v9.json",
}, - "version": 1
}, - "mixins": {
- "payments": {
- "elements": [
- {
- "paymentMethodYrn": "urn:yaas:hybris:payments:payment-method:test;invoice",
- "fees": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}, - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}, - "deliveryTime": {
- "deliveryTimeId": "64e36da5814eba1635228dfe",
- "deliveryDate": "2025-02-07T11:00:00.000Z",
- "deliveryTimeFrom": "10:00",
- "deliveryTimeTo": "14:30",
- "deliveryTimeZoneId": "deliveryarea",
- "deliveryTimeMethodId": "pickup",
- "deliveryCosts": 35
}, - "generalAttributes": {
- "extendedOrderStatus": "05",
- "customerFirstOrder": false,
- "orderNumber": "EON2076"
}, - "payment": {
- "paymentType": "invoice"
}
}, - "deliveryWindow": {
- "id": "64e36da5814eba1635228dfe",
- "slotId": "c291c677-5460-4efb-b893-145c866a2af2",
- "deliveryDate": "2025-02-07",
- "deliveryCycle": "2025-02-07-15pickupFriday1000-1430",
- "deliveryCycleName": "pickupFriday1000-1430",
- "deliveryTimeRange": {
- "timeFrom": "10:00",
- "timeTo": "14:30"
}
}, - "feeYrnAggregate": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "paymentFees": [
- {
- "id": "678f552a949c723de46bdb14",
- "type": "PERCENT",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "price": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}
}
], - "totalFee": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "totalShipping": {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "finalPrice": {
- "netValue": 368.5,
- "grossValue": 433.72,
- "taxValue": 65.22,
- "taxAggregate": {
- "lines": [
- {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}
]
}
}
}, - "channel": { },
- "created": "2025-01-30T13:45:34.406Z",
- "lastStatusChange": "2025-01-30T13:45:34.406Z",
- "id": "EON2076",
- "createdBy": "61443563"
}
]
Creates an order. To be used by customers on the storefront.
order.order_post
The collection resource has been successfully created.
Request syntactically incorrect. Any details will be provided within the response payload.
Given authorization scopes are not sufficient and do not match required scopes.
Creation failed because there was a conflict with another resource. Any details will be provided within the response payload.
Some server side error occurred.
{- "entries": [
- {
- "id": "BC10033--BC10033-43",
- "itemYrn": "urn:yaas:saasag:caasproduct:product:test;BC10033--BC10033-43",
- "amount": 3,
- "orderedAmount": 3,
- "effectiveQuantity": 3,
- "originalAmount": 100,
- "originalPrice": 100,
- "unitPrice": 100,
- "calculatedUnitPrice": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "totalPrice": 300,
- "authorizedAmount": 300,
- "product": {
- "metadata": {
- "mixins": {
- "productTemplateAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-templateAttributes_v1.json",
- "productVariantAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-variantAttributes_v1.json"
}
}, - "id": "BC10033--BC10033-43",
- "sku": "8033546091234",
- "name": "Safety shoes high Reptile RS S3 SRC, black",
- "localizedName": {
- "de": "Hohe Sicherheitsschuhe Reptile RS S3 SRC, schwarz",
- "en": "Safety shoes high Reptile RS S3 SRC, black"
}, - "description": "[de:Sicherheitsstiefel, klassisch und robust, U-Power Style&Job Linie, Obermaterial aus wasserabweisendem, bedrucktem Leder, Stahlkappe, Durchtrittsicherheit, rutschfest, ergonomisches Inox Laminat und PU/PU Sohle, RS S3 SRC., en:Safety shoes high, U-Power, classic and strong of the \"Style & Job\" range, with water repellent printed leather upper, steel toe cap, anti-puncture, anti-slip, ergonomic steel foil and PU / PU sole, RS S3 SRC.]",
- "published": true,
- "images": [
- {
- "id": "6437eb7f8fc03d22f4e856ce",
- "stored": false
}
], - "mixins": {
- "productVariantAttributes": {
- "size": 43
}
}, - "productType": "VARIANT"
}, - "tax": {
- "lines": [
- {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 0,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "price": {
- "priceId": "6763cd21139f370cd9244d37",
- "currency": "EUR",
- "originalAmount": 100,
- "effectiveAmount": 100,
- "basePrice": { },
- "presentationPrice": { },
- "metadata": {
- "createdAt": "2024-12-19T07:37:05.559Z",
- "modifiedAt": "2024-12-19T07:37:05.559Z",
- "version": 1
}
}, - "totalDiscount": {
- "amount": 0,
- "currency": "EUR"
}, - "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0
}
}, - "metadata": {
- "mixins": {
}
}, - "mixins": {
- "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "finalPrice": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}
}, - "priceMatchDetails": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19,
- "taxCountry": "DE"
}
}
], - "discounts": [ ],
- "customer": {
- "id": "61443563",
- "name": "Test name",
- "firstName": "John",
- "lastName": "Smith",
- "company": "Emporix",
- "email": "test@test.com"
}, - "siteCode": "DE",
- "countryCode": "DE",
- "billingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "shippingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "payments": [
- {
- "status": "PENDING",
- "method": "invoice",
- "paymentResponse": "Payment is handled externally",
- "paidAmount": 0,
- "currency": "EUR",
- "transactionId": "fcc2bf50-f064-4dc3-833f-0909a7857387",
- "authorizedAmount": 373.12,
- "provider": "payment-gateway"
}
], - "shipping": {
- "total": {
- "amount": 39.2,
- "currency": "EUR"
}, - "lines": [
- {
- "amount": 35,
- "currency": "EUR",
- "code": "pickup",
- "name": "pickup",
- "localizedName": {
- "en": "pickup",
- "de": "pickup"
}, - "tax": {
- "total": {
- "amount": 4.2,
- "currency": "EUR",
- "inclusive": false
}, - "rate": 12
}, - "shippingTaxCode": "REDUCED"
}
]
}, - "tax": {
- "lines": [
- {
- "amount": 4.2,
- "currency": "EUR",
- "code": "REDUCED",
- "name": "REDUCED",
- "rate": 12,
- "sequenceId": 0,
- "inclusive": false
}, - {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 1,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "subTotalPrice": 300,
- "totalPrice": 333.92,
- "totalAuthorizedAmount": 373.12,
- "currency": "EUR",
- "metadata": {
- "mixins": {
- "generalAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/orderGeneralAttributesMixIn.v9.json",
}, - "version": 1
}, - "mixins": {
- "payments": {
- "elements": [
- {
- "paymentMethodYrn": "urn:yaas:hybris:payments:payment-method:test;invoice",
- "fees": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}, - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}, - "deliveryTime": {
- "deliveryTimeId": "64e36da5814eba1635228dfe",
- "deliveryDate": "2025-02-07T11:00:00.000Z",
- "deliveryTimeFrom": "10:00",
- "deliveryTimeTo": "14:30",
- "deliveryTimeZoneId": "deliveryarea",
- "deliveryTimeMethodId": "pickup",
- "deliveryCosts": 35
}, - "generalAttributes": {
- "extendedOrderStatus": "05",
- "customerFirstOrder": false,
- "orderNumber": "EON2076"
}, - "payment": {
- "paymentType": "invoice"
}
}, - "deliveryWindow": {
- "id": "64e36da5814eba1635228dfe",
- "slotId": "c291c677-5460-4efb-b893-145c866a2af2",
- "deliveryDate": "2025-02-07",
- "deliveryCycle": "2025-02-07-15pickupFriday1000-1430",
- "deliveryCycleName": "pickupFriday1000-1430",
- "deliveryTimeRange": {
- "timeFrom": "10:00",
- "timeTo": "14:30"
}
}, - "feeYrnAggregate": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "paymentFees": [
- {
- "id": "678f552a949c723de46bdb14",
- "type": "PERCENT",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "price": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}
}
], - "totalFee": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "totalShipping": {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "finalPrice": {
- "netValue": 368.5,
- "grossValue": 433.72,
- "taxValue": 65.22,
- "taxAggregate": {
- "lines": [
- {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}
]
}
}
}, - "channel": { },
- "created": "2025-01-30T13:45:34.406Z",
- "lastStatusChange": "2025-01-30T13:45:34.406Z",
- "id": "EON2076",
- "createdBy": "61443563"
}
{- "id": "1234546"
}
Retrieves details of an order. To be used by customers on the storefront.
order.history_view
for logged in customers only.The request was successful. Order details are returned.
Given authorization scopes are not sufficient and do not match required scopes.
Order does not exist
Some server side error occurred.
{- "status": "IN_CHECKOUT",
- "entries": [
- {
- "id": "BC10033--BC10033-43",
- "itemYrn": "urn:yaas:saasag:caasproduct:product:test;BC10033--BC10033-43",
- "amount": 3,
- "orderedAmount": 3,
- "effectiveQuantity": 3,
- "originalAmount": 100,
- "originalPrice": 100,
- "unitPrice": 100,
- "calculatedUnitPrice": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "totalPrice": 300,
- "authorizedAmount": 300,
- "product": {
- "metadata": {
- "mixins": {
- "productTemplateAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-templateAttributes_v1.json",
- "productVariantAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/test/63ec98500522b25c90b9e632-variantAttributes_v1.json"
}
}, - "id": "BC10033--BC10033-43",
- "sku": "8033546091234",
- "name": "Safety shoes high Reptile RS S3 SRC, black",
- "localizedName": {
- "de": "Hohe Sicherheitsschuhe Reptile RS S3 SRC, schwarz",
- "en": "Safety shoes high Reptile RS S3 SRC, black"
}, - "description": "[de:Sicherheitsstiefel, klassisch und robust, U-Power Style&Job Linie, Obermaterial aus wasserabweisendem, bedrucktem Leder, Stahlkappe, Durchtrittsicherheit, rutschfest, ergonomisches Inox Laminat und PU/PU Sohle, RS S3 SRC., en:Safety shoes high, U-Power, classic and strong of the \"Style & Job\" range, with water repellent printed leather upper, steel toe cap, anti-puncture, anti-slip, ergonomic steel foil and PU / PU sole, RS S3 SRC.]",
- "published": true,
- "images": [
- {
- "id": "6437eb7f8fc03d22f4e856ce",
- "stored": false
}
], - "mixins": {
- "productVariantAttributes": {
- "size": 43
}
}, - "productType": "VARIANT"
}, - "tax": {
- "lines": [
- {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 0,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "price": {
- "priceId": "6763cd21139f370cd9244d37",
- "currency": "EUR",
- "originalAmount": 100,
- "effectiveAmount": 100,
- "basePrice": { },
- "presentationPrice": { },
- "metadata": {
- "createdAt": "2024-12-19T07:37:05.559Z",
- "modifiedAt": "2024-12-19T07:37:05.559Z",
- "version": 1
}
}, - "totalDiscount": {
- "amount": 0,
- "currency": "EUR"
}, - "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0
}
}, - "metadata": {
- "mixins": {
}
}, - "mixins": {
- "fees": {
- "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "finalPrice": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}
}, - "priceMatchDetails": {
- "netValue": 100,
- "grossValue": 119,
- "taxValue": 19,
- "taxCode": "STANDARD",
- "taxRate": 19,
- "taxCountry": "DE"
}
}
], - "discounts": [ ],
- "customer": {
- "id": "61443563",
- "name": "Test name",
- "firstName": "John",
- "lastName": "Smith",
- "company": "Emporix",
- "email": "test@test.com"
}, - "siteCode": "DE",
- "countryCode": "DE",
- "billingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "shippingAddress": {
- "contactName": "Templatecompany",
- "companyName": "Templatecompany",
- "street": "Strasse 1",
- "streetNumber": "",
- "zipCode": "12221",
- "city": "Berlin",
- "country": "DE",
- "state": "DE"
}, - "payments": [
- {
- "status": "PENDING",
- "method": "invoice",
- "paymentResponse": "Payment is handled externally",
- "paidAmount": 0,
- "currency": "EUR",
- "transactionId": "fcc2bf50-f064-4dc3-833f-0909a7857387",
- "authorizedAmount": 373.12,
- "provider": "payment-gateway"
}
], - "shipping": {
- "total": {
- "amount": 39.2,
- "currency": "EUR"
}, - "lines": [
- {
- "amount": 35,
- "currency": "EUR",
- "code": "pickup",
- "name": "pickup",
- "localizedName": {
- "en": "pickup",
- "de": "pickup"
}, - "tax": {
- "total": {
- "amount": 4.2,
- "currency": "EUR",
- "inclusive": false
}, - "rate": 12
}, - "shippingTaxCode": "REDUCED"
}
]
}, - "tax": {
- "lines": [
- {
- "amount": 4.2,
- "currency": "EUR",
- "code": "REDUCED",
- "name": "REDUCED",
- "rate": 12,
- "sequenceId": 0,
- "inclusive": false
}, - {
- "amount": 57,
- "currency": "EUR",
- "code": "STANDARD",
- "name": "STANDARD",
- "rate": 19,
- "sequenceId": 1,
- "inclusive": false
}
], - "total": {
- "amount": 0,
- "currency": "EUR",
- "inclusive": false
}
}, - "subTotalPrice": 300,
- "totalPrice": 333.92,
- "totalAuthorizedAmount": 373.12,
- "currency": "EUR",
- "metadata": {
- "mixins": {
- "generalAttributes": "https://res.cloudinary.com/saas-ag/raw/upload/schemata/orderGeneralAttributesMixIn.v9.json",
}, - "version": 1
}, - "mixins": {
- "payments": {
- "elements": [
- {
- "paymentMethodYrn": "urn:yaas:hybris:payments:payment-method:test;invoice",
- "fees": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 0,
- "totalTax": 0,
- "total": 0,
- "discount": 0
}
}, - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92,
- "discount": 0
}
}, - "deliveryTime": {
- "deliveryTimeId": "64e36da5814eba1635228dfe",
- "deliveryDate": "2025-02-07T11:00:00.000Z",
- "deliveryTimeFrom": "10:00",
- "deliveryTimeTo": "14:30",
- "deliveryTimeZoneId": "deliveryarea",
- "deliveryTimeMethodId": "pickup",
- "deliveryCosts": 35
}, - "generalAttributes": {
- "extendedOrderStatus": "05",
- "customerFirstOrder": false,
- "orderNumber": "EON2076"
}, - "payment": {
- "paymentType": "invoice"
}
}, - "deliveryWindow": {
- "id": "64e36da5814eba1635228dfe",
- "slotId": "c291c677-5460-4efb-b893-145c866a2af2",
- "deliveryDate": "2025-02-07",
- "deliveryCycle": "2025-02-07-15pickupFriday1000-1430",
- "deliveryCycleName": "pickupFriday1000-1430",
- "deliveryTimeRange": {
- "timeFrom": "10:00",
- "timeTo": "14:30"
}
}, - "feeYrnAggregate": {
- "elements": [
- {
- "yrn": "urn:yaas:saasag:fee:fee:test;678f552a949c723de46bdb14",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "taxCode": "REDUCED",
- "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}
], - "total": {
- "subTotal": 33.92,
- "totalTax": 0,
- "total": 33.92
}
}, - "calculatedPrice": {
- "price": {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - "paymentFees": [
- {
- "id": "678f552a949c723de46bdb14",
- "type": "PERCENT",
- "name": {
- "de": "Payment fee",
- "en": "Payment fee"
}, - "price": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}
}
], - "totalFee": {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "totalShipping": {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - "finalPrice": {
- "netValue": 368.5,
- "grossValue": 433.72,
- "taxValue": 65.22,
- "taxAggregate": {
- "lines": [
- {
- "netValue": 33.5,
- "grossValue": 37.52,
- "taxValue": 4.02,
- "taxCode": "REDUCED",
- "taxRate": 12
}, - {
- "netValue": 300,
- "grossValue": 357,
- "taxValue": 57,
- "taxCode": "STANDARD",
- "taxRate": 19
}, - {
- "netValue": 35,
- "grossValue": 39.2,
- "taxValue": 4.2,
- "taxCode": "REDUCED",
- "taxRate": 12
}
]
}
}
}, - "channel": { },
- "created": "2025-01-30T13:45:34.406Z",
- "lastStatusChange": "2025-01-30T13:45:34.406Z",
- "id": "EON2076",
- "createdBy": "61443563"
}
Retrieves possible status transitions for a specific order. To be used by customers on the storefront.
order.order_updateascustomer
The request was successful. Status transition for given order returned.
Access forbidden. The caller is not allowed to access this resource.
Order does not exist
Some server side error occurred.
[- {
- "status": "CONFIRMED"
}
]
Updates the status of a specific order. To be used by customers on the storefront.
Note: Customers can only change the order status from CREATED
to DECLINED
.
order.order_updateascustomer
The transition was successful.
Request syntactically incorrect. Any details will be provided within the response payload.
Access forbidden. The caller is not allowed to access this resource.
Order does not exist
Some server side error occurred.
{- "status": "DECLINED"
}
{- "status": 400,
- "message": "There are validation problems, see details section for more information",
- "type": "validation_violation",
- "details": [
- {
- "field": "client-owner",
- "message": "must be between 3 and 16 characters",
- "type": "invalid_header"
}
]
}