{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"createdAt":{},"updatedAt":{},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"expiresAt":{},"staleAt":{"anyOf":[{},{"type":"null"}]},"tenantIdentifier":{"type":"string"},"items":{"type":"array","items":{"type":"object","properties":{"quantity":{"type":"number"},"name":{"type":"string"},"context":{"type":"object","properties":{"taxRate":{"type":"number","minimum":0,"maximum":1},"origin":{"type":"string","enum":["crystallize","external"]},"managed":{"type":"boolean"}},"required":["origin","managed"],"additionalProperties":false},"price":{"type":"object","properties":{"gross":{"type":"number"},"net":{"type":"number"},"currency":{"type":"string"},"discounts":{"type":"array","items":{"type":"object","properties":{"percent":{"type":"number"},"amount":{"type":"number"}},"required":["percent","amount"],"additionalProperties":false}},"taxAmount":{"type":"number"},"taxPercent":{"type":"number"},"tierType":{"type":"string","enum":["volume","graduated"]},"tiers":{"type":"array","items":{"type":"object","properties":{"threshold":{"type":"number"},"price":{"type":"number"}},"required":["threshold","price"],"additionalProperties":false}},"resolvedTier":{"type":"object","properties":{"threshold":{"type":"number"},"price":{"type":"number"}},"required":["threshold","price"],"additionalProperties":false}},"required":["gross","net","currency","discounts","taxAmount","taxPercent"],"additionalProperties":false},"images":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"key":{"type":"string"},"width":{"anyOf":[{"type":"number"},{"type":"null"}]},"height":{"anyOf":[{"type":"number"},{"type":"null"}]},"altText":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["url","key"],"additionalProperties":false}},"variant":{"type":"object","properties":{"name":{"type":"string"},"sku":{"type":"string"},"product":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"path":{"type":"string"},"parentId":{"type":"string"},"shortcuts":{"type":"array","items":{"type":"string"}},"topics":{"default":[],"type":"array","items":{"type":"string"}},"topicIds":{"default":[],"type":"array","items":{"type":"string"}},"vatType":{"type":"object","properties":{"percent":{"type":"number"}},"required":["percent"],"additionalProperties":false}},"required":["id","name","path","topics"],"additionalProperties":false},"price":{"type":"object","properties":{"gross":{"type":"number"},"net":{"type":"number"},"currency":{"type":"string"},"discounts":{"type":"array","items":{"type":"object","properties":{"percent":{"type":"number"},"amount":{"type":"number"}},"required":["percent","amount"],"additionalProperties":false}},"taxAmount":{"type":"number"},"taxPercent":{"type":"number"}},"required":["gross","net","currency","discounts","taxAmount","taxPercent"],"additionalProperties":false},"compareAtPrice":{"type":"object","properties":{"gross":{"type":"number"},"net":{"type":"number"},"currency":{"type":"string"},"discounts":{"type":"array","items":{"type":"object","properties":{"percent":{"type":"number"},"amount":{"type":"number"}},"required":["percent","amount"],"additionalProperties":false}},"taxAmount":{"type":"number"},"taxPercent":{"type":"number"}},"required":["gross","net","currency","discounts","taxAmount","taxPercent"],"additionalProperties":false},"images":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"key":{"type":"string"},"width":{"anyOf":[{"type":"number"},{"type":"null"}]},"height":{"anyOf":[{"type":"number"},{"type":"null"}]},"altText":{"anyOf":[{"type":"string"},{"type":"null"}]},"variants":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"key":{"type":"string"},"width":{"anyOf":[{"type":"number"},{"type":"null"}]},"height":{"anyOf":[{"type":"number"},{"type":"null"}]},"altText":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["url","key"],"additionalProperties":false}}},"required":["url","key","variants"],"additionalProperties":false}},"attributes":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"topics":{"default":[],"type":"array","items":{"type":"string"}},"topicIds":{"default":[],"type":"array","items":{"type":"string"}}},"required":["name","sku","product","price","images","attributes","topics"],"additionalProperties":false},"type":{"type":"string","enum":["standard","subscription","shipping","fee","promotion","refund","service","digital","bonus","tax"]},"group":{"type":"string"},"meta":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"required":["quantity","name","context","price","images","variant"],"additionalProperties":false}},"total":{"type":"object","properties":{"gross":{"type":"number"},"net":{"type":"number"},"currency":{"type":"string"},"discounts":{"type":"array","items":{"type":"object","properties":{"percent":{"type":"number"},"amount":{"type":"number"}},"required":["percent","amount"],"additionalProperties":false}},"taxAmount":{"type":"number"},"taxPercent":{"type":"number"},"taxBreakdown":{"type":"array","items":{"type":"object","properties":{"percent":{"type":"number"},"base":{"type":"number"},"amount":{"type":"number"}},"required":["percent","base","amount"],"additionalProperties":false}}},"required":["gross","net","currency","discounts","taxAmount","taxPercent"],"additionalProperties":false},"state":{"type":"string","enum":["cart","placed","ordered","abandoned"]},"type":{"default":"cart","type":"string","enum":["cart","wishlist"]},"name":{"type":"string"},"customer":{"type":"object","properties":{"isGuest":{"type":"boolean"},"identifier":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phone":{"type":"string"},"email":{"type":"string"},"middleName":{"type":"string"},"birthDate":{},"companyName":{"type":"string"},"taxNumber":{"type":"string"},"addresses":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["delivery","billing","other"]},"firstName":{"type":"string"},"middleName":{"type":"string"},"lastName":{"type":"string"},"street":{"type":"string"},"street2":{"type":"string"},"streetNumber":{"type":"string"},"postalCode":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"country":{"type":"string"},"phone":{"type":"string"},"email":{"type":"string"},"meta":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"required":["type"],"additionalProperties":false}},"type":{"type":"string","enum":["individual","organization"]},"meta":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"externalReferences":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"context":{"default":{"price":{"decimals":0,"pricesHaveTaxesIncludedInCrystallize":false,"selectedVariantIdentifier":"default","currency":"eur","discountOnNetPrices":false,"markets":[]},"language":"en","ttl":2592000,"staleTtl":3600,"catalogue":{"productVariantMaxAge":0}},"type":"object","properties":{"price":{"type":"object","properties":{"decimals":{"type":"number"},"pricesHaveTaxesIncludedInCrystallize":{"type":"boolean"},"currency":{"type":"string"},"taxRate":{"type":"number","minimum":0,"maximum":1},"selectedVariantIdentifier":{"type":"string"},"fallbackVariantIdentifiers":{"type":"array","items":{"type":"string"}},"compareAtVariantIdentifier":{"type":"string"},"discountOnNetPrices":{"type":"boolean"},"markets":{"type":"array","items":{"type":"string"}},"voucherCode":{"type":"string"},"voucherCodes":{"type":"array","items":{"type":"string"}},"customerGroup":{"type":"string"},"customerGroups":{"type":"array","items":{"type":"string"}}},"required":["decimals","pricesHaveTaxesIncludedInCrystallize","currency","selectedVariantIdentifier","discountOnNetPrices","markets"],"additionalProperties":false},"language":{"type":"string"},"ttl":{"type":"number"},"staleTtl":{"anyOf":[{"type":"number"},{"type":"null"}]},"catalogue":{"type":"object","properties":{"productVariantMaxAge":{"type":"number"},"productVariantImages":{"type":"object","properties":{"maxCount":{"type":"integer","minimum":0,"maximum":9007199254740991},"renditions":{"type":"object","properties":{"minWidth":{"type":"number","minimum":0},"maxWidth":{"type":"number","minimum":0},"formats":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}},"additionalProperties":false}},"required":["productVariantMaxAge"],"additionalProperties":false},"wishlist":{"type":"object","properties":{"isWishlist":{"type":"boolean"},"name":{"type":"string"}},"additionalProperties":false}},"required":["price","language","ttl"],"additionalProperties":false},"meta":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"appliedPromotions":{"type":"array","items":{"type":"object","properties":{"identifier":{"type":"string"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]},"mechanism":{"type":"object","properties":{"type":{"type":"string","enum":["percentage","fixed","dynamic-fixed","x-for-y"]},"value":{"type":"number"}},"required":["type","value"],"additionalProperties":false}},"required":["identifier","mechanism"],"additionalProperties":false}},"orderId":{"type":"string"}},"required":["createdAt","id","expiresAt","tenantIdentifier","items","total","state","type","context"],"additionalProperties":false}