---
title: "Get Print Options by Carrier"
method: GET
path: "/carrier-print-option"
tags: ["Courier"]
---

# Get Print Options by Carrier

`GET /carrier-print-option`

Retrieve the available label print formats and sizes for one or all carriers.

## Query parameters

- `carrier_id` integer, required
- `limit` integer
- `page` integer

## Response `200`

Carrier print options retrieved successfully.

- object
  - `data` object[]
    - `id` integer — Carrier ID.
    - `name` string — Carrier name identifier.
    - `country_code` string — Two-letter ISO country code for the carrier account.
    - `print_format` string — Label format (e.g. PDF, ZPLII).
    - `print_size` string — Label paper size (e.g. STOCK_4X6, PAPER_4X6, PAPER_7X4.75).
    - `default` 0 | 1 — Indicates whether this is the default print option for the carrier. 1 = default, 0 = non-default.

---

[API](https://skmtc.net/envia/apis/envia-shipping-api-complete-documentation.md) · [All operations](https://skmtc.net/envia/apis/envia-shipping-api-complete-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/envia/envia-shipping-api-complete-documentation/revisions/39f9208959d6/schema)
