v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Catalogs - Catalog

Get product by ProductId

get/v2/user/catalogs/{storeId}/products/{productId}

Path parameters

storeIdstring guid required

Your store identifier

productIdstring guid required

The product identifier you want to get

Response

Product

productIdstring guid required

The product identifier

categoryIdstring guid required

The catalog category identifier

valuesProductValues required

The key is the column identifier

existsboolean required

Indicates if the product exists in the current catalog

Example response

{
  "productId": "578419df-1bbf-41a6-96fa-862e42182b67",
  "categoryId": "81a058a6-0451-4b79-84ef-94c58d0ed4ac",
  "values": {
    "68082b11-4ffd-4bec-964a-465a471c7d37": "SKU1234",
    "b6d74510-41ce-42ec-947a-0bdf62e9beee": "Refrigerateur",
    "012929c0-e78b-462a-a96e-25c061575385": "http://media.conforama.fr/Medias/500000/80000/5000/500/10/G_585511_A.jpg",
    "ba270fa0-8482-46be-905a-cae4ca746b92": "http://www.conforama.fr/gros-electromenager/encastrable/refrigerateur-encastrable/refrigerateur-combine-161-litres-far-r5115s/p/585511",
    "46602e10-bc45-4944-a440-63d5f7ece1f8": "42"
  }
}