Retrieves the details of a specific product from Amazon
Common use cases
Data Management
Application
Amazon
Inputs (what you have)
NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
Product link | Product page link | URL | Yes |
|
Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data Library. These variables in theData Library are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
Product Name
| Name of the Product | Text | Yes | Echo Dot |
About info | Information about the Product | Text | No | Get unlimited access to 70 million songs |
Product Price | The Price of the Product | Number | No | 49 |
Product brand | The brand of the Product | Text | No | amazon |
Product Details | Details of the Product | Text | No | Control your smart home |
Product Image URL | The URL of the Product Image | URL | No |
|
Product Dimensions | Dimensions of the Product | Text | No | 4.5 x 8.51 x 12.8 cm; 108.86 Grams |
Outcomes
NAME | DESCRIPTION |
Success
| This status is selected if the information was successfully retrieved |
No Results found | This status is selected if There is no record found matching the search criteria or no search results |
Unsuccessful | This status is selected in the event of the following scenarios:
- Application site is down
- No search value or search criteria are provided |
Requirements
N/A