---
title: "Get valid products"
method: GET
path: "/shipping_modules/products"
tags: ["Delivery checkout"]
---

# Get valid products

`GET /shipping_modules/products`

The endpoint will return all products for the given carrier code.

## Query parameters

- `carrier_code` string, required
- `own_agreement_only` boolean

## Response `200`

Successful.

- ShippingModuleProduct[]
  - `name` string — The name of the product for display purposes.
  - `product_code` string — The product code used in further requests.
  - `service_point_product` boolean — Whether or not the product is used with service points
  - `receiver_countries` string[] — Array of country codes where the product can be used by your account.

## Other responses

- `401` — Unauthorized.
- `404` — Resource not found.

---

[API](https://skmtc.net/shipmondo/apis/shipmondo-api.md) · [All operations](https://skmtc.net/shipmondo/apis/shipmondo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipmondo/shipmondo-api/revisions/3b9f91693dec/schema)
