AlphaAlpha Docs

Get products

Gets the products in the cart

GET
/carts/{tenantId}/{cartId}/products
AuthorizationBearer <token>

In: header

Path Parameters

cartId*string
tenantId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/carts/string/string/products"
{
  "items": [
    {
      "amount": 0.1,
      "product": {
        "category": "string",
        "comparePrice": 0.1,
        "currency": "string",
        "description": "string",
        "featuredImage": {
          "blobId": "string",
          "created": "2019-08-24T14:15:22Z",
          "extension": "string",
          "fileSize": 0,
          "name": "string",
          "type": "IMAGE"
        },
        "id": "string",
        "images": [
          {
            "blobId": "string",
            "created": "2019-08-24T14:15:22Z",
            "extension": "string",
            "fileSize": 0,
            "name": "string",
            "type": "IMAGE"
          }
        ],
        "metaDescription": "string",
        "name": "string",
        "price": 0.1,
        "seoTitle": "string",
        "stockStatus": "string",
        "supplier": "string",
        "tags": [
          "string"
        ],
        "thumbnail": {
          "blobId": "string",
          "created": "2019-08-24T14:15:22Z",
          "extension": "string",
          "fileSize": 0,
          "name": "string",
          "type": "IMAGE"
        },
        "urlHandle": "string",
        "vendor": "string"
      }
    }
  ]
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}