AlphaAlpha Docs

Get a single shop product

Returns a single product with PUBLIC visibility by its ID.

GET
/public/shop/{tenantCode}/products/{productId}
AuthorizationBearer <token>

In: header

Path Parameters

tenantCode*string
productId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/public/shop/string/products/string"
{
  "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"
}