Product Group PUT

URI

https://{DATACENTER}.brightpearlconnect.com/public-api/{ACCOUNT}
/product-service/product-group/{ID}

Refer to our documentation on URI syntax for more information on how to construct URIs.

Description

This resource allows you to update Product group specified by product group ID. This also update product Last Modified date on success.

Example

Update Product group with Product group ID 5.

Request URI

/product-group/5

Request body

{
	"name": "Group Name",
	"displayAsGrid": true
}

Response

{
}