BlueCart · Example Payload

Bluecart Product Create Example

Estate-bottled Cabernet Sauvignon, vintage 2022.

WineRed

Bluecart Product Create Example is an example object payload from BlueCart, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

productNameskudescriptionuompricepacktagsinventorydiscounts

Example Payload

Raw ↑
{
  "productName": "Cabernet Sauvignon 750ml",
  "sku": "WINE-CAB-750",
  "description": "Estate-bottled Cabernet Sauvignon, vintage 2022.",
  "uom": "Bottle",
  "price": 18.5,
  "pack": 12,
  "tags": [
    "Wine",
    "Red"
  ],
  "inventory": {},
  "discounts": {}
}