referencestringPickup location reference.namestringName of pickup location.addressobjectPickup location address.+Show 4 properties{ "reference": "string", "name": "string", "address": { "streetAddress": "Adaptivevägen 18", "city": "Boden", "postalCode": "955 60", "country": "SE" } }
streetAddressstringAddress or street name, first line. Example: "Adaptivevägen 18"citystringCity. Example: "Boden"postalCodestringPostal code, zip or post code. Example: "955 60"countrystringCountry. ISO 3166 alpha-2. Example: "SE"{ "streetAddress": "Adaptivevägen 18", "city": "Boden", "postalCode": "955 60", "country": "SE" }
includingVatnumber(double)Total price including vat in the checkout specified currency. Requires two decimal points or multiples of 0.01. Example: 1234excludingVatnumber(double)Total price excluding vat in the checkout specified currency. Requires two decimal points or multiples of 0.01. Example: 987.2{ "includingVat": 1234, "excludingVat": 987.2 }