optionsArray of objects or null(ShippingOption)Available shipping options+Show 33 array propertiesaddonsArray of objects or null(ShippingAddon)Global addons available for all options+Show 7 array propertiesfieldsArray of objects or null(ShippingField)Global fields for all options+Show 7 array propertiescategoriesArray of objects or null(ShippingCategory)Categories for grouping shipping options+Show 4 array properties{ "options": [ { … } ], "addons": [ { … } ], "fields": [ { … } ], "categories": [ { … } ] }
idstring or nullPickup point identifiernamestring or nullPickup point nameaddress1string or nullAddress line 1address2string or nullAddress line 2postalCodestring or nullPostal codecitystring or nullCitycountrystring or nullCountrydistancenumber or null(double)Distance from delivery address in metersopeningHoursstring or nullOpening hours descriptionlatitudenumber or null(double)Latitude coordinatelongitudenumber or null(double)Longitude coordinate{ "id": "string", "name": "string", "address1": "string", "address2": "string", "postalCode": "string", "city": "string", "country": "string", "distance": 0.1, "openingHours": "string", "latitude": 0.1, "longitude": 0.1 }