Custom Field GET

URI

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

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

Description

Get the custom data held against a given product.

Example

Get the custom fields for product 3158

Request URI

/product/3158/custom-field

Response

{
	"response": {
		"PCF_CLNOTE": "This is a note",
		"PCF_DESCRIPT": "This is a description",
		"PCF_WIDTH": "100",
		"PCF_TEXT": "This is text"
	}
}