---
title: "Retrieve a presigned URL for the Fulfillment label"
method: GET
path: "/fulfillments/{id}/label.json"
tags: ["Fulfillments"]
---

# Retrieve a presigned URL for the Fulfillment label

`GET /fulfillments/{id}/label.json`

Retrieves a presigned URL to download the shipping label for a fulfillment. The URL is temporary and will expire after 24 hours.

## Path parameters

- `id` integer, required

## Response `200`

Label URL retrieved successfully

- FulfillmentLabelResponse
  - `url` string, required — Presigned URL to download the fulfillment label
  - `expires_at` string, date-time, required — Expiration time of the presigned URL in ISO 8601 format

## Other responses

- `400` — Invalid Label - The label could not be generated or found
- `404` — Fulfillment Not Found

---

[API](https://skmtc.net/jumpseller/apis/jumpseller-api.md) · [All operations](https://skmtc.net/jumpseller/apis/jumpseller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jumpseller/jumpseller-api/versions/7512c6ae3524/schema)
