Deliverect · JSON Structure

Commerce Api Commerce Channel Api Baskets Update Basket Customer Structure

Deliverect Update Basket - Customer

Type: object Properties: 6
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

CommerceChannelApiBasketsUpdateBasketCustomer is a JSON Structure definition published by Deliverect, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name companyName email phoneNumber externalId tin

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-structure/commerce-api-commerce-channel-api-baskets-update-basket-customer-structure.json",
  "name": "CommerceChannelApiBasketsUpdateBasketCustomer",
  "description": "Deliverect Update Basket - Customer",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "Deliverect's Pizza Place"
    },
    "companyName": {
      "type": "string",
      "example": "Deliverect's Pizza Place"
    },
    "email": {
      "type": "string",
      "example": "customer@example.com"
    },
    "phoneNumber": {
      "type": "string",
      "example": "+15555550123"
    },
    "externalId": {
      "type": "string",
      "example": "609a1b2c3d4e5f6a7b8c9d0e"
    },
    "tin": {
      "type": "string",
      "example": "string"
    }
  }
}