v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBDelivery checkout
Get valid products
The endpoint will return all products for the given carrier code.
get/shipping_modules/products
Query parameters
carrier_codestring required
Example:gls
The carrier code to find products for.
own_agreement_onlyboolean
Example:true
Will limit the results to only contain products for which your account has an active agreement.
Response
Successful.
Example response
[
{
"name": "ShopDelivery",
"product_code": "GLSDK_SD",
"service_point_product": true,
"receiver_countries": [
"DK"
]
}
]