Get product by UUID (without shared)

Method: GET

URL: https://pim-client.wizart.ai/api/v2/collection/:collectionUuid/article/:articleUuid

Headers: Accept: application/json, Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbG…

CURL:

curl --location --request GET 'https://pim-client.wizart.ai/api/v2/collection/:collectionUUID/article/:articleUUID' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer eyJ0eXAiOiJ...'
{ "data": { "uuid": "{{PRODUCT_UUID}}", "application_type": [ "wall" ], "name": "Product 1", "description": "{{PRODUCT_DESCRIPTION}}", "original_locale": "en", "vendor_code": "vendor_code", "image_path": "{{PRODUCT_IMAGE_PATH}}", "availability": "in_stock", "link": [ "{{PRODUCT_LINK_ON_WEBSITE}}" ], "layout": "vertical", "regular_price": [ 147 ], "promotional_price": null, "rapport": null, "rapport_shift": null, "mural": false, "reverse_180": false, "transparency": null, "context": null, "currency_by_context": null, "width": 0.6855, "product_width": 0.69, "length": null, "source_uuid": "c40de765-7f20-40a0-afa7-6986d1fb198f", "pattern_length": null, "original_data": { "link": "{{PRODUCT_LINK_ON_WEBSITE}}", "name": "Product 1", "width": "0.6855206", "image_path": "{{PRODUCT_IMAGE_PATH}}", "description": "{{PRODUCT_DESCRIPTION}}", "vendor_code": "vendor_code", "product_width": "0.6855206", "regular_price": "147" }, "generated_data": null, "product_type": { "uuid": "{{PRODUCT_TYPE_UUID}}", "code": "wallpaper" }, "collection": { "uuid": "{{COLLECTION_UUID}}", "name": "Collection 1", "image_path": "{{COLLECTION_IMAGE_PATH}}" }, "brand": { "uuid": "{{BRAND_UUID}}", "name": "Brand 1", "country_uuid": null, "image_path": "{{BRAND_IMAGE_PATH}}" }, "preview_image_path": "{{PRODUCT_PREVIEW_IMAGE_PATH}}", "color": null, "style": null, "pattern": null, "interior": null, "country": null, "texture": null, "installation_method": null, "features": null, "pattern_scale": null, "coating": null, "removal_type": null, "base": null, "property_values": "{{PROPERTY_VALUES}}", "sharing_status": "owned", "sku": "vendor_code" } }

Â