Product Feed
Community Forum
Data Indexing
Storefront APIs
Template JS
Headless SDK
Klevu Magento v4
Klevu PHP SDK
Navigate through spaces
⌘
K
Introduction
XML API
JSON API
Overview
Authentication
Data Types
Settings
Partial Updates (Patch)
Job Tracking
Swagger/OpenAPI Specification
Examples
Errors
Changelogs
Data Feed
Docs powered by
Archbee
JSON API
...
Examples
Partial Updates (Patch)
Image
1min
Patching default image for a given product
Request Body
1
{
2
"ITEM001"
:
[
3
{
4
"op"
:
"add"
,
5
"path"
:
"/attributes/image/hover/url"
,
6
"value"
:
"https://fastly.picsum.photos/id/20/536/354.jpg?hmac=JRdy7LAV1wQa9JGfg21bQmuzBkh0P9HV3xwjmTEM0oQ"
7
}
8
]
9
}
{ "ITEM001": [ { "op": "add", "path": "/attributes/image/hover/url", "value": "https://fastly.picsum.photos/id/20/536/354.jpg?hmac=JRdy7LAV1wQa9JGfg21bQmuzBkh0P9HV3xwjmTEM0oQ" } ] }
Patching image hover for a given product
Request Body
1
{
2
"ITEM001"
:
[
3
{
4
"op"
:
"add"
,
5
"path"
:
"/attributes/image/default"
,
6
"value"
:
{
7
"url"
:
"https://fastly.picsum.photos/id/20/536/354.jpg?hmac=JRdy7LAV1wQa9JGfg21bQmuzBkh0P9HV3xwjmTEM0oQ"
8
}
9
}
10
]
11
}
{ "ITEM001": [ { "op": "add", "path": "/attributes/image/default", "value": { "url" : "https://fastly.picsum.photos/id/20/536/354.jpg?hmac=JRdy7LAV1wQa9JGfg21bQmuzBkh0P9HV3xwjmTEM0oQ" } } ] }
Updated 05 Jul 2024
Did this page help you?
PREVIOUS
Prices
NEXT
Errors
Docs powered by
Archbee
Docs powered by
Archbee