Skip to content

Rest Api - GET /V1/carts/mine/items not giving product row total and image in response #5404

@qwerty7869

Description

@qwerty7869

Steps to reproduce

  1. Add products in cart
  2. Hit api GET /V1/carts/mine/items
  3. Response will be

[
{
"item_id": 244,
"sku": "24-WB04",
"qty": 2,
"name": "Push It Messenger Bag",
"price": 45,
"product_type": "simple",
"quote_id": "202"
},
{
"item_id": 245,
"sku": "MSH03-33-Black",
"qty": 1,
"name": "Meteor Workout Short",
"price": 32.5,
"product_type": "configurable",
"quote_id": "202",
"product_option": {
"extension_attributes": {
"configurable_item_options": [
{
"option_id": "90",
"option_value": 49
},
{
"option_id": "138",
"option_value": 177
}
]
}
}
}
]

Expected result

Response should have product row total and image which is the basic functionality required in all the sites.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions