Shopify Native Actions - Products
In this section, we will talk about the “Products & Collection” related actions. UChat support below customer related actions:
Search for products
Get product information
Get product images
Get product variants
Search for custom collections
Search for smart collections
Get collection information
Get collection products
Now, let’s go over these actions one by one.
- 1 Get Products
- 1.1 Input
- 1.2 Response Payload
- 2 Get Product Info
- 2.1 Input
- 2.2 Response Payload
- 3 Get Product Images
- 3.1 Input
- 3.2 Response Payload
- 4 Get Product Variants
- 4.1 Input
- 4.2 Response Payload
- 5 Search For Custom Collections
- 5.1 Input
- 5.2 Response Payload
- 6 Search For Smart Collections
- 6.1 Input
- 6.2 Response Payload
- 7 Get Collection Info
- 7.1 Input
- 7.2 Reponse Payload
- 8 Get collection Products
- 8.1 Input
- 8.2 Response Payload
Get Products
This action is used to bring up products available on your shopify store using various parameters such as product id, title, vendor etc
Input
Response Payload
{ |
Get Product Info
This action is used to bring up information regarding a particular product using its product ID.
Input
Response Payload
{ |
Get Product Images
This action is used to fetch images of the product and its variants using the product IDs.
Input
Response Payload
{ |
Get Product Variants
This action is used to bring up information regarding variants of a product using its product ID
Input
Response Payload
{ |
Search For Custom Collections
This action is used to search up custom collections available for your products on your shopify store.
Input
Response Payload
{ |
Search For Smart Collections
This action is used to bring up smart collections of the products you have on your shopify stores.
Input
Response Payload
{ |
Get Collection Info
This action is used to bring up information about a collection using its collection ID.
Input
Reponse Payload
{ |
Get collection Products
This action is used to fetch products related to a particular collection using collection ID
Input
Response Payload
{ |