Skip to main content

New field in Carrier Setup file

· One min read

Carrier setup files now include a new field, service_point_product, which indicates whether a product is a service point product or not. Read the full guide on how to retrieve and use the carrier setup file here.

Example

[
{
"code": "gls",
"name": "GLS Denmark",
"products": [
{
"name": "Shop Delivery",
"code": "GLSDK_SD",
"service_point_product": true,
"country_combinations": [{...}]
},
{
"name": "Private Delivery Parcel",
"code": "GLSDK_HD",
"service_point_product": false,
"country_combinations": [{...}]
}
]
}
]