BlueCart · Example Payload

Bluecart Order Product Example

RestaurantProcurementWholesaleOrderingFood DistributionHospitalityeCommerce

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

Top-level fields

productIdskunamequantityprice

Example Payload

Raw ↑
{
  "productId": 90210,
  "sku": "WINE-CAB-750",
  "name": "Cabernet Sauvignon 750ml",
  "quantity": 12,
  "price": 18.5
}