GET
/
api
/
v1
/
Products
/
Owned
/
Listing
{
  "isSuccess": true,
  "message": "<string>",
  "payload": [
    {
      "sku": "<string>",
      "description": "<string>",
      "wineDirectSku": "<string>",
      "supplierId": "<string>",
      "supplierName": "<string>",
      "accountNumber": "<string>",
      "accountName": "<string>",
      "itemTypeCode": "<string>",
      "itemTypeName": "<string>",
      "packSlipDescription": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

supplierId
string
required

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

Minimum length: 2
itemTypeCode
string

The Item Type (Code)

ACC - Accessory
FOOD - Food
GSET - Gift Set
CARD - Greeting Card
PACK - Packaging
WINE - Wine/Sparkling
PTO - Pick-To-Order
INSERT - An insert
sku
string

The SKU of the customer

Response

200 - application/json

OK

Generic container for all service responses