BJ's Wholesale Club · Example Payload

Bjs Order Example

EcommerceMembershipRetailWholesale

Bjs Order Example is an example object payload from BJ's Wholesale Club, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

orderIdstatusmembershipNumberitemssubtotaltaxtotalcreatedAtestimatedDelivery

Example Payload

Raw ↑
{
  "orderId": "ORD-20260421-00123",
  "status": "confirmed",
  "membershipNumber": "8001234567890",
  "items": [
    {
      "productId": "PROD-78234",
      "name": "Wellsley Farms Organic Extra Virgin Olive Oil 2L",
      "quantity": 2,
      "unitPrice": 14.99
    },
    {
      "productId": "PROD-55102",
      "name": "Berkley Jensen Paper Towels 12-Pack",
      "quantity": 1,
      "unitPrice": 22.99
    }
  ],
  "subtotal": 52.97,
  "tax": 3.71,
  "total": 56.68,
  "createdAt": "2026-04-21T10:30:00Z",
  "estimatedDelivery": "2026-04-24"
}