Skip to main content
Order Example #1

Example for an order submitted via Klar API, paid & delivered, no returns

Frank Birzle avatar
Written by Frank Birzle
Updated over a week ago
  • Customer is a new customer via webshop

  • Customer subscribed to newsletter and used newsletter voucher

  • Voucher was 5 € off order plus free shipping

  • Order contained 2 x Cadbury Dairy Milk Chocolate Bar and 6 x Highland Spring Sparkling Water 1.5l

  • Order was paid in EUR

  • Cadburry Dairy Milk Chocolate Bar was discounted by 10%

  • 7 % VAT applies to food products in Germany

  • Order was paid via Paypal (Adyen)

  • Order was shipped via DHL

[{
"createdAt": 1640979772,
"currencyCodeIso3Letter": "EUR",
"customer": {
"email": "[email protected]",
"id": "42aa80d6441bc1b95a8d9009276b2778",
"isNewsletterSubscriberAtTimeOfCheckout": true,
"tags": []
},
"financialStatus": "paid",
"id": "1234213423",
"lineItems": [
{
"discounts": [
{
"descriptor": "Voucher for new email subscribers - including free shipping",
"discountAmount": 0.63,
"isVoucher": true,
"target": "",
"title": "New Customer Discount plus free shipping",
"voucherCode": "WELCOME_5",
"voucherType": "CRM"
},
{
"descriptor": "10% off sweets",
"discountAmount": 0.35,
"isVoucher": false,
"target": "",
"title": "10% off sweets",
"voucherCode": "",
"voucherType": ""
}
],
"id": "5234123423",
"productBrand": "Cadbury",
"productCogs": 1.50,
"productCollection": "Sweets",
"productGmv": 3.50,
"productId": "C2343242",
"productName": "Cadbury Dairy Milk Chocolate Bar",
"productShippingWeightInGrams": 134,
"productTags": ["sweets", "chocolate"],
"productVariantId": "134",
"productVariantName": "Cadbury Dairy Milk Chocolate Bar Multipack - 4 x 33.5g",
"quantity": 2,
"sku": "34123-243234-2342342",
"taxes": [
{
"descriptor": "",
"taxAmount": 0.16,
"taxRate": 0.07,
"title": "VAT 7%"
}
],
"totalAmountAfterTaxesAndDiscounts": 4.71,
"totalAmountBeforeTaxesAndDiscounts": 7.0,
"totalLogisticsCosts": 0
},
{
"discounts": [
{
"descriptor": "WELCOME_5",
"discountAmount": 0.63,
"isVoucher": true,
"target": "",
"title": "New Customer Discount plus free shipping",
"voucherCode": "WELCOME_5",
"voucherType": "CRM"
}
],
"id": "5234123423",
"productBrand": "Highland Spring",
"productCogs": 0.50,
"productCollection": "Drinks",
"productGmv": 1.90,
"productId": "A23423423",
"productName": "Highland Spring Sparkling Water",
"productShippingWeightInGrams": 1500,
"productTags": ["drinks", "water"],
"productVariantId": "12",
"productVariantName": "Highland Spring Sparkling Water 1.5l",
"quantity": 6,
"sku": "34123-243234-2342342",
"taxes": [
{
"descriptor": "",
"taxAmount": 0.08,
"taxRate": 0.07,
"title": "VAT 7%"
}
],
"totalAmountAfterTaxesAndDiscounts": 7.12,
"totalAmountBeforeTaxesAndDiscounts": 11.40,
"totalLogisticsCosts": 0
}

],
"optionalIdentifiers": {
"googleAnalyticsTransactionId": "12312312",
"isFirstSubscriptionOrder": false,
"isSubscriptionOrder": false,
"landingPage": "https://www.mystore.com/lp/new-customers",
"orderChannelName": "web",
"orderPlatformName": "shopify",
"orderSourceName": "",
"utmCampaign": "nl_10_feb_2022",
"utmContent": "",
"utmMedium": "direct",
"utmSource": "direct",
"utmTerm": "nl_10_feb_2022"
},
"orderName": "3213412312",
"orderNumber": "12312312312312",
"paymentGatewayName": "adyen",
"paymentMethodName": "paypal",
"processedAt": 1640979772,
"refundedLineItems": [],
"shipmentStatus": "delivered",
"shipping": {
"city": "München",
"countryCodeIso2Letter": "DE",
"countryCodeIso3Letter": "DEU",
"currencyCodeIso3Letter": "EUR",
"discounts": [
{
"descriptor": "Free Shipping",
"discountAmount": 2.50,
"isVoucher": true,
"target": "",
"title": "New Customer Discount plus free shipping",
"voucherCode": "WELCOME_5",
"voucherType": "CRM"
}
],
"providerDescriptor": "DHL with tracking",
"provinceOrState": "Bayern",
"shippingTotalAmountAfterTaxAndDiscounts": 0,
"shippingTotalAmountBeforeTaxAndDiscounts": 2.50,
"taxes": [
{
"descriptor": "",
"taxAmount": 0.16,
"taxRate": 0.07,
"title": "string"
}
],
"zipOrPostalCode": "80337"
},
"tags": [],
"transactionCosts": 0.42,
"updatedAt": 1640979772
}]

Did this answer your question?