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)
Name
1min
Patching name for a list of given products.
Request Body
1
{
2
"ITEM001"
:
[
3
{
4
"op"
:
"replace"
,
5
"path"
:
"/attributes/name"
,
6
"value"
:
{
7
"default"
:
"Comfortable Chair ITEM001"
8
}
9
}
10
]
,
11
"ITEM002"
:
[
12
{
13
"op"
:
"replace"
,
14
"path"
:
"/attributes/name"
,
15
"value"
:
{
16
"default"
:
"Comfortable Chair ITEM002"
17
}
18
}
19
]
20
}
{ "ITEM001": [ { "op": "replace", "path": "/attributes/name", "value": { "default": "Comfortable Chair ITEM001" } } ], "ITEM002": [ { "op": "replace", "path": "/attributes/name", "value": { "default": "Comfortable Chair ITEM002" } } ] }
Updated 05 Jul 2024
Did this page help you?
PREVIOUS
Attributes
NEXT
Prices
Docs powered by
Archbee
Docs powered by
Archbee