v1

OpenAPI 3.0.32026-07-13180201815.5 KB
Fulfillments

Retrieve a presigned URL for the Fulfillment label

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

get/fulfillments/{id}/label.json

Path parameters

idinteger required

ID of the Fulfillment

Response

Label URL retrieved successfully

urlstring required

Presigned URL to download the fulfillment label

expires_atstring date-time required

Expiration time of the presigned URL in ISO 8601 format

Example response

{
  "url": "https://example-bucket.s3.amazonaws.com/tmp/fulfillment_labels/store_1/fulfillment_123/label_1234567890_abc123.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Expires=86400",
  "expires_at": "2023-10-15T14:30:00Z"
}