Search Store Items
Last updated
Last updated
GET
/v1/search?type=storeItem
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.
ATTRIBUTE
TYPE
DESCRIPTION
items*
array [CartProductOption]
paging*
Paging
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
ATTRIBUTE
TYPE
DESCRIPTION
cursors*
Cursors
ATTRIBUTE
TYPE
DESCRIPTION
after
string
before
string