Product Type POST

URI

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

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

Description

This message allows you to create a new product type .
Detailed field description:
Field Name Field Description Required Maximum Length
name This is the name of the Product Type. Yes 64

Example

Create a new product type

Request URI

/product-type/

Request body

{
	"name": "Test-1"
}

Response

{
	"response": 5
}