Skip to main content
POST
/
api
/
v1
/
Products
/
Skus
/
Wine
{
  "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 Wine SKU. The Item type for Wine is 'WINE'

supplierId
string
required

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

Minimum string length: 1
sku
string
required

The SKU of the customer

Minimum string length: 2
caseQuantity
integer<int32>
required

The Case Quantity

srp
number<double>
required

Suggested Retail Price

brandName
string
required

The Brand Name

Required string length: 1 - 100
appellation
string
required

Appellation

Required string length: 1 - 100
alcoholType
string
required

Alcohol Type

SPARKLING
SPIRIT
STILL
Minimum string length: 1
alcoholPercentage
number<double>
required

Alcohol Percentage

eg 20
bottleSize
string
required

Bottle size in ML

Minimum string length: 1
fancifulName
string | null

The FancifulName

Maximum string length: 100
varietal
string | null

Varietal

Maximum string length: 100
vineyardDesignation
string | null

Vineyard Designation

Maximum string length: 150
countryOfOrigin
string | null
default:US

Only US

Maximum string length: 2
regionOfOrigin
string | null

Region

Maximum string length: 100
colaNumber
string | null

TTB Approval Number

Maximum string length: 25
vintage
string | null

Vintage

Maximum string length: 25
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