ReDoc documentation
Lists items that are assigned to a specified cart.
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
[- {
- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": {
- "extension_attributes": {
- "custom_options": [
- {
- "option_id": "string",
- "option_value": "string",
- "extension_attributes": {
- "file_info": {
- "base64_encoded_data": null,
- "type": null,
- "name": null
}
}
}
], - "bundle_options": [
- {
- "option_id": 0,
- "option_qty": 0,
- "option_selections": [
- 0
], - "extension_attributes": { }
}
], - "downloadable_option": {
- "downloadable_links": [
- 0
]
}, - "giftcard_item_option": {
- "giftcard_amount": "string",
- "custom_giftcard_amount": 0,
- "giftcard_sender_name": "string",
- "giftcard_recipient_name": "string",
- "giftcard_sender_email": "string",
- "giftcard_recipient_email": "string",
- "giftcard_message": "string",
- "extension_attributes": {
- "giftcard_created_codes": [
- "string"
]
}
}, - "configurable_item_options": [
- {
- "option_id": "string",
- "option_value": 0,
- "extension_attributes": { }
}
], - "grouped_options": [
- {
- "id": 0,
- "qty": 0,
- "extension_attributes": { }
}
]
}
}, - "extension_attributes": {
- "discounts": [
- {
- "discount_data": {
- "amount": 0,
- "base_amount": 0,
- "original_amount": 0,
- "base_original_amount": 0
}, - "rule_label": "string",
- "rule_id": 0
}
], - "negotiable_quote_item": {
- "item_id": 0,
- "original_price": 0,
- "original_tax_amount": 0,
- "original_discount_amount": 0,
- "extension_attributes": { }
}
}
}
]