Skip to main content
PATCH
/
api
/
v1
/
Products
/
Skus
/
Bom
{
  "isSuccess": true,
  "message": "<string>",
  "payload": "<string>"
}

Authorizations

Authorization
string
header
required

Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'

Body

application/json

The product to update

sku
string
required

The SKU of the customer for the GSET or PTO. This is not the SKU of the items in the collection. Add that in the LineItems field

Minimum string length: 1
supplierId
string
required

SupplierId is the unique ID for the owner of items in the system

Minimum string length: 2
srp
number<double>
required

Suggested Retail Price

itemTypeCode
string
required

The ItemType (Code)

GSET - Gift Set
PTO - Pick to Order
Minimum string length: 1
description
string | null

Description of the BOM SKU

Response

200 - application/json

OK

Generic container for all service responses

isSuccess
boolean

Was the request successful. If not, the message will have more information.

message
string | null

Any error message

payload
string | null

The payload object of the response