Shop (Independent Publisher) (Preview)
Search for millions of products from the world's greatest brands.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Connector Metadata | |
---|---|
Publisher | Microsoft |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Return more details about a list of products | |
Search for products |
Return more details about a list of products
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ids
|
ids | True | string |
Comma separated list of product ids |
Returns
- Body
- searchResponse
Search for products
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
query
|
query | string |
Query string to search for items. |
|
price_min
|
price_min | number |
The minimum price to filter by. |
|
price_max
|
price_max | number |
The maximum price to filter by. |
|
similar_to_id
|
similar_to_id | string |
A product id that you want to find similar products for. (Only include one) |
|
num_results
|
num_results | string |
How many results to return. Defaults to 5. It can be a number between 1 and 10. |
Returns
- Body
- searchResponse
Definitions
searchResponse
Name | Path | Type | Description |
---|---|---|---|
results
|
results | array of object | |
title
|
results.title | string |
The title of the product |
price
|
results.price | string |
The price of the product |
currency_code
|
results.currency_code | string |
The currency that the price is in |
url
|
results.url | string |
The url of the product page for this product |
description
|
results.description | string |
The description of the product |