updateExampleProduct2
PATCH {{api_url}}/product/{{tenant}}/products/5839249?partial=true
Update a single product.
Accepted scopes:
hybris.product_update
- required to update product datahybris.product_publish
- required to publish the product (by settingpublished
flag totrue
)hybris.product_unpublish
- required to unpublish the product (by settingpublished
flag tofalse
)
Parameters:
productId:
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
partial | boolean |
Request Body
{"name"=>"ExampleProduct Updated"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string | ||
Content-Language | string |