π Australia Post Return Label
The action creates a shipment and the label is printed using the shipment id and item id returned after the shipment is created.
Inputs:
| Name | Type | Description |
|---|---|---|
| AU Post Username | string | Australia Post username provided by Australia Post Contact Person |
| AU Post Password | string | AU Post password provided by Australia Post Contact Person |
| AU Post Account Number | string | AU Post Account Number from the contract with Australia Post |
| Order Number | string | Shipment reference which is usually the order number |
| Shipper Name | string | The name of the shipper. |
| Shipper Address Line 1 | string | The first line of the shipper's address. |
| Shipper Address Line 2 | string | The address number (line 2) of the shipper's address. |
| Shipper Suburb | string | Shipper Suburb = city in Australia |
| Shipper Post Code | string | The zip code of the shipper in Brazil. |
| Shipper State | string | Shipper Australian State |
| Receiver Name | string | Receiver Company/Person Name |
| Receiver Address Line 1 | string | The first line of the recipient's address. |
| Receiver Address Line 2 | string | The zip code of the recipient. |
| Receiver Street | string | Receiver Street |
| Receiver Suburb | string | The city of the recipient's address. |
| Receiver State | string | The Brazilian state of the recipient. |
| Receiver Post Code | string | The address number (line 2) of the recipient's address. |
Outputs:
| Name | Type | Description |
|---|---|---|
| Success | boolean | Whether label successfully generated |
| Tracking Number | string | The tracking number associated with the label to track the return |
| Return Label URL | string | Return Label URL to Downdload from |
Updated over 1 year ago
