Can I get some help on this problem? I have been trying to update an existing product with images and I am using the product API. This worked just fine but recently it stopped working. After posting (using postman) the response always shows the image array to be empty.
Here is the detail of the latest test:
The http response header’s request ID: 6219e273-71cb-46d6-a3aa-deda3c647778
Complete JSON used:
{
“product”: {
“bodyHtml”: " \n
Brand: Rolex\n
Model: Daytona\n
Reference: 6239\n
Gender: Unisex\n
Year: 1967\n
Material: Steel\n
Dial Color: Original Matte Black with Red Daytona\n
Dimensions: 37mm\n
Watch Movement: Manual-Wind\n
Bracelet/Strap: Stainless Steel\n
Box/Paper: Leather Travel Case\n
Condition: Thick Case with Signs of Original Finish\n
SKU: 160883\n",
“id”: “7532623036655”,
“images”: [
{
“position”: “1”,
“productId”: “7532623036655”,
“src”: “https://fm.gruenbergwatches.com/fmi/xml/cnt/data.jpg?-db=DEG&-lay=WEB_XML_IMAGE&-recid=58030&-field=image”,
“metafields”: [
{
“namespace”: “tags”,
“key”: “alt”,
“value”: "Rolex Daytona 6239 Steel Thick Case with Signs of Original Finish Unisex Steel Original Matte Black with Red Daytona 37mm Manual 1967 Stainless Steel Leather Travel Case ",
“valueType”: “string”
}
]
},
{
“position”: “2”,
“productId”: “7532623036655”,
“src”: “https://fm.gruenbergwatches.com/fmi/xml/cnt/data.jpg?-db=DEG&-lay=WEB_XML_IMAGE&-recid=58031&-field=image”,
“metafields”: [
{
“namespace”: “tags”,
“key”: “alt”,
“value”: "Rolex Daytona 6239 Steel Thick Case with Signs of Original Finish Unisex Steel Original Matte Black with Red Daytona 37mm Manual 1967 Stainless Steel Leather Travel Case ",
“valueType”: “string”
}
]
},
{
“position”: “3”,
“productId”: “7532623036655”,
“src”: “https://fm.gruenbergwatches.com/fmi/xml/cnt/data.jpg?-db=DEG&-lay=WEB_XML_IMAGE&-recid=58032&-field=image”,
“metafields”: [
{
“namespace”: “tags”,
“key”: “alt”,
“value”: "Rolex Daytona 6239 Steel Thick Case with Signs of Original Finish Unisex Steel Original Matte Black with Red Daytona 37mm Manual 1967 Stainless Steel Leather Travel Case ",
“valueType”: “string”
}
]
},
{
“position”: “4”,
“productId”: “7532623036655”,
“src”: “https://fm.gruenbergwatches.com/fmi/xml/cnt/data.jpg?-db=DEG&-lay=WEB_XML_IMAGE&-recid=58033&-field=image”,
“metafields”: [
{
“namespace”: “tags”,
“key”: “alt”,
“value”: "Rolex Daytona 6239 Steel Thick Case with Signs of Original Finish Unisex Steel Original Matte Black with Red Daytona 37mm Manual 1967 Stainless Steel Leather Travel Case ",
“valueType”: “string”
}
]
},
{
“position”: “5”,
“productId”: “7532623036655”,
“src”: “https://fm.gruenbergwatches.com/fmi/xml/cnt/data.jpg?-db=DEG&-lay=WEB_XML_IMAGE&-recid=58034&-field=image”,
“metafields”: [
{
“namespace”: “tags”,
“key”: “alt”,
“value”: "Rolex Daytona 6239 Steel Thick Case with Signs of Original Finish Unisex Steel Original Matte Black with Red Daytona 37mm Manual 1967 Stainless Steel Leather Travel Case ",
“valueType”: “string”
}
]
},
{
“position”: “6”,
“productId”: “7532623036655”,
“src”: “https://fm.gruenbergwatches.com/fmi/xml/cnt/data.jpg?-db=DEG&-lay=WEB_XML_IMAGE&-recid=58035&-field=image”,
“metafields”: [
{
“namespace”: “tags”,
“key”: “alt”,
“value”: "Rolex Daytona 6239 Steel Thick Case with Signs of Original Finish Unisex Steel Original Matte Black with Red Daytona 37mm Manual 1967 Stainless Steel Leather Travel Case ",
“valueType”: “string”
}
]
}
],
“productType”: “Watches”,
“publishedScope”: “global”,
“tags”: “Rolex,Daytona,$30,000 and above,Steel,”,
“title”: “Rolex Cosmograph Daytona Cherry Red Watch Ref. 6239”,
“metafieldsGlobalTitleTag”: "Rolex Daytona 6239 Steel ",
“metafieldsGlobalDescriptionTag”: "Rolex Daytona 6239 Steel Thick Case with Signs of Original Finish Unisex Steel Original Matte Black with Red Daytona 37mm Manual 1967 Stainless Steel Leather Travel Case ",
“variants”: [
{
“id”: “42375075299567”,
“inventoryManagement”: “shopify”,
“inventoryPolicy”: “deny”,
“inventoryItemId”: “44469438939375”,
“price”: “65000”,
“sku”: “160883”,
“taxable”: “true”,
“title”: “Default Title”,
“option1”: “Original Matte Black with Red Daytona”,
“option2”: “37mm”,
“option3”: “Steel”,
“inventoryLevels”: {
“inventoryLevels”: [
{
“available”: “0”,
“inventoryItemId”: “44469438939375”,
“locationId”: “1001160732”
}
]
}
}
],
“vendor”: “Rolex”,
“options”: [
{
“id”: “9583810314479”,
“name”: “Color”,
“position”: “1”,
“values”: [
“Original Matte Black with Red Daytona”
]
},
{
“id”: “9583810347247”,
“name”: “Size”,
“position”: “2”,
“values”: [
“37mm”
]
},
{
“id”: “9583810380015”,
“name”: “Material”,
“position”: “3”,
“values”: [
“Steel”
]
}
]
}
}