Get all products (without shared)
- Ekaterina Slesarchik
Owned by Ekaterina Slesarchik
26-06-2023
6 min read
Loading data...
Method: GET
URL: https://pim-client.wizart.ai/api/customer/articles?page=1
Headers: Accept: application/json, Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbG…
Parameters:
page - a single page in the pagination
CURL:
curl --location --request GET 'https://pim-client.wizart.ai/api/customer/articles?page=1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbG…'
{
"data": [
{
"uuid": "{{PRODUCT_UUID}}",
"application_type": [
"wall"
],
"type": "wall",
"vendor_code": "vendor_code",
"sku": "vendor_code",
"name": "Name of product",
"description": "Bring back those boogying years with this custom-made 1960s Dance Scene wall mural by Steve Crisp!",
"collection": {
"uuid": "{{COLLECTION_UUID}}",
"name": "Collection 1",
"image_path": "{{COLLECTION_IMAGE_PATH}}",
"is_visible": true
},
"brand": {
"uuid": "{{BRAND_UUID}}",
"name": "Test 1",
"country_uuid": null,
"image_path": "{{BRAND_IMAGE_PATH}}",
"is_visible": true,
"partially_visible": false,
"is_default_cover": true
},
"product_type": {
"uuid": "{{PRODUCT_TYPE_UUID}}",
"code": "wall_mural"
},
"image_path": "{{PRODUCT_IMAGE_PATH}}",
"preview_image_path": "{{PRODUCT_PREVIEW_IMAGE_PATH}}",
"width": 0.53,
"product_width": 0.53,
"is_visible": true,
"reverse_180": false,
"mural": false,
"rapport_shift": null,
"links_by_context": [
"link"
],
"link": "link",
"scene_data": {
"data": [
{
"type": "laying-pattern",
"code": "no_pattern",
"model": "",
"is_default": true,
"material_maps": {
"color": "pim-data/4003ce83-0c49-4ac3-9ba3-916cadcbd6bb/14792/18196-1960s-dance-scene-1.jpg"
},
"image": {
"size": 696226,
"mimeType": "image/jpeg",
"type": "file",
"width": 1507,
"height": 1024
},
"pattern_length": null,
"pattern_width": null
}
]
},
"laying_patterns": [
{
"uuid": "6673b89d-0642-4527-ae50-b0ced67e7bc6",
"laying_pattern_type": "no_pattern",
"image_path": "pim-data/4003ce83-0c49-4ac3-9ba3-916cadcbd6bb/14792/18196-1960s-dance-scene-1.jpg",
"model_path": "",
"metadata": "{\"image\":{\"size\":696226,\"mimeType\":\"image\\/jpeg\",\"type\":\"file\",\"width\":1507,\"height\":1024}}",
"is_default": true
}
],
"default_laying_pattern": "no_pattern",
"availability": null,
"product_length": 0.359568705,
"repeatable": false,
"customized_size": true,
"width_options": null,
"height_options": null,
"flip": false,
"black_white": false
}
]
}