curl --location -g --request GET 'http:///V1/guest-carts//items'
[
{
"extension_attributes": {
"negotiable_quote_item": {
"extension_attributes": {},
"item_id": 0,
"original_discount_amount": 0,
"original_price": 0,
"original_tax_amount": 0
}
},
"item_id": 0,
"name": "string",
"price": 0,
"product_option": {
"extension_attributes": {
"bundle_options": [
{
"extension_attributes": {},
"option_id": 0,
"option_qty": 0,
"option_selections": [
0
]
}
],
"configurable_item_options": [
{
"extension_attributes": {},
"option_id": "string",
"option_value": 0
}
],
"custom_options": [
{
"extension_attributes": {
"file_info": {
"base64_encoded_data": "string",
"name": "string",
"type": "string"
}
},
"option_id": "string",
"option_value": "string"
}
],
"downloadable_option": {
"downloadable_links": [
0
]
},
"giftcard_item_option": {
"custom_giftcard_amount": 0,
"extension_attributes": {},
"giftcard_amount": "string",
"giftcard_message": "string",
"giftcard_recipient_email": "string",
"giftcard_recipient_name": "string",
"giftcard_sender_email": "string",
"giftcard_sender_name": "string"
}
}
},
"product_type": "string",
"qty": 0,
"quote_id": "string",
"sku": "string"
}
]