CartDetails

{
  "_uuid": "17a54659-a06a-464f-a914-190cee7d4b1a",
  "products": [
    {
      "uuid": "17a54659-a06a-464f-a914-190cee7d4b1a",
      "name": "Nike",
      "price": 250,
      "discount": 15,
      "images": [
        {
          "_uuid": "string"
        }
      ],
      "rating": 0,
      "review_count": 0,
      "category": {
        "_uuid": "17a54659-a06a-464f-a914-190cee7d4b1a",
        "name": "Shoes"
      }
    }
  ]
}

Properties

Name
Type
Required
Restrictions
Description

_uuid

string

true

none

Cart id

products

true

none

Products from cart

Last updated