idstringcheckedbooleantextstringrequiredboolean{ "id": "string", "checked": true, "text": "string", "required": true }
cartReferenceinteger(int32)requiredStorm Basket Id Example: 56393culturestringnon-empty^[A-Za-z]{2,3}(?:-[A-Za-z]{2,2})*$requiredLanguage and region of the customer, RFC-1766 Example: "fr-FR"currencystring^[A-Za-z]{3,3}$Currency of the purchase, ISO 4217 alpha-3. Example: "EUR"countrystring^[A-Za-z]{2,2}$Country, ISO 3166 alpha-2. Example: "SE"priceListSeedArray of integers(int32)(Optional) A list of PriceList IDs to use. Example: [16,21,332]{ "cartReference": 56393, "culture": "fr-FR", "currency": "EUR", "country": "SE", "priceListSeed": [ 16, 21, 332 ] }