BrowseClient#getProduct(productFetchParams, options);
Products are one of the main entities you will be working with. These are the physical and digital goods that you are selling.
Parameter | Type | Required? | Description |
---|---|---|---|
|
✅ |
Provide a product id or product url to fetch |
|
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a Product.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
Provide a product url to fetch |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a Product.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
Provide a product id to fetch |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a Product.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
Provide a list of product ids or product uris to retrieve |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a list of Products.