Get Cart Item Options
Get alternative store products for a cart item.
Get Cart Item Options
GET
https://graph.whisk.com/v1/:cart_id/items/:item_id/options
Path Parameters
Name
Type
Description
cart_id
string
Unique cart identifier
item_id
string
Unique item identifier
Response
ATTRIBUTE
TYPE
DESCRIPTION
options
array [CartProductOption]
available store item options
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 quantity of products
images*
array [ImageContainer]
url
string
link to product page in store
Sample Request
Last updated