Deliverect · JSON Structure

Crm Api Patch Crm Accountid Customers Crmprofileid Favorites Structure

Deliverect Update Customer Favorites

Type: array Properties: 0
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

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

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/crm-api-patch-crm-accountid-customers-crmprofileid-favorites-structure.json",
  "name": "PatchCrmAccountidCustomersCrmprofileidFavorites",
  "description": "Deliverect Update Customer Favorites",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "type": {
        "type": "string",
        "enum": [
          "item",
          "order",
          "store"
        ],
        "example": "item"
      },
      "orderId/item/storeId": {
        "type": "string",
        "example": "609a1b2c3d4e5f6a7b8c9d0e"
      },
      "label": {
        "type": "string",
        "example": "string"
      }
    },
    "required": [
      "orderId/item/storeId",
      "type"
    ]
  }
}