Reveni Get Return Label
Reveni get return label
This action retrieves a return label, and optionally a QR label, from Reveni. It takes as input the Label and QR URLs that can be found for each customer in their Reveni order object. Once retrieved, the labels are uploaded to DG storage, and the action outputs the URLs for download.
Inputs
In order to use the action in your flow you need to provide it with the following inputs:
Input | Type | Description |
---|---|---|
Return Label URL | String | This is the endpoint to call in order to retrieve the return label. This will be unique for each customer, and can be found under return_label.documents.label_url in the Reveni order object (use https://docs.digitalgenius.com/docs/reveni-get-return-by-order-number) |
QR Label URL | Optional String | This is the endpoint to call in order to retrieve the QR label. This will be unique for each customer, and can be found under return_label.documents.qr_label_url in the Reveni order object (use https://docs.digitalgenius.com/docs/reveni-get-return-by-order-number). It's optional as most customers will not have a QR code |
Reveni API Key | String | The Reveni API Key |
DG Key | String | The DG dashboard Key |
DG Secret | String | The DG dashboard Secret |
Outputs
Output | Type | Description |
---|---|---|
Success | Boolean | True if managed to retrieve a return label; False if none found. |
Return Label Download URL | String | The URL to download the returns label |
QR Label Download URL | String | The URL to download the QR label |
Updated 16 days ago