BlueCart · Example Payload

Bluecart Catalog Update Example

RestaurantProcurementWholesaleOrderingFood DistributionHospitalityeCommerce

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

Top-level fields

catalogNameenabledproductscustomers

Example Payload

Raw ↑
{
  "catalogName": "Premium Wines",
  "enabled": true,
  "products": [
    {}
  ],
  "customers": [
    {}
  ]
}