v1
OpenAPI 3.0.32026-07-13180201815.5 KBFulfillments
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
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"
}