Search Store Items
GET |
|
Search store items by product name in a specific store.
Parameters
ATTRIBUTE | TYPE | DESCRIPTION |
retailerId* | string | Retailer identifier. (short names can be used) |
q* | string | Product name. |
limit | integer | This is the maximum number of objects that may be returned. Default value: 16 |
before | string | This is the cursor to return data on a page before it. |
after | string | This is the cursor to return data from the next page. |
Response
ATTRIBUTE | TYPE | DESCRIPTION |
items* | array [CartProductOption] | |
paging* | Paging |
Store Item
ATTRIBUTE | TYPE | DESCRIPTION |
sku* | string | store item identifier |
name* | string | store item name |
quantity* | CartProductQuantity | quantity of product items |
price | CartItemPrice | price for the number of products |
images* | array [ImageContainer] | |
url | string | link to the product page in the store |
Paging
ATTRIBUTE | TYPE | DESCRIPTION |
cursors* | Cursors |
Cursors
ATTRIBUTE | TYPE | DESCRIPTION |
after | string | |
before | string |
Sample Request
Sample Response
Last updated