Deliverect · Schema

CommerceChannelApiBasketsUpdateBasketCustomer

Deliverect Update Basket - Customer

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

Properties

Name Type Description
name string
companyName string
email string
phoneNumber string
externalId string
tin string
View JSON Schema on GitHub

JSON Schema

commerce-api-commerce-channel-api-baskets-update-basket-customer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-schema/commerce-api-commerce-channel-api-baskets-update-basket-customer-schema.json",
  "title": "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": "[email protected]"
    },
    "phoneNumber": {
      "type": "string",
      "example": "+15555550123"
    },
    "externalId": {
      "type": "string",
      "example": "609a1b2c3d4e5f6a7b8c9d0e"
    },
    "tin": {
      "type": "string",
      "example": "string"
    }
  }
}