Skip to main content
POST
/
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 create

Creates a Non-Wine SKU. The Item Types for Non-Wine are "ACC,FOOD,INSERT,PACK"

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
sku
string
required

The SKU of the customer

Minimum string length: 1
caseQuantity
integer<int32>
required

The Case Quantity

srp
number<double>
required

Suggested Retail Price

description
string
required

Description of the SKU

Minimum string length: 1
sellerAccountNumbers
string[] | null

A list of Seller account number who can sell this

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