🔑 ReBound Get Return Label by Order Number
'ReBound Get Return Label by Order Number' is an action that allows you to retrieve the return label by the order number. This is returned as a URL (downloadable image link). To use this action, you need to provide the order number, the ReBound API credentials, DG API Key and Secret, Environment (domain), Flow ID and External ID.
Inputs
Name | Type | Description |
---|---|---|
ReBound API Secret | SensitiveString | ReBound API Secret |
ReBound API Key | SensitiveString | ReBound API Key |
Order Number | String | Order Number |
DG API Key | SensitiveString | DG API Key |
DG API Secret | SensitiveString | DG API Secret |
Env | String | Environment (domain) |
Flow Id | String | Flow Id |
External Id | String | External Id |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | True if label url returned successfully |
File URL | String | URL of the return label |
Message | String | For debugging state |
Updated about 2 months ago