Skip to main content
PATCH
/
api
/
v1
/
Products
/
Skus
/
NonWine
{
  "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
itemTypeCode
string
required

The ItemType (Code)

ACC - Accessory
FOOD - Food to eat
INSERT - An insert
PACK - Packaging
Minimum string length: 1
caseQuantity
integer<int32>
required

The Case Quantity

description
string | null

Description of the BOM SKU

Maximum string length: 150
srp
number<double> | null

Suggested Retail Price

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