This query returns a shipping label.
- API endpoint slug
- shippo.find_shipping_label
- Runtime method
- performQuery("shippo.find_shipping_label")
Query fields
- Label
- What is the Shipping Label's Object ID?
- Helper text
- Tip: use the 'LabelObjectID' ingredient from a Shippo trigger.
- Slug
- shipping_label_id
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- label_url
- Filter code
- Shippo.findShippingLabel.LabelUrl
- Type
- String
- Example
- https://example.com/label.pdf
- Slug
- label_file_type
- Filter code
- Shippo.findShippingLabel.LabelFileType
- Type
- String
- Example
- PDF_4x6
- Slug
- object_id
- Filter code
- Shippo.findShippingLabel.LabelObjectId
- Type
- String
- Example
- 915d94940ea54c3a80cbfa328722f5a1
- Slug
- status
- Filter code
- Shippo.findShippingLabel.Status
- Type
- String
- Example
- SUCCESS
- Slug
- rate
- Filter code
- Shippo.findShippingLabel.Rate
- Type
- String
- Example
- ec9f0d3adc9441449c85d315f0997fd5
- Slug
- eta
- Filter code
- Shippo.findShippingLabel.Eta
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- tracking_number
- Filter code
- Shippo.findShippingLabel.TrackingNumber
- Type
- String
- Example
- 9499907123456123456781
- Slug
- tracking_status
- Filter code
- Shippo.findShippingLabel.TrackingStatus
- Type
- String
- Example
- UNKOWN
- Slug
- tracking_url_provider
- Filter code
- Shippo.findShippingLabel.TrackingUrlProvider
- Type
- String
- Example
- https://example.com/tracking
- Slug
- commercial_invoice_url
- Filter code
- Shippo.findShippingLabel.CommercialInvoiceUrl
- Type
- String
- Example
- https://example.com/invoice.pdf
- Slug
- qr_code_url
- Filter code
- Shippo.findShippingLabel.QrCodeUrl
- Type
- String
- Example
- https://example.com/qr_code.pdf
- Slug
- object_state
- Filter code
- Shippo.findShippingLabel.ObjectState
- Type
- String
- Example
- VALID
- Slug
- object_owner
- Filter code
- Shippo.findShippingLabel.ObjectOwner
- Type
- String
- Example
- example@email.com
- Slug
- object_created
- Filter code
- Shippo.findShippingLabel.ObjectCreated
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00