Paazl Create Return Label
Creates a return shipping label in Paazl for a given order and carrier service. Use it in returns flows to generate a label the customer can use to send items back.
What it does
- Creates a Paazl shipping label for the order and carrier service you specify.
- Returns the label itself as a base64-encoded PDF.
- Provides the tracking number and barcode for the newly created label.
- Reports whether the label was created through the
Successflag.
Inputs
| Name | Type | Description |
|---|---|---|
| Web Shop | String | Web Shop code |
| Order Reference | String | Order number -1 |
| Service | String | Carrier service code |
| Password | String | Paazl password |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Wether the shipping label was created |
| Label | String | Shipping label PDF file encoded in base64 |
| Tracking Number | String | Tracking number for newly created label |
| Barcode | String | Barcode for newly created label |
Notes
- The
Labeloutput is a base64-encoded PDF; decode it to produce the printable return label. Serviceis the carrier service code that determines which carrier and service the return label is created for.