You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request:
{
"product": {
"sku": "modified.sku",
"name": "modified name"
}
}
Result:
The name has changed, but the sku is the same. How can I change the product sku?
Thanks
The text was updated successfully, but these errors were encountered:
SKU is a unique key for products, it can't be changed via the API. Our reasons for doing this is based on feedback from partners integrating to ERP & PIM systems it was desired to have a valid key that can be used by both systems.
Call:
PUT /rest/V1/products/{sku}
Request:
{
"product": {
"sku": "modified.sku",
"name": "modified name"
}
}
Result:
The name has changed, but the sku is the same. How can I change the product sku?
Thanks
The text was updated successfully, but these errors were encountered: