curl -i -X POST \
https://developer.wineshipping.com/_mock/api/v3.1/openapi/api/SKU/CreateSKU \
-H 'Content-Type: application/json' \
-d '{
"Authentication": {
"UserKey": "7304B15BB8C24567B765FF01A9F64DD4",
"Password": "82F0E23F4F3B4A3D8CDA5245066703FA",
"CustomerNo": "10703"
},
"RequestorInfo": {
"FirstName": "John",
"LastName": "Smith",
"PhoneNumber": "7079339063",
"EmailAddress": "johnsmith@wineshipping.com"
},
"SKUInfo": {
"ItemCategory": "Wine",
"ItemNo": "SKU8866EWINE",
"ItemDescription": "2016 CHARDONNAY ESTATE 12/750",
"Vintage": "2016",
"Varietal": "CHARD",
"Appellation": "ESTATE 12/750",
"Value": "120.00",
"AlcoholByVolume": "12.5",
"UPCCode": "573421378534",
"UOM": "750",
"NumBottleInEachCase": "12",
"Classification": "Still",
"Comments": "Test SKU!"
}
}'