Skip to main content

Webhook Change Log - company

🧩 Root Key: company​

🔧 Operation: company.article.message.article/create/v1​

🔹 Entry 1​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/create/v1.payload.components/schemas/article_create_v1.properties.payload.properties.articles.items.properties.price.properties.updated_at
  • New Schema:
{
"type": "string",
"format": "date-time",
"description": "Date and time when the pricing information was last updated."
}

🔧 Operation: company.article.message.article/create/v1​

🔹 Entry 2​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/create/v1.payload.components/schemas/article_create_v1.properties.payload.properties.articles.items.properties.dimension.properties.is_default
  • New Schema:
{
"type": "boolean",
"description": "Indicates if these are the default dimensions."
}

🔧 Operation: company.article.message.article/create/v1​

🔹 Entry 3​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/create/v1.payload.components/schemas/article_create_v1.properties.payload.properties.articles.items.properties.quantities.properties.order_committed
  • New Schema:
{
"type": "object",
"description": "Details of committed orders.",
"properties": {
"count": {
"type": "integer",
"description": "Number of units committed to orders."
},
"updated_at": {
"type": "string",
"description": "Timestamp of the last order committed update."
}
}
}

🔧 Operation: company.article.message.article/create/v1​

🔹 Entry 4​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/create/v1.payload.components/schemas/article_create_v1.properties.payload.properties.articles.items.properties.manufacturer.properties.is_default
  • New Schema:
{
"type": "boolean",
"description": "Indicates if this is the default manufacturer for the product."
}

🔧 Operation: company.article.message.article/create/v1​

🔹 Entry 5​

  • Action: remove
  • Type: breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_REMOVED
  • Path: article.channels.event.messages.article/create/v1.payload.components/schemas/article_create_v1.properties.payload.properties.articles.items.properties.fynd_article_code

🔧 Operation: company.article.message.article/create/v1​

🔹 Entry 6​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/create/v1.payload.components/schemas/article_create_v1.properties.payload.properties.articles.items.properties.trader
  • New Schema:
{
"type": "array",
"description": "List of traders associated with the product.",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Trader's name."
},
"type": {
"type": "string",
"enum": [
"Manufacturer",
"Importer",
"Packer",
"Marketer"
],
"description": "Indicates the trader type."
},
"address": {
"type": "array",
"description": "List of addresses associated with the trader.",
"items": {
"type": "string"
}
}
}
}
}

🔧 Operation: company.article.message.article/create/v1​

🔹 Entry 7​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/create/v1.payload.components/schemas/article_create_v1.properties.payload.properties.articles.items.properties.set
  • New Schema:
{
"type": "object",
"description": "Configuration of the set, if the product is sold as one.",
"properties": {
"quantity": {
"type": "integer",
"description": "Total number of items in the set."
},
"size_distribution": {
"type": "object",
"description": "Size distribution details within the set.",
"properties": {
"sizes": {
"type": "array",
"description": "List of sizes and their respective quantities.",
"items": {
"type": "object",
"properties": {
"size": {
"type": "string",
"description": "Label of the size (e.g., S, M, L)."
},
"pieces": {
"type": "integer",
"description": "Quantity of pieces for the corresponding size."
}
}
}
}
}
}
}
}

🔧 Operation: company.article.message.article/delete/v1​

🔹 Entry 1​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/delete/v1.payload.components/schemas/article_delete_v1.properties.payload.properties.articles.items.properties.price.properties.updated_at
  • New Schema:
{
"type": "string",
"format": "date-time",
"description": "Date and time when the pricing information was last updated."
}

🔧 Operation: company.article.message.article/delete/v1​

🔹 Entry 2​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/delete/v1.payload.components/schemas/article_delete_v1.properties.payload.properties.articles.items.properties.weight.properties.is_default
  • New Schema:
{
"type": "boolean",
"description": "Indicates if this is the default weight configuration."
}

🔧 Operation: company.article.message.article/delete/v1​

🔹 Entry 3​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/delete/v1.payload.components/schemas/article_delete_v1.properties.payload.properties.articles.items.properties.dimension.properties.is_default
  • New Schema:
{
"type": "boolean",
"description": "Indicates if these are the default dimensions."
}

🔧 Operation: company.article.message.article/delete/v1​

🔹 Entry 4​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/delete/v1.payload.components/schemas/article_delete_v1.properties.payload.properties.articles.items.properties.quantities.properties.order_committed
  • New Schema:
{
"type": "object",
"description": "Details of committed orders.",
"properties": {
"count": {
"type": "integer",
"description": "Number of units committed to orders."
},
"updated_at": {
"type": "string",
"description": "Timestamp of the last order committed update."
}
}
}

🔧 Operation: company.article.message.article/delete/v1​

🔹 Entry 5​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/delete/v1.payload.components/schemas/article_delete_v1.properties.payload.properties.articles.items.properties.manufacturer.properties.is_default
  • New Schema:
{
"type": "boolean",
"description": "Indicates if this is the default manufacturer for the product."
}

🔧 Operation: company.article.message.article/delete/v1​

🔹 Entry 6​

  • Action: remove
  • Type: breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_REMOVED
  • Path: article.channels.event.messages.article/delete/v1.payload.components/schemas/article_delete_v1.properties.payload.properties.articles.items.properties.fynd_article_code

🔧 Operation: company.article.message.article/delete/v1​

🔹 Entry 7​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/delete/v1.payload.components/schemas/article_delete_v1.properties.payload.properties.articles.items.properties.trader
  • New Schema:
{
"type": "array",
"description": "List of traders associated with the product.",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Trader's name."
},
"type": {
"type": "string",
"enum": [
"Manufacturer",
"Importer",
"Packer",
"Marketer"
],
"description": "Indicates the trader type."
},
"address": {
"type": "array",
"description": "List of addresses associated with the trader.",
"items": {
"type": "string"
}
}
}
}
}

🔧 Operation: company.article.message.article/delete/v1​

🔹 Entry 8​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/delete/v1.payload.components/schemas/article_delete_v1.properties.payload.properties.articles.items.properties.set
  • New Schema:
{
"type": "object",
"description": "Configuration of the set, if the product is sold as one.",
"properties": {
"quantity": {
"type": "integer",
"description": "Total number of items in the set."
},
"size_distribution": {
"type": "object",
"description": "Size distribution details within the set.",
"properties": {
"sizes": {
"type": "array",
"description": "List of sizes and their respective quantities.",
"items": {
"type": "object",
"properties": {
"size": {
"type": "string",
"description": "Label of the size (e.g., S, M, L)."
},
"pieces": {
"type": "integer",
"description": "Quantity of pieces for the corresponding size."
}
}
}
}
}
}
}
}

🔧 Operation: company.article.message.article/update/v1​

🔹 Entry 1​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/update/v1.payload.components/schemas/article_update_v1.properties.payload.properties.articles.items.properties.price.properties.updated_at
  • New Schema:
{
"type": "string",
"format": "date-time",
"description": "Date and time when the pricing information was last updated."
}

🔧 Operation: company.article.message.article/update/v1​

🔹 Entry 2​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/update/v1.payload.components/schemas/article_update_v1.properties.payload.properties.articles.items.properties.weight.properties.is_default
  • New Schema:
{
"type": "boolean",
"description": "Indicates if this is the default weight configuration."
}

🔧 Operation: company.article.message.article/update/v1​

🔹 Entry 3​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/update/v1.payload.components/schemas/article_update_v1.properties.payload.properties.articles.items.properties.dimension.properties.is_default
  • New Schema:
{
"type": "boolean",
"description": "Indicates if these are the default dimensions."
}

🔧 Operation: company.article.message.article/update/v1​

🔹 Entry 4​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/update/v1.payload.components/schemas/article_update_v1.properties.payload.properties.articles.items.properties.quantities.properties.order_committed
  • New Schema:
{
"type": "object",
"description": "Details of committed orders.",
"properties": {
"count": {
"type": "integer",
"description": "Number of units committed to orders."
},
"updated_at": {
"type": "string",
"description": "Timestamp of the last order committed update."
}
}
}

🔧 Operation: company.article.message.article/update/v1​

🔹 Entry 5​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/update/v1.payload.components/schemas/article_update_v1.properties.payload.properties.articles.items.properties.manufacturer.properties.is_default
  • New Schema:
{
"type": "boolean",
"description": "Indicates if this is the default manufacturer for the product."
}

🔧 Operation: company.article.message.article/update/v1​

🔹 Entry 6​

  • Action: remove
  • Type: breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_REMOVED
  • Path: article.channels.event.messages.article/update/v1.payload.components/schemas/article_update_v1.properties.payload.properties.articles.items.properties.fynd_article_code

🔧 Operation: company.article.message.article/update/v1​

🔹 Entry 7​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/update/v1.payload.components/schemas/article_update_v1.properties.payload.properties.articles.items.properties.trader
  • New Schema:
{
"type": "array",
"description": "List of traders associated with the product.",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Trader's name."
},
"type": {
"type": "string",
"enum": [
"Manufacturer",
"Importer",
"Packer",
"Marketer"
],
"description": "Indicates the trader type."
},
"address": {
"type": "array",
"description": "List of addresses associated with the trader.",
"items": {
"type": "string"
}
}
}
}
}

🔧 Operation: company.article.message.article/update/v1​

🔹 Entry 8​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: article.channels.event.messages.article/update/v1.payload.components/schemas/article_update_v1.properties.payload.properties.articles.items.properties.set
  • New Schema:
{
"type": "object",
"description": "Configuration of the set, if the product is sold as one.",
"properties": {
"quantity": {
"type": "integer",
"description": "Total number of items in the set."
},
"size_distribution": {
"type": "object",
"description": "Size distribution details within the set.",
"properties": {
"sizes": {
"type": "array",
"description": "List of sizes and their respective quantities.",
"items": {
"type": "object",
"properties": {
"size": {
"type": "string",
"description": "Label of the size (e.g., S, M, L)."
},
"pieces": {
"type": "integer",
"description": "Quantity of pieces for the corresponding size."
}
}
}
}
}
}
}
}

🔧 Operation: company.theme.action.path​

🔹 Entry 1​

  • Data:
"theme"

🔧 Operation: company.theme.action.after.info.x-maintainers​

🔹 Entry 1​

  • Data:
"regrowth-hawks-team"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.payload.components/schemas/theme_install_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.payload.components/schemas/theme_install_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.payload.components/schemas/theme_install_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.payload.components/schemas/theme_install_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.payload.components/schemas/theme_install_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.payload.components/schemas/theme_install_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.payload.components/schemas/theme_install_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.payload.components/schemas/theme_install_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.payload.components/schemas/theme_install_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.payload.components/schemas/theme_install_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.payload.components/schemas/theme_install_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.payload.components/schemas/theme_install_v1.properties.payload.required​

🔹 Entry 1​

  • Data:
"theme"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.payload.components/schemas/theme_install_v1.properties.payload.properties.theme.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.payload.components/schemas/theme_install_v1.properties.payload.properties.theme.required​

🔹 Entry 2​

  • Data:
"name"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.payload.components/schemas/theme_install_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.schema.properties.payload.required​

🔹 Entry 1​

  • Data:
"theme"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.schema.properties.payload.properties.theme.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.schema.properties.payload.properties.theme.required​

🔹 Entry 2​

  • Data:
"name"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/install/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.payload.components/schemas/theme_remove_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.payload.components/schemas/theme_remove_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.payload.components/schemas/theme_remove_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.payload.components/schemas/theme_remove_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.payload.components/schemas/theme_remove_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.payload.components/schemas/theme_remove_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.payload.components/schemas/theme_remove_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.payload.components/schemas/theme_remove_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.payload.components/schemas/theme_remove_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.payload.components/schemas/theme_remove_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.payload.components/schemas/theme_remove_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.payload.components/schemas/theme_remove_v1.properties.payload.required​

🔹 Entry 1​

  • Data:
"theme"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.payload.components/schemas/theme_remove_v1.properties.payload.properties.theme.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.payload.components/schemas/theme_remove_v1.properties.payload.properties.theme.required​

🔹 Entry 2​

  • Data:
"name"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.payload.components/schemas/theme_remove_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.schema.properties.payload.required​

🔹 Entry 1​

  • Data:
"theme"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.schema.properties.payload.properties.theme.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.schema.properties.payload.properties.theme.required​

🔹 Entry 2​

  • Data:
"name"

🔧 Operation: company.theme.action.after.channels.event.messages.theme/remove/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.brand.message.brand/update/v1​

🔹 Entry 1​

  • Action: add
  • Type: breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_REQUIRED_ADDED
  • Path: brand.channels.event.messages.brand/update/v1.payload.components/schemas/brand_update_v1.properties.payload.properties.brand.required.7
  • New Schema:
"description"

🔧 Operation: company.brand.message.brand/update/v1​

🔹 Entry 2​

  • Action: add
  • Type: breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_REQUIRED_ADDED
  • Path: brand.channels.event.messages.brand/update/v1.payload.components/schemas/brand_update_v1.properties.payload.properties.brand.required.8
  • New Schema:
"_locale_language"

🔧 Operation: company.company.message.company/create/v2​

🔹 Entry 1​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: MESSAGE_ADDED
  • Path: company.channels.event.messages.company/create/v2
  • New Schema:
{
"description": "this event is triggered when company is created",
"payload": {
"components/schemas/company_create_v2": {
"type": "object",
"required": [
"company_id",
"contains",
"event",
"payload"
],
"properties": {
"company_id": {
"type": "integer",
"description": "company ID for which this event is triggered"
},
"contains": {
"type": "array",
"description": "This array will have all the keys present at root level of 'payload' object",
"items": {
"type": "string"
}
},
"event": {
"type": "object",
"required": [
"category",
"created_timestamp",
"id",
"name",
"trace_id",
"type",
"version"
],
"properties": {
"category": {
"type": "string",
"description": "category of the event. If it is at sales channel level or company level"
},
"created_timestamp": {
"type": "integer",
"description": "event generation timestamp in epoch milliseconds"
},
"id": {
"type": "string",
"description": "Unique ID for an event. This id can be used to verifiy if event is already processed by receiver"
},
"name": {
"type": "string",
"description": "Name of the event"
},
"trace_id": {
"type": "array",
"description": "internal trace_id for Fynd Platform services",
"items": {
"type": "string"
}
},
"type": {
"type": "string",
"description": "Type/Action of the event. e.g. create/update/delete"
},
"version": {
"type": "string",
"description": "Version of the event."
}
}
},
"payload": {
"type": "object",
"required": [
"company"
],
"properties": {
"company": {
"type": "object",
"required": [
"name",
"addresses",
"documents"
],
"properties": {
"_id": {
"type": "string"
},
"uid": {
"type": "integer"
},
"mode": {
"enum": [
"live",
"development"
]
},
"name": {
"type": "string"
},
"stage": {
"type": "string"
},
"taxes": {
"type": "array",
"items": {
"type": "object",
"required": [],
"properties": {
"rate": {
"type": "number"
},
"enable": {
"type": "boolean"
},
"effective_date": {
"type": "string"
}
}
}
},
"domain": {
"type": "string"
},
"warnings": {
"type": "object"
},
"addresses": {
"type": "array",
"items": {
"type": "object",
"required": [
"country",
"city",
"address1",
"latitude",
"longitude"
],
"properties": {
"city": {
"type": "string"
},
"state": {
"type": "string"
},
"country": {
"type": "string"
},
"pincode": {
"type": "string"
},
"address1": {
"type": "string"
},
"address2": {
"type": "string"
},
"landmark": {
"type": "string"
},
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
},
"address_type": {
"type": "string"
},
"country_code": {
"type": "string"
}
}
}
},
"documents": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"value"
],
"properties": {
"url": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
},
"verified": {
"type": "boolean"
},
"legal_name": {
"type": "string"
}
}
}
},
"created_by": {
"type": "object",
"required": [
"user_id",
"username"
],
"properties": {
"user_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"created_on": {
"type": "string"
},
"modified_by": {
"type": "object",
"required": [
"user_id",
"username"
],
"properties": {
"user_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"modified_on": {
"type": "string"
},
"verified_by": {
"type": "object",
"required": [
"user_id",
"username"
],
"properties": {
"user_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"verified_on": {
"type": "string"
},
"_custom_json": {
"type": "object"
},
"company_type": {
"type": "string"
},
"marketplaces": {
"type": "array",
"items": {
"type": "string"
}
},
"business_info": {
"type": "string"
},
"business_type": {
"type": "string"
},
"referral_info": {
"type": "object",
"required": [],
"properties": {
"referral_code": {
"type": "string"
}
}
},
"reject_reason": {
"type": "string"
},
"contact_details": {
"type": "object",
"required": [],
"properties": {
"phone": {
"type": "array",
"items": {
"type": "object",
"required": [
"number",
"country_code"
],
"properties": {
"number": {
"type": "string"
},
"country_code": {
"type": "integer"
}
}
}
},
"emails": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"business_details": {
"type": "object",
"required": [
"website"
],
"properties": {
"website": {
"type": "object",
"required": [],
"properties": {
"url": {
"type": "string"
}
}
}
}
},
"franchise_enabled": {
"type": "boolean"
},
"notification_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"business_country_info": {
"type": "object",
"required": [],
"properties": {
"country": {
"type": "string"
},
"country_code": {
"type": "string"
}
}
}
}
}
}
}
},
"examples": [
{
"event": {
"trace_id": [
"viking-utils.36b56740-f6fd-11ee-9273-1a4564ecdb3f"
],
"name": "company",
"type": "create",
"version": "2",
"created_timestamp": 1712727790008,
"id": "fiYBwmYfhGFviNfhj5aJTLkgNTVXT+YSuB6UXaIozZ8=",
"category": "company",
"referer": "fyndx1.de"
},
"company_id": 27177,
"contains": [
"company"
],
"payload": {
"company": {
"mode": "live",
"modified_by": {
"user_id": "9759643b65ebc6bacb5275f5",
"username": "sandbox@gofynd.com"
},
"name": "Brunt Test Company - 1712727789512",
"company_type": "mbo",
"franchise_enabled": false,
"domain": "test-company-1712727789512",
"notification_emails": [
"app@gofynd.com"
],
"warnings": {},
"modified_on": "2024-04-10T05:43:09.665115",
"stage": "complete",
"created_on": "2024-04-10T05:43:09.665110",
"documents": [
{
"type": "vat",
"value": "100234567890123",
"verified": true
}
],
"business_country_info": {
"currency": {
"symbol": "AED",
"name": "United Arab Emirates Dirham",
"code": "AED"
},
"country_code": "AE",
"timezone": "Asia/Dubai",
"country": "United Arab Emirates"
},
"_id": "661626edc9f773c1ee2537e3",
"uid": 27177,
"addresses": [
{
"city": "SHARJAH",
"sector": "AL AAHAD AREA",
"longitude": 72.8423802,
"latitude": 19.0653252,
"address1": "POLARIS",
"address_type": "office",
"country_code": "AE",
"country": "UNITED ARAB EMIRATES"
},
{
"city": "SHARJAH",
"sector": "AL AAHAD AREA",
"longitude": 72.8423802,
"latitude": 19.0653252,
"address1": "POLARIS",
"address_type": "registered",
"country_code": "AE",
"country": "UNITED ARAB EMIRATES"
}
],
"marketplaces": [],
"created_by": {
"user_id": "9759643b65ebc6bacb5275f5",
"username": "sandbox@gofynd.com"
}
}
}
}
]
}
},
"schema": {
"type": "object",
"required": [
"company_id",
"contains",
"event",
"payload"
],
"properties": {
"company_id": {
"type": "integer",
"description": "company ID for which this event is triggered"
},
"contains": {
"type": "array",
"description": "This array will have all the keys present at root level of 'payload' object",
"items": {
"type": "string"
}
},
"event": {
"type": "object",
"required": [
"category",
"created_timestamp",
"id",
"name",
"trace_id",
"type",
"version"
],
"properties": {
"category": {
"type": "string",
"description": "category of the event. If it is at sales channel level or company level"
},
"created_timestamp": {
"type": "integer",
"description": "event generation timestamp in epoch milliseconds"
},
"id": {
"type": "string",
"description": "Unique ID for an event. This id can be used to verifiy if event is already processed by receiver"
},
"name": {
"type": "string",
"description": "Name of the event"
},
"trace_id": {
"type": "array",
"description": "internal trace_id for Fynd Platform services",
"items": {
"type": "string"
}
},
"type": {
"type": "string",
"description": "Type/Action of the event. e.g. create/update/delete"
},
"version": {
"type": "string",
"description": "Version of the event."
}
}
},
"payload": {
"type": "object",
"required": [
"company"
],
"properties": {
"company": {
"type": "object",
"required": [
"name",
"addresses",
"documents"
],
"properties": {
"_id": {
"type": "string"
},
"uid": {
"type": "integer"
},
"mode": {
"enum": [
"live",
"development"
]
},
"name": {
"type": "string"
},
"stage": {
"type": "string"
},
"taxes": {
"type": "array",
"items": {
"type": "object",
"required": [],
"properties": {
"rate": {
"type": "number"
},
"enable": {
"type": "boolean"
},
"effective_date": {
"type": "string"
}
}
}
},
"domain": {
"type": "string"
},
"warnings": {
"type": "object"
},
"addresses": {
"type": "array",
"items": {
"type": "object",
"required": [
"country",
"city",
"address1",
"latitude",
"longitude"
],
"properties": {
"city": {
"type": "string"
},
"state": {
"type": "string"
},
"country": {
"type": "string"
},
"pincode": {
"type": "string"
},
"address1": {
"type": "string"
},
"address2": {
"type": "string"
},
"landmark": {
"type": "string"
},
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
},
"address_type": {
"type": "string"
},
"country_code": {
"type": "string"
}
}
}
},
"documents": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"value"
],
"properties": {
"url": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
},
"verified": {
"type": "boolean"
},
"legal_name": {
"type": "string"
}
}
}
},
"created_by": {
"type": "object",
"required": [
"user_id",
"username"
],
"properties": {
"user_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"created_on": {
"type": "string"
},
"modified_by": {
"type": "object",
"required": [
"user_id",
"username"
],
"properties": {
"user_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"modified_on": {
"type": "string"
},
"verified_by": {
"type": "object",
"required": [
"user_id",
"username"
],
"properties": {
"user_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"verified_on": {
"type": "string"
},
"_custom_json": {
"type": "object"
},
"company_type": {
"type": "string"
},
"marketplaces": {
"type": "array",
"items": {
"type": "string"
}
},
"business_info": {
"type": "string"
},
"business_type": {
"type": "string"
},
"referral_info": {
"type": "object",
"required": [],
"properties": {
"referral_code": {
"type": "string"
}
}
},
"reject_reason": {
"type": "string"
},
"contact_details": {
"type": "object",
"required": [],
"properties": {
"phone": {
"type": "array",
"items": {
"type": "object",
"required": [
"number",
"country_code"
],
"properties": {
"number": {
"type": "string"
},
"country_code": {
"type": "integer"
}
}
}
},
"emails": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"business_details": {
"type": "object",
"required": [
"website"
],
"properties": {
"website": {
"type": "object",
"required": [],
"properties": {
"url": {
"type": "string"
}
}
}
}
},
"franchise_enabled": {
"type": "boolean"
},
"notification_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"business_country_info": {
"type": "object",
"required": [],
"properties": {
"country": {
"type": "string"
},
"country_code": {
"type": "string"
}
}
}
}
}
}
}
},
"examples": [
{
"event": {
"trace_id": [
"viking-utils.36b56740-f6fd-11ee-9273-1a4564ecdb3f"
],
"name": "company",
"type": "create",
"version": "2",
"created_timestamp": 1712727790008,
"id": "fiYBwmYfhGFviNfhj5aJTLkgNTVXT+YSuB6UXaIozZ8=",
"category": "company",
"referer": "fyndx1.de"
},
"company_id": 27177,
"contains": [
"company"
],
"payload": {
"company": {
"mode": "live",
"modified_by": {
"user_id": "9759643b65ebc6bacb5275f5",
"username": "sandbox@gofynd.com"
},
"name": "Brunt Test Company - 1712727789512",
"company_type": "mbo",
"franchise_enabled": false,
"domain": "test-company-1712727789512",
"notification_emails": [
"app@gofynd.com"
],
"warnings": {},
"modified_on": "2024-04-10T05:43:09.665115",
"stage": "complete",
"created_on": "2024-04-10T05:43:09.665110",
"documents": [
{
"type": "vat",
"value": "100234567890123",
"verified": true
}
],
"business_country_info": {
"currency": {
"symbol": "AED",
"name": "United Arab Emirates Dirham",
"code": "AED"
},
"country_code": "AE",
"timezone": "Asia/Dubai",
"country": "United Arab Emirates"
},
"_id": "661626edc9f773c1ee2537e3",
"uid": 27177,
"addresses": [
{
"city": "SHARJAH",
"sector": "AL AAHAD AREA",
"longitude": 72.8423802,
"latitude": 19.0653252,
"address1": "POLARIS",
"address_type": "office",
"country_code": "AE",
"country": "UNITED ARAB EMIRATES"
},
{
"city": "SHARJAH",
"sector": "AL AAHAD AREA",
"longitude": 72.8423802,
"latitude": 19.0653252,
"address1": "POLARIS",
"address_type": "registered",
"country_code": "AE",
"country": "UNITED ARAB EMIRATES"
}
],
"marketplaces": [],
"created_by": {
"user_id": "9759643b65ebc6bacb5275f5",
"username": "sandbox@gofynd.com"
}
}
}
}
]
}
}

🔧 Operation: company.company.message.company/update/v2​

🔹 Entry 1​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: MESSAGE_ADDED
  • Path: company.channels.event.messages.company/update/v2
  • New Schema:
{
"description": "this event is triggered when company is updated",
"payload": {
"components/schemas/company_update_v2": {
"type": "object",
"required": [
"company_id",
"contains",
"event",
"payload"
],
"properties": {
"company_id": {
"type": "integer",
"description": "company ID for which this event is triggered"
},
"contains": {
"type": "array",
"description": "This array will have all the keys present at root level of 'payload' object",
"items": {
"type": "string"
}
},
"event": {
"type": "object",
"required": [
"category",
"created_timestamp",
"id",
"name",
"trace_id",
"type",
"version"
],
"properties": {
"category": {
"type": "string",
"description": "category of the event. If it is at sales channel level or company level"
},
"created_timestamp": {
"type": "integer",
"description": "event generation timestamp in epoch milliseconds"
},
"id": {
"type": "string",
"description": "Unique ID for an event. This id can be used to verifiy if event is already processed by receiver"
},
"name": {
"type": "string",
"description": "Name of the event"
},
"trace_id": {
"type": "array",
"description": "internal trace_id for Fynd Platform services",
"items": {
"type": "string"
}
},
"type": {
"type": "string",
"description": "Type/Action of the event. e.g. create/update/delete"
},
"version": {
"type": "string",
"description": "Version of the event."
}
}
},
"payload": {
"type": "object",
"required": [
"company"
],
"properties": {
"company": {
"type": "object",
"required": [
"uid",
"modified_by",
"modified_on",
"stage"
],
"properties": {
"_id": {
"type": "string"
},
"uid": {
"type": "integer"
},
"mode": {
"enum": [
"live",
"development"
]
},
"name": {
"type": "string"
},
"stage": {
"type": "string"
},
"taxes": {
"type": "array",
"items": {
"type": "object",
"required": [],
"properties": {
"rate": {
"type": "number"
},
"enable": {
"type": "boolean"
},
"effective_date": {
"type": "string"
}
}
}
},
"domain": {
"type": "string"
},
"warnings": {
"type": "object"
},
"addresses": {
"type": "array",
"items": {
"type": "object",
"required": [
"country",
"city",
"address1",
"latitude",
"longitude"
],
"properties": {
"city": {
"type": "string"
},
"state": {
"type": "string"
},
"country": {
"type": "string"
},
"pincode": {
"type": "string"
},
"address1": {
"type": "string"
},
"address2": {
"type": "string"
},
"landmark": {
"type": "string"
},
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
},
"address_type": {
"type": "string"
},
"country_code": {
"type": "string"
}
}
}
},
"documents": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"value"
],
"properties": {
"url": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
},
"verified": {
"type": "boolean"
},
"legal_name": {
"type": "string"
}
}
}
},
"created_by": {
"type": "object",
"required": [
"user_id",
"username"
],
"properties": {
"user_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"created_on": {
"type": "string"
},
"modified_by": {
"type": "object",
"required": [
"user_id",
"username"
],
"properties": {
"user_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"modified_on": {
"type": "string"
},
"verified_by": {
"type": "object",
"required": [
"user_id",
"username"
],
"properties": {
"user_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"verified_on": {
"type": "string"
},
"_custom_json": {
"type": "object"
},
"company_type": {
"type": "string"
},
"marketplaces": {
"type": "array",
"items": {
"type": "string"
}
},
"business_info": {
"type": "string"
},
"business_type": {
"type": "string"
},
"referral_info": {
"type": "object",
"required": [],
"properties": {
"referral_code": {
"type": "string"
}
}
},
"reject_reason": {
"type": "string"
},
"contact_details": {
"type": "object",
"required": [],
"properties": {
"phone": {
"type": "array",
"items": {
"type": "object",
"required": [
"number",
"country_code"
],
"properties": {
"number": {
"type": "string"
},
"country_code": {
"type": "integer"
}
}
}
},
"emails": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"business_details": {
"type": "object",
"required": [
"website"
],
"properties": {
"website": {
"type": "object",
"required": [],
"properties": {
"url": {
"type": "string"
}
}
}
}
},
"franchise_enabled": {
"type": "boolean"
},
"notification_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"business_country_info": {
"type": "object",
"required": [],
"properties": {
"country": {
"type": "string"
},
"country_code": {
"type": "string"
}
}
}
}
}
}
}
},
"examples": [
{
"event": {
"trace_id": [
"silverbolt.37094770-f6fd-11ee-89f6-bea0eaeccf98"
],
"name": "company",
"type": "update",
"version": "2",
"created_timestamp": 1712727790557,
"id": "3++/08D0Sa9UQaYBuoAKUpzLuXPcEwj4RJ31trsSAGI=",
"category": "company",
"referer": "fyndx1.de"
},
"company_id": 27177,
"contains": [
"company"
],
"payload": {
"company": {
"documents": [
{
"type": "vat",
"value": "100234567890123",
"verified": true
}
],
"marketplaces": [],
"company_type": "mbo",
"franchise_enabled": false,
"addresses": [
{
"latitude": 19.0653252,
"longitude": 72.8423802,
"country_code": "AE",
"address1": "POLARIS",
"address_type": "office",
"country": "UNITED ARAB EMIRATES",
"sector": "AL AAHAD AREA",
"city": "SHARJAH"
},
{
"latitude": 19.0653252,
"longitude": 72.8423802,
"country_code": "AE",
"address1": "POLARIS",
"address_type": "registered",
"country": "UNITED ARAB EMIRATES",
"sector": "AL AAHAD AREA",
"city": "SHARJAH"
}
],
"_id": "661626edc9f773c1ee2537e3",
"warnings": {},
"mode": "live",
"modified_by": {
"username": "sandbox@gofynd.com",
"user_id": "9759643b65ebc6bacb5275f5"
},
"created_on": "2024-04-10T05:43:09.665000",
"stage": "verified",
"notification_emails": [
"app@gofynd.com"
],
"created_by": {
"username": "sandbox@gofynd.com",
"user_id": "9759643b65ebc6bacb5275f5"
},
"uid": 27177,
"modified_on": "2024-04-10T05:43:09.665000",
"domain": "test-company-1712727789512",
"verified_by": {
"username": "silverbolt",
"user_id": "0"
},
"business_country_info": {
"timezone": "Asia/Dubai",
"currency": {
"name": "United Arab Emirates Dirham",
"symbol": "AED",
"code": "AED"
},
"country": "United Arab Emirates",
"country_code": "AE"
},
"name": "Brunt Test Company - 1712727789512",
"verified_on": "2024-04-10T05:43:10.395281"
}
}
}
]
}
},
"schema": {
"type": "object",
"required": [
"company_id",
"contains",
"event",
"payload"
],
"properties": {
"company_id": {
"type": "integer",
"description": "company ID for which this event is triggered"
},
"contains": {
"type": "array",
"description": "This array will have all the keys present at root level of 'payload' object",
"items": {
"type": "string"
}
},
"event": {
"type": "object",
"required": [
"category",
"created_timestamp",
"id",
"name",
"trace_id",
"type",
"version"
],
"properties": {
"category": {
"type": "string",
"description": "category of the event. If it is at sales channel level or company level"
},
"created_timestamp": {
"type": "integer",
"description": "event generation timestamp in epoch milliseconds"
},
"id": {
"type": "string",
"description": "Unique ID for an event. This id can be used to verifiy if event is already processed by receiver"
},
"name": {
"type": "string",
"description": "Name of the event"
},
"trace_id": {
"type": "array",
"description": "internal trace_id for Fynd Platform services",
"items": {
"type": "string"
}
},
"type": {
"type": "string",
"description": "Type/Action of the event. e.g. create/update/delete"
},
"version": {
"type": "string",
"description": "Version of the event."
}
}
},
"payload": {
"type": "object",
"required": [
"company"
],
"properties": {
"company": {
"type": "object",
"required": [
"uid",
"modified_by",
"modified_on",
"stage"
],
"properties": {
"_id": {
"type": "string"
},
"uid": {
"type": "integer"
},
"mode": {
"enum": [
"live",
"development"
]
},
"name": {
"type": "string"
},
"stage": {
"type": "string"
},
"taxes": {
"type": "array",
"items": {
"type": "object",
"required": [],
"properties": {
"rate": {
"type": "number"
},
"enable": {
"type": "boolean"
},
"effective_date": {
"type": "string"
}
}
}
},
"domain": {
"type": "string"
},
"warnings": {
"type": "object"
},
"addresses": {
"type": "array",
"items": {
"type": "object",
"required": [
"country",
"city",
"address1",
"latitude",
"longitude"
],
"properties": {
"city": {
"type": "string"
},
"state": {
"type": "string"
},
"country": {
"type": "string"
},
"pincode": {
"type": "string"
},
"address1": {
"type": "string"
},
"address2": {
"type": "string"
},
"landmark": {
"type": "string"
},
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
},
"address_type": {
"type": "string"
},
"country_code": {
"type": "string"
}
}
}
},
"documents": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"value"
],
"properties": {
"url": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
},
"verified": {
"type": "boolean"
},
"legal_name": {
"type": "string"
}
}
}
},
"created_by": {
"type": "object",
"required": [
"user_id",
"username"
],
"properties": {
"user_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"created_on": {
"type": "string"
},
"modified_by": {
"type": "object",
"required": [
"user_id",
"username"
],
"properties": {
"user_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"modified_on": {
"type": "string"
},
"verified_by": {
"type": "object",
"required": [
"user_id",
"username"
],
"properties": {
"user_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"verified_on": {
"type": "string"
},
"_custom_json": {
"type": "object"
},
"company_type": {
"type": "string"
},
"marketplaces": {
"type": "array",
"items": {
"type": "string"
}
},
"business_info": {
"type": "string"
},
"business_type": {
"type": "string"
},
"referral_info": {
"type": "object",
"required": [],
"properties": {
"referral_code": {
"type": "string"
}
}
},
"reject_reason": {
"type": "string"
},
"contact_details": {
"type": "object",
"required": [],
"properties": {
"phone": {
"type": "array",
"items": {
"type": "object",
"required": [
"number",
"country_code"
],
"properties": {
"number": {
"type": "string"
},
"country_code": {
"type": "integer"
}
}
}
},
"emails": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"business_details": {
"type": "object",
"required": [
"website"
],
"properties": {
"website": {
"type": "object",
"required": [],
"properties": {
"url": {
"type": "string"
}
}
}
}
},
"franchise_enabled": {
"type": "boolean"
},
"notification_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"business_country_info": {
"type": "object",
"required": [],
"properties": {
"country": {
"type": "string"
},
"country_code": {
"type": "string"
}
}
}
}
}
}
}
},
"examples": [
{
"event": {
"trace_id": [
"silverbolt.37094770-f6fd-11ee-89f6-bea0eaeccf98"
],
"name": "company",
"type": "update",
"version": "2",
"created_timestamp": 1712727790557,
"id": "3++/08D0Sa9UQaYBuoAKUpzLuXPcEwj4RJ31trsSAGI=",
"category": "company",
"referer": "fyndx1.de"
},
"company_id": 27177,
"contains": [
"company"
],
"payload": {
"company": {
"documents": [
{
"type": "vat",
"value": "100234567890123",
"verified": true
}
],
"marketplaces": [],
"company_type": "mbo",
"franchise_enabled": false,
"addresses": [
{
"latitude": 19.0653252,
"longitude": 72.8423802,
"country_code": "AE",
"address1": "POLARIS",
"address_type": "office",
"country": "UNITED ARAB EMIRATES",
"sector": "AL AAHAD AREA",
"city": "SHARJAH"
},
{
"latitude": 19.0653252,
"longitude": 72.8423802,
"country_code": "AE",
"address1": "POLARIS",
"address_type": "registered",
"country": "UNITED ARAB EMIRATES",
"sector": "AL AAHAD AREA",
"city": "SHARJAH"
}
],
"_id": "661626edc9f773c1ee2537e3",
"warnings": {},
"mode": "live",
"modified_by": {
"username": "sandbox@gofynd.com",
"user_id": "9759643b65ebc6bacb5275f5"
},
"created_on": "2024-04-10T05:43:09.665000",
"stage": "verified",
"notification_emails": [
"app@gofynd.com"
],
"created_by": {
"username": "sandbox@gofynd.com",
"user_id": "9759643b65ebc6bacb5275f5"
},
"uid": 27177,
"modified_on": "2024-04-10T05:43:09.665000",
"domain": "test-company-1712727789512",
"verified_by": {
"username": "silverbolt",
"user_id": "0"
},
"business_country_info": {
"timezone": "Asia/Dubai",
"currency": {
"name": "United Arab Emirates Dirham",
"symbol": "AED",
"code": "AED"
},
"country": "United Arab Emirates",
"country_code": "AE"
},
"name": "Brunt Test Company - 1712727789512",
"verified_on": "2024-04-10T05:43:10.395281"
}
}
}
]
}
}

🔧 Operation: company.location.message.location/create/v2​

🔹 Entry 1​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: MESSAGE_ADDED
  • Path: location.channels.event.messages.location/create/v2
  • New Schema:
{
"description": "this event is triggered when location is created",
"payload": {
"components/schemas/location_create_v2": {
"type": "object",
"required": [
"company_id",
"contains",
"event",
"payload"
],
"properties": {
"company_id": {
"type": "integer",
"description": "company ID for which this event is triggered"
},
"contains": {
"type": "array",
"description": "This array will have all the keys present at root level of 'payload' object",
"items": {
"type": "string"
}
},
"event": {
"type": "object",
"required": [
"category",
"created_timestamp",
"id",
"name",
"trace_id",
"type",
"version"
],
"properties": {
"category": {
"type": "string",
"description": "category of the event. If it is at sales channel level or company level"
},
"created_timestamp": {
"type": "integer",
"description": "event generation timestamp in epoch milliseconds"
},
"id": {
"type": "string",
"description": "Unique ID for an event. This id can be used to verifiy if event is already processed by receiver"
},
"name": {
"type": "string",
"description": "Name of the event"
},
"trace_id": {
"type": "array",
"description": "internal trace_id for Fynd Platform services",
"items": {
"type": "string"
}
},
"type": {
"type": "string",
"description": "Type/Action of the event. e.g. create/update/delete"
},
"version": {
"type": "string",
"description": "Version of the event."
}
}
},
"payload": {
"type": "object",
"properties": {
"location": {
"type": "object",
"properties": {
"product_return_config": {
"type": "object",
"properties": {
"on_same_store": {
"type": "boolean"
}
}
},
"contact_numbers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"number": {
"type": "string"
},
"country_code": {
"type": "integer"
}
}
}
},
"documents": {
"type": "array",
"items": {}
},
"company": {
"type": "integer"
},
"address": {
"type": "object",
"properties": {
"address1": {
"type": "string"
},
"state": {
"type": "string"
},
"country_code": {
"type": "string"
},
"city": {
"type": "string"
},
"latitude": {
"type": "number"
},
"pincode": {
"type": "string"
},
"longitude": {
"type": "number"
},
"country": {
"type": "string"
}
}
},
"manager": {
"type": "object",
"properties": {
"mobile_no": {
"type": "object",
"properties": {
"number": {
"type": "string"
},
"country_code": {
"type": "integer"
}
}
},
"name": {
"type": "string"
},
"email": {
"type": "string"
}
}
},
"avg_order_processing_time": {
"type": "object",
"properties": {
"duration_type": {
"type": "string"
},
"duration": {
"type": "integer"
}
}
},
"gst_credentials": {
"type": "object",
"properties": {
"e_waybill": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"e_invoice": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
}
}
},
"auto_assign_courier_partner": {
"type": "boolean"
},
"auto_invoice": {
"type": "boolean"
},
"modified_on": {
"type": "string"
},
"created_by": {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"user_id": {
"type": "string"
}
}
},
"timing": {
"type": "array",
"items": {
"type": "object",
"properties": {
"open": {
"type": "boolean",
"description": "Indicates whether the store is open during the day."
},
"weekday": {
"type": "string",
"description": "Indicates the name of the weekday."
},
"closing": {
"type": "object",
"description": "Timing details for the closing of the store.",
"properties": {
"hour": {
"type": "integer",
"description": "Hour at which the store is closed."
},
"minute": {
"type": "integer",
"description": "Minute at which the store is closed."
}
}
},
"opening": {
"type": "object",
"description": "Timing details for the opening of the store.",
"properties": {
"hour": {
"type": "integer",
"description": "Hour at which the store is closed."
},
"minute": {
"type": "integer",
"description": "Minute at which the store is closed."
}
}
}
}
}
},
"name": {
"type": "string"
},
"_id": {
"type": "string"
},
"modified_by": {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"user_id": {
"type": "string"
}
}
},
"uid": {
"type": "integer"
},
"stage": {
"type": "string"
},
"display_name": {
"type": "string"
},
"credit_note": {
"type": "boolean"
},
"code": {
"type": "string"
},
"bulk_shipment": {
"type": "boolean"
},
"tags": {
"type": "array",
"items": {}
},
"store_type": {
"type": "string"
},
"created_on": {
"type": "string"
},
"warnings": {
"type": "object"
},
"order_acceptance_timing": {
"type": "array",
"items": {
"type": "object",
"properties": {
"open": {
"type": "boolean"
},
"weekday": {
"type": "string"
},
"closing": {
"type": "object",
"properties": {
"hour": {
"type": "integer"
},
"minute": {
"type": "integer"
}
}
},
"opening": {
"type": "object",
"properties": {
"hour": {
"type": "integer"
},
"minute": {
"type": "integer"
}
}
}
}
}
},
"default_order_acceptance_timing": {
"type": "boolean"
},
"notification_emails": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
},
"examples": [
{
"event": {
"trace_id": [
"viking-utils.0bf48b84-0919-11ef-ae4b-8630e04ab204"
],
"name": "location",
"type": "create",
"version": "2",
"created_timestamp": 1714718865118,
"id": "8ECdQulqoEvD86FcllObQnWbzBDj1IuyW442UP12qUw=",
"category": "company",
"referer": "sit.fyndx1.de"
},
"company_id": 31732,
"contains": [
"location"
],
"payload": {
"location": {
"_id": "66348890ea6d8cc0d4311cb8",
"code": "HS-e1feb",
"created_on": "2024-05-03T06:47:44.742309",
"stage": "complete",
"address": {
"address1": "Malad",
"latitude": 19.0759837,
"city": "Mumbai",
"country": "India",
"state": "Maharashtra",
"country_code": "IN",
"pincode": "400067",
"longitude": 72.8776559
},
"tags": [],
"documents": [
{
"verified": true,
"value": "27AALCA0442L1ZM",
"type": "gst"
}
],
"order_acceptance_timing": [
{
"weekday": "monday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "tuesday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "wednesday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "thursday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "friday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "saturday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "sunday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
}
],
"manager": {
"name": "sandbox user",
"mobile_no": {
"country_code": 91,
"number": "8888888888"
},
"email": "sandbox@gofynd.com"
},
"modified_by": {
"user_id": "9759643b65ebc6bacb5275f5",
"username": "sandbox@gofynd.com"
},
"contact_numbers": [
{
"country_code": 91,
"number": "8888888888"
}
],
"company": 31732,
"uid": 64521,
"created_by": {
"user_id": "9759643b65ebc6bacb5275f5",
"username": "sandbox@gofynd.com"
},
"auto_invoice": false,
"bulk_shipment": false,
"name": "Brunt Test Company - 1714718863381",
"timing": [
{
"weekday": "monday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "tuesday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "wednesday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "thursday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "friday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "saturday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "sunday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
}
],
"credit_note": false,
"store_type": "high_street",
"gst_credentials": {
"e_invoice": {
"enabled": false
},
"e_waybill": {
"enabled": false
}
},
"default_order_acceptance_timing": true,
"avg_order_processing_time": {
"duration_type": "days",
"duration": 1
},
"auto_assign_courier_partner": true,
"warnings": {},
"modified_on": "2024-05-03T06:47:44.742314",
"product_return_config": {
"on_same_store": true
},
"display_name": "Brunt Test Company - 1714718863381",
"notification_emails": [
"app@gofynd.com"
]
}
}
}
]
}
},
"schema": {
"type": "object",
"required": [
"company_id",
"contains",
"event",
"payload"
],
"properties": {
"company_id": {
"type": "integer",
"description": "company ID for which this event is triggered"
},
"contains": {
"type": "array",
"description": "This array will have all the keys present at root level of 'payload' object",
"items": {
"type": "string"
}
},
"event": {
"type": "object",
"required": [
"category",
"created_timestamp",
"id",
"name",
"trace_id",
"type",
"version"
],
"properties": {
"category": {
"type": "string",
"description": "category of the event. If it is at sales channel level or company level"
},
"created_timestamp": {
"type": "integer",
"description": "event generation timestamp in epoch milliseconds"
},
"id": {
"type": "string",
"description": "Unique ID for an event. This id can be used to verifiy if event is already processed by receiver"
},
"name": {
"type": "string",
"description": "Name of the event"
},
"trace_id": {
"type": "array",
"description": "internal trace_id for Fynd Platform services",
"items": {
"type": "string"
}
},
"type": {
"type": "string",
"description": "Type/Action of the event. e.g. create/update/delete"
},
"version": {
"type": "string",
"description": "Version of the event."
}
}
},
"payload": {
"type": "object",
"properties": {
"location": {
"type": "object",
"properties": {
"product_return_config": {
"type": "object",
"properties": {
"on_same_store": {
"type": "boolean"
}
}
},
"contact_numbers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"number": {
"type": "string"
},
"country_code": {
"type": "integer"
}
}
}
},
"documents": {
"type": "array",
"items": {}
},
"company": {
"type": "integer"
},
"address": {
"type": "object",
"properties": {
"address1": {
"type": "string"
},
"state": {
"type": "string"
},
"country_code": {
"type": "string"
},
"city": {
"type": "string"
},
"latitude": {
"type": "number"
},
"pincode": {
"type": "string"
},
"longitude": {
"type": "number"
},
"country": {
"type": "string"
}
}
},
"manager": {
"type": "object",
"properties": {
"mobile_no": {
"type": "object",
"properties": {
"number": {
"type": "string"
},
"country_code": {
"type": "integer"
}
}
},
"name": {
"type": "string"
},
"email": {
"type": "string"
}
}
},
"avg_order_processing_time": {
"type": "object",
"properties": {
"duration_type": {
"type": "string"
},
"duration": {
"type": "integer"
}
}
},
"gst_credentials": {
"type": "object",
"properties": {
"e_waybill": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"e_invoice": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
}
}
},
"auto_assign_courier_partner": {
"type": "boolean"
},
"auto_invoice": {
"type": "boolean"
},
"modified_on": {
"type": "string"
},
"created_by": {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"user_id": {
"type": "string"
}
}
},
"timing": {
"type": "array",
"items": {
"type": "object",
"properties": {
"open": {
"type": "boolean",
"description": "Indicates whether the store is open during the day."
},
"weekday": {
"type": "string",
"description": "Indicates the name of the weekday."
},
"closing": {
"type": "object",
"description": "Timing details for the closing of the store.",
"properties": {
"hour": {
"type": "integer",
"description": "Hour at which the store is closed."
},
"minute": {
"type": "integer",
"description": "Minute at which the store is closed."
}
}
},
"opening": {
"type": "object",
"description": "Timing details for the opening of the store.",
"properties": {
"hour": {
"type": "integer",
"description": "Hour at which the store is closed."
},
"minute": {
"type": "integer",
"description": "Minute at which the store is closed."
}
}
}
}
}
},
"name": {
"type": "string"
},
"_id": {
"type": "string"
},
"modified_by": {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"user_id": {
"type": "string"
}
}
},
"uid": {
"type": "integer"
},
"stage": {
"type": "string"
},
"display_name": {
"type": "string"
},
"credit_note": {
"type": "boolean"
},
"code": {
"type": "string"
},
"bulk_shipment": {
"type": "boolean"
},
"tags": {
"type": "array",
"items": {}
},
"store_type": {
"type": "string"
},
"created_on": {
"type": "string"
},
"warnings": {
"type": "object"
},
"order_acceptance_timing": {
"type": "array",
"items": {
"type": "object",
"properties": {
"open": {
"type": "boolean"
},
"weekday": {
"type": "string"
},
"closing": {
"type": "object",
"properties": {
"hour": {
"type": "integer"
},
"minute": {
"type": "integer"
}
}
},
"opening": {
"type": "object",
"properties": {
"hour": {
"type": "integer"
},
"minute": {
"type": "integer"
}
}
}
}
}
},
"default_order_acceptance_timing": {
"type": "boolean"
},
"notification_emails": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
},
"examples": [
{
"event": {
"trace_id": [
"viking-utils.0bf48b84-0919-11ef-ae4b-8630e04ab204"
],
"name": "location",
"type": "create",
"version": "2",
"created_timestamp": 1714718865118,
"id": "8ECdQulqoEvD86FcllObQnWbzBDj1IuyW442UP12qUw=",
"category": "company",
"referer": "sit.fyndx1.de"
},
"company_id": 31732,
"contains": [
"location"
],
"payload": {
"location": {
"_id": "66348890ea6d8cc0d4311cb8",
"code": "HS-e1feb",
"created_on": "2024-05-03T06:47:44.742309",
"stage": "complete",
"address": {
"address1": "Malad",
"latitude": 19.0759837,
"city": "Mumbai",
"country": "India",
"state": "Maharashtra",
"country_code": "IN",
"pincode": "400067",
"longitude": 72.8776559
},
"tags": [],
"documents": [
{
"verified": true,
"value": "27AALCA0442L1ZM",
"type": "gst"
}
],
"order_acceptance_timing": [
{
"weekday": "monday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "tuesday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "wednesday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "thursday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "friday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "saturday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "sunday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
}
],
"manager": {
"name": "sandbox user",
"mobile_no": {
"country_code": 91,
"number": "8888888888"
},
"email": "sandbox@gofynd.com"
},
"modified_by": {
"user_id": "9759643b65ebc6bacb5275f5",
"username": "sandbox@gofynd.com"
},
"contact_numbers": [
{
"country_code": 91,
"number": "8888888888"
}
],
"company": 31732,
"uid": 64521,
"created_by": {
"user_id": "9759643b65ebc6bacb5275f5",
"username": "sandbox@gofynd.com"
},
"auto_invoice": false,
"bulk_shipment": false,
"name": "Brunt Test Company - 1714718863381",
"timing": [
{
"weekday": "monday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "tuesday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "wednesday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "thursday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "friday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "saturday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "sunday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
}
],
"credit_note": false,
"store_type": "high_street",
"gst_credentials": {
"e_invoice": {
"enabled": false
},
"e_waybill": {
"enabled": false
}
},
"default_order_acceptance_timing": true,
"avg_order_processing_time": {
"duration_type": "days",
"duration": 1
},
"auto_assign_courier_partner": true,
"warnings": {},
"modified_on": "2024-05-03T06:47:44.742314",
"product_return_config": {
"on_same_store": true
},
"display_name": "Brunt Test Company - 1714718863381",
"notification_emails": [
"app@gofynd.com"
]
}
}
}
]
}
}

🔧 Operation: company.location.message.location/update/v2​

🔹 Entry 1​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: MESSAGE_ADDED
  • Path: location.channels.event.messages.location/update/v2
  • New Schema:
{
"description": "this event is triggered when location is updated",
"payload": {
"components/schemas/location_update_v2": {
"type": "object",
"required": [
"company_id",
"contains",
"event",
"payload"
],
"properties": {
"company_id": {
"type": "integer",
"description": "company ID for which this event is triggered"
},
"contains": {
"type": "array",
"description": "This array will have all the keys present at root level of 'payload' object",
"items": {
"type": "string"
}
},
"event": {
"type": "object",
"required": [
"category",
"created_timestamp",
"id",
"name",
"trace_id",
"type",
"version"
],
"properties": {
"category": {
"type": "string",
"description": "category of the event. If it is at sales channel level or company level"
},
"created_timestamp": {
"type": "integer",
"description": "event generation timestamp in epoch milliseconds"
},
"id": {
"type": "string",
"description": "Unique ID for an event. This id can be used to verifiy if event is already processed by receiver"
},
"name": {
"type": "string",
"description": "Name of the event"
},
"trace_id": {
"type": "array",
"description": "internal trace_id for Fynd Platform services",
"items": {
"type": "string"
}
},
"type": {
"type": "string",
"description": "Type/Action of the event. e.g. create/update/delete"
},
"version": {
"type": "string",
"description": "Version of the event."
}
}
},
"payload": {
"type": "object",
"properties": {
"location": {
"type": "object",
"properties": {
"_id": {
"type": "string"
},
"modified_by": {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"user_id": {
"type": "string"
}
}
},
"created_on": {
"type": "string"
},
"product_return_config": {
"type": "object",
"properties": {
"on_same_store": {
"type": "boolean"
}
}
},
"warnings": {
"type": "object",
"properties": {
"store_address": {
"type": "string"
}
}
},
"manager": {
"type": "object",
"properties": {
"mobile_no": {
"type": "object",
"properties": {
"country_code": {
"type": "integer"
},
"number": {
"type": "string"
}
}
},
"email": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"uid": {
"type": "integer"
},
"order_acceptance_timing": {
"type": "array",
"items": {
"type": "object",
"properties": {
"closing": {
"type": "object",
"properties": {
"minute": {
"type": "integer"
},
"hour": {
"type": "integer"
}
}
},
"opening": {
"type": "object",
"properties": {
"minute": {
"type": "integer"
},
"hour": {
"type": "integer"
}
}
},
"open": {
"type": "boolean"
},
"weekday": {
"type": "string"
}
}
}
},
"bulk_shipment": {
"type": "boolean"
},
"auto_invoice": {
"type": "boolean"
},
"modified_on": {
"type": "string"
},
"credit_note": {
"type": "boolean"
},
"avg_order_processing_time": {
"type": "object",
"properties": {
"duration_type": {
"type": "string"
},
"duration": {
"type": "integer"
}
}
},
"documents": {
"type": "array",
"items": {}
},
"default_order_acceptance_timing": {
"type": "boolean"
},
"auto_assign_courier_partner": {
"type": "boolean"
},
"address": {
"type": "object",
"properties": {
"pincode": {
"type": "string"
},
"latitude": {
"type": "number"
},
"country_code": {
"type": "string"
},
"country": {
"type": "string"
},
"address1": {
"type": "string"
},
"longitude": {
"type": "number"
},
"city": {
"type": "string"
},
"state": {
"type": "string"
}
}
},
"notification_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"company": {
"type": "integer"
},
"created_by": {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"user_id": {
"type": "string"
}
}
},
"display_name": {
"type": "string"
},
"store_type": {
"type": "string"
},
"stage": {
"type": "string"
},
"name": {
"type": "string"
},
"code": {
"type": "string"
},
"contact_numbers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"country_code": {
"type": "integer"
},
"number": {
"type": "string"
}
}
}
},
"gst_credentials": {
"type": "object",
"properties": {
"e_invoice": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"e_waybill": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
}
}
},
"timing": {
"type": "array",
"items": {
"type": "object",
"properties": {
"open": {
"type": "boolean",
"description": "Indicates whether the store is open during the day."
},
"weekday": {
"type": "string",
"description": "Indicates the name of the weekday."
},
"closing": {
"type": "object",
"description": "Timing details for the closing of the store.",
"properties": {
"hour": {
"type": "integer",
"description": "Hour at which the store is closed."
},
"minute": {
"type": "integer",
"description": "Minute at which the store is closed."
}
}
},
"opening": {
"type": "object",
"description": "Timing details for the opening of the store.",
"properties": {
"hour": {
"type": "integer",
"description": "Hour at which the store is closed."
},
"minute": {
"type": "integer",
"description": "Minute at which the store is closed."
}
}
}
}
}
},
"tags": {
"type": "array",
"items": {}
},
"verified_on": {
"type": "string"
},
"verified_by": {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"user_id": {
"type": "string"
}
}
}
}
}
}
}
},
"examples": [
{
"event": {
"trace_id": [
"silverbolt.0d438d00-0919-11ef-8040-d22c35b94424"
],
"name": "location",
"type": "update",
"version": "2",
"created_timestamp": 1714718867313,
"id": "q/FqHuiBWeR6afcQPnGU0myU9sFyIGL7mSjlCrVQglA=",
"category": "company",
"referer": "sit.fyndx1.de"
},
"company_id": 31732,
"contains": [
"location"
],
"payload": {
"location": {
"_id": "66348890ea6d8cc0d4311cb8",
"code": "HS-e1feb",
"created_on": "2024-05-03T06:47:44.742000",
"stage": "verified",
"address": {
"address1": "Malad",
"latitude": 19.0759837,
"city": "Mumbai",
"country": "India",
"state": "Maharashtra",
"country_code": "IN",
"pincode": "400067",
"longitude": 72.8776559
},
"tags": [],
"documents": [
{
"verified": true,
"value": "27AALCA0442L1ZM",
"type": "gst"
}
],
"order_acceptance_timing": [
{
"weekday": "monday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "tuesday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "wednesday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "thursday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "friday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "saturday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "sunday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
}
],
"manager": {
"name": "sandbox user",
"mobile_no": {
"country_code": 91,
"number": "8888888888"
},
"email": "sandbox@gofynd.com"
},
"modified_by": {
"user_id": "9759643b65ebc6bacb5275f5",
"username": "sandbox@gofynd.com"
},
"contact_numbers": [
{
"country_code": 91,
"number": "8888888888"
}
],
"company": 31732,
"uid": 64521,
"created_by": {
"user_id": "9759643b65ebc6bacb5275f5",
"username": "sandbox@gofynd.com"
},
"auto_invoice": false,
"bulk_shipment": false,
"name": "Brunt Test Company - 1714718863381",
"timing": [
{
"weekday": "monday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "tuesday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "wednesday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "thursday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "friday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "saturday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "sunday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
}
],
"credit_note": false,
"store_type": "high_street",
"gst_credentials": {
"e_invoice": {
"enabled": false
},
"e_waybill": {
"enabled": false
}
},
"default_order_acceptance_timing": true,
"avg_order_processing_time": {
"duration_type": "days",
"duration": 1
},
"auto_assign_courier_partner": true,
"warnings": {
"store_address": "Address seems to be inappropriate this might affect the delivery."
},
"modified_on": "2024-05-03T06:47:44.742000",
"product_return_config": {
"on_same_store": true
},
"display_name": "Brunt Test Company - 1714718863381",
"notification_emails": [
"app@gofynd.com"
],
"verified_on": "2024-05-03T06:47:47.261426",
"verified_by": {
"username": "silverbolt",
"user_id": "0"
}
}
}
}
]
}
},
"schema": {
"type": "object",
"required": [
"company_id",
"contains",
"event",
"payload"
],
"properties": {
"company_id": {
"type": "integer",
"description": "company ID for which this event is triggered"
},
"contains": {
"type": "array",
"description": "This array will have all the keys present at root level of 'payload' object",
"items": {
"type": "string"
}
},
"event": {
"type": "object",
"required": [
"category",
"created_timestamp",
"id",
"name",
"trace_id",
"type",
"version"
],
"properties": {
"category": {
"type": "string",
"description": "category of the event. If it is at sales channel level or company level"
},
"created_timestamp": {
"type": "integer",
"description": "event generation timestamp in epoch milliseconds"
},
"id": {
"type": "string",
"description": "Unique ID for an event. This id can be used to verifiy if event is already processed by receiver"
},
"name": {
"type": "string",
"description": "Name of the event"
},
"trace_id": {
"type": "array",
"description": "internal trace_id for Fynd Platform services",
"items": {
"type": "string"
}
},
"type": {
"type": "string",
"description": "Type/Action of the event. e.g. create/update/delete"
},
"version": {
"type": "string",
"description": "Version of the event."
}
}
},
"payload": {
"type": "object",
"properties": {
"location": {
"type": "object",
"properties": {
"_id": {
"type": "string"
},
"modified_by": {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"user_id": {
"type": "string"
}
}
},
"created_on": {
"type": "string"
},
"product_return_config": {
"type": "object",
"properties": {
"on_same_store": {
"type": "boolean"
}
}
},
"warnings": {
"type": "object",
"properties": {
"store_address": {
"type": "string"
}
}
},
"manager": {
"type": "object",
"properties": {
"mobile_no": {
"type": "object",
"properties": {
"country_code": {
"type": "integer"
},
"number": {
"type": "string"
}
}
},
"email": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"uid": {
"type": "integer"
},
"order_acceptance_timing": {
"type": "array",
"items": {
"type": "object",
"properties": {
"closing": {
"type": "object",
"properties": {
"minute": {
"type": "integer"
},
"hour": {
"type": "integer"
}
}
},
"opening": {
"type": "object",
"properties": {
"minute": {
"type": "integer"
},
"hour": {
"type": "integer"
}
}
},
"open": {
"type": "boolean"
},
"weekday": {
"type": "string"
}
}
}
},
"bulk_shipment": {
"type": "boolean"
},
"auto_invoice": {
"type": "boolean"
},
"modified_on": {
"type": "string"
},
"credit_note": {
"type": "boolean"
},
"avg_order_processing_time": {
"type": "object",
"properties": {
"duration_type": {
"type": "string"
},
"duration": {
"type": "integer"
}
}
},
"documents": {
"type": "array",
"items": {}
},
"default_order_acceptance_timing": {
"type": "boolean"
},
"auto_assign_courier_partner": {
"type": "boolean"
},
"address": {
"type": "object",
"properties": {
"pincode": {
"type": "string"
},
"latitude": {
"type": "number"
},
"country_code": {
"type": "string"
},
"country": {
"type": "string"
},
"address1": {
"type": "string"
},
"longitude": {
"type": "number"
},
"city": {
"type": "string"
},
"state": {
"type": "string"
}
}
},
"notification_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"company": {
"type": "integer"
},
"created_by": {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"user_id": {
"type": "string"
}
}
},
"display_name": {
"type": "string"
},
"store_type": {
"type": "string"
},
"stage": {
"type": "string"
},
"name": {
"type": "string"
},
"code": {
"type": "string"
},
"contact_numbers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"country_code": {
"type": "integer"
},
"number": {
"type": "string"
}
}
}
},
"gst_credentials": {
"type": "object",
"properties": {
"e_invoice": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"e_waybill": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
}
}
},
"timing": {
"type": "array",
"items": {
"type": "object",
"properties": {
"open": {
"type": "boolean",
"description": "Indicates whether the store is open during the day."
},
"weekday": {
"type": "string",
"description": "Indicates the name of the weekday."
},
"closing": {
"type": "object",
"description": "Timing details for the closing of the store.",
"properties": {
"hour": {
"type": "integer",
"description": "Hour at which the store is closed."
},
"minute": {
"type": "integer",
"description": "Minute at which the store is closed."
}
}
},
"opening": {
"type": "object",
"description": "Timing details for the opening of the store.",
"properties": {
"hour": {
"type": "integer",
"description": "Hour at which the store is closed."
},
"minute": {
"type": "integer",
"description": "Minute at which the store is closed."
}
}
}
}
}
},
"tags": {
"type": "array",
"items": {}
},
"verified_on": {
"type": "string"
},
"verified_by": {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"user_id": {
"type": "string"
}
}
}
}
}
}
}
},
"examples": [
{
"event": {
"trace_id": [
"silverbolt.0d438d00-0919-11ef-8040-d22c35b94424"
],
"name": "location",
"type": "update",
"version": "2",
"created_timestamp": 1714718867313,
"id": "q/FqHuiBWeR6afcQPnGU0myU9sFyIGL7mSjlCrVQglA=",
"category": "company",
"referer": "sit.fyndx1.de"
},
"company_id": 31732,
"contains": [
"location"
],
"payload": {
"location": {
"_id": "66348890ea6d8cc0d4311cb8",
"code": "HS-e1feb",
"created_on": "2024-05-03T06:47:44.742000",
"stage": "verified",
"address": {
"address1": "Malad",
"latitude": 19.0759837,
"city": "Mumbai",
"country": "India",
"state": "Maharashtra",
"country_code": "IN",
"pincode": "400067",
"longitude": 72.8776559
},
"tags": [],
"documents": [
{
"verified": true,
"value": "27AALCA0442L1ZM",
"type": "gst"
}
],
"order_acceptance_timing": [
{
"weekday": "monday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "tuesday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "wednesday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "thursday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "friday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "saturday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "sunday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
}
],
"manager": {
"name": "sandbox user",
"mobile_no": {
"country_code": 91,
"number": "8888888888"
},
"email": "sandbox@gofynd.com"
},
"modified_by": {
"user_id": "9759643b65ebc6bacb5275f5",
"username": "sandbox@gofynd.com"
},
"contact_numbers": [
{
"country_code": 91,
"number": "8888888888"
}
],
"company": 31732,
"uid": 64521,
"created_by": {
"user_id": "9759643b65ebc6bacb5275f5",
"username": "sandbox@gofynd.com"
},
"auto_invoice": false,
"bulk_shipment": false,
"name": "Brunt Test Company - 1714718863381",
"timing": [
{
"weekday": "monday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "tuesday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "wednesday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "thursday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "friday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "saturday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
},
{
"weekday": "sunday",
"closing": {
"minute": 30,
"hour": 21
},
"open": true,
"opening": {
"minute": 0,
"hour": 11
}
}
],
"credit_note": false,
"store_type": "high_street",
"gst_credentials": {
"e_invoice": {
"enabled": false
},
"e_waybill": {
"enabled": false
}
},
"default_order_acceptance_timing": true,
"avg_order_processing_time": {
"duration_type": "days",
"duration": 1
},
"auto_assign_courier_partner": true,
"warnings": {
"store_address": "Address seems to be inappropriate this might affect the delivery."
},
"modified_on": "2024-05-03T06:47:44.742000",
"product_return_config": {
"on_same_store": true
},
"display_name": "Brunt Test Company - 1714718863381",
"notification_emails": [
"app@gofynd.com"
],
"verified_on": "2024-05-03T06:47:47.261426",
"verified_by": {
"username": "silverbolt",
"user_id": "0"
}
}
}
}
]
}
}

🔧 Operation: company.product-size.message.product-size/create/v1​

🔹 Entry 1​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: product-size.channels.event.messages.product-size/create/v1.payload.components/schemas/product-size_create_v1.properties.payload.properties.product-size.items.properties.product
  • New Schema:
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "Slug for the product."
}
}
}

🔧 Operation: company.product-size.message.product-size/update/v1​

🔹 Entry 1​

  • Action: add
  • Type: non-breaking
  • xGroup: company
  • Schema Ref: N/A
  • Schema Action: FIELD_IN_PROPERTIES_ADDED
  • Path: product-size.channels.event.messages.product-size/update/v1.payload.components/schemas/product-size_update_v1.properties.payload.properties.product-size.items.properties.product
  • New Schema:
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "Slug for the product."
}
}
}

🔧 Operation: company.zone.action.path​

🔹 Entry 1​

  • Data:
"zone"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.new.properties.product.properties.type.enum​

🔹 Entry 1​

  • Data:
"all"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.new.properties.product.properties.type.enum​

🔹 Entry 2​

  • Data:
"explicit"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.new.properties.product.required​

🔹 Entry 1​

  • Data:
"tags"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.new.properties.product.required​

🔹 Entry 2​

  • Data:
"type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.new.properties.channels.items.required​

🔹 Entry 1​

  • Data:
"channel_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.new.properties.channels.items.required​

🔹 Entry 2​

  • Data:
"channel_type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.new.required​

🔹 Entry 1​

  • Data:
"zone_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.new.required​

🔹 Entry 2​

  • Data:
"slug"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.new.required​

🔹 Entry 3​

  • Data:
"name"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.new.required​

🔹 Entry 4​

  • Data:
"company_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.new.required​

🔹 Entry 5​

  • Data:
"store_ids"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.new.required​

🔹 Entry 6​

  • Data:
"product"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.new.required​

🔹 Entry 7​

  • Data:
"channels"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.new.required​

🔹 Entry 8​

  • Data:
"is_active"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.old.properties.product.properties.type.enum​

🔹 Entry 1​

  • Data:
"all"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.old.properties.product.properties.type.enum​

🔹 Entry 2​

  • Data:
"explicit"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.old.properties.product.required​

🔹 Entry 1​

  • Data:
"tags"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.old.properties.product.required​

🔹 Entry 2​

  • Data:
"type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.old.properties.channels.items.required​

🔹 Entry 1​

  • Data:
"channel_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.properties.old.properties.channels.items.required​

🔹 Entry 2​

  • Data:
"channel_type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.properties.zone.required​

🔹 Entry 1​

  • Data:
"new"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.properties.payload.required​

🔹 Entry 1​

  • Data:
"zone"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.payload.components/schemas/zone_create_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.new.properties.product.properties.type.enum​

🔹 Entry 1​

  • Data:
"all"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.new.properties.product.properties.type.enum​

🔹 Entry 2​

  • Data:
"explicit"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.new.properties.product.required​

🔹 Entry 1​

  • Data:
"tags"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.new.properties.product.required​

🔹 Entry 2​

  • Data:
"type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.new.properties.channels.items.required​

🔹 Entry 1​

  • Data:
"channel_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.new.properties.channels.items.required​

🔹 Entry 2​

  • Data:
"channel_type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.new.required​

🔹 Entry 1​

  • Data:
"zone_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.new.required​

🔹 Entry 2​

  • Data:
"slug"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.new.required​

🔹 Entry 3​

  • Data:
"name"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.new.required​

🔹 Entry 4​

  • Data:
"company_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.new.required​

🔹 Entry 5​

  • Data:
"store_ids"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.new.required​

🔹 Entry 6​

  • Data:
"product"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.new.required​

🔹 Entry 7​

  • Data:
"channels"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.new.required​

🔹 Entry 8​

  • Data:
"is_active"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.old.properties.product.properties.type.enum​

🔹 Entry 1​

  • Data:
"all"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.old.properties.product.properties.type.enum​

🔹 Entry 2​

  • Data:
"explicit"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.old.properties.product.required​

🔹 Entry 1​

  • Data:
"tags"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.old.properties.product.required​

🔹 Entry 2​

  • Data:
"type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.old.properties.channels.items.required​

🔹 Entry 1​

  • Data:
"channel_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.properties.old.properties.channels.items.required​

🔹 Entry 2​

  • Data:
"channel_type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.properties.zone.required​

🔹 Entry 1​

  • Data:
"new"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.properties.payload.required​

🔹 Entry 1​

  • Data:
"zone"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/create/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.new.properties.store_ids.items​

🔹 Entry 1​

  • Action: N/A
  • Type: integer
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.new.properties.product.properties.type.enum​

🔹 Entry 1​

  • Data:
"all"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.new.properties.product.properties.type.enum​

🔹 Entry 2​

  • Data:
"explicit"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.new.properties.product.required​

🔹 Entry 1​

  • Data:
"tags"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.new.properties.product.required​

🔹 Entry 2​

  • Data:
"type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.new.properties.channels.items.required​

🔹 Entry 1​

  • Data:
"channel_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.new.properties.channels.items.required​

🔹 Entry 2​

  • Data:
"channel_type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.new.required​

🔹 Entry 1​

  • Data:
"zone_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.new.required​

🔹 Entry 2​

  • Data:
"slug"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.new.required​

🔹 Entry 3​

  • Data:
"name"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.new.required​

🔹 Entry 4​

  • Data:
"company_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.new.required​

🔹 Entry 5​

  • Data:
"store_ids"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.new.required​

🔹 Entry 6​

  • Data:
"product"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.new.required​

🔹 Entry 7​

  • Data:
"channels"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.new.required​

🔹 Entry 8​

  • Data:
"is_active"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.old.properties.store_ids.items​

🔹 Entry 1​

  • Action: N/A
  • Type: integer
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.old.properties.product.properties.type.enum​

🔹 Entry 1​

  • Data:
"all"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.old.properties.product.properties.type.enum​

🔹 Entry 2​

  • Data:
"explicit"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.old.properties.product.required​

🔹 Entry 1​

  • Data:
"tags"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.old.properties.product.required​

🔹 Entry 2​

  • Data:
"type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.old.properties.channels.items.required​

🔹 Entry 1​

  • Data:
"channel_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.old.properties.channels.items.required​

🔹 Entry 2​

  • Data:
"channel_type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.old.required​

🔹 Entry 1​

  • Data:
"zone_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.old.required​

🔹 Entry 2​

  • Data:
"slug"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.old.required​

🔹 Entry 3​

  • Data:
"name"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.old.required​

🔹 Entry 4​

  • Data:
"company_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.old.required​

🔹 Entry 5​

  • Data:
"store_ids"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.old.required​

🔹 Entry 6​

  • Data:
"product"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.old.required​

🔹 Entry 7​

  • Data:
"channels"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.properties.old.required​

🔹 Entry 8​

  • Data:
"is_active"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.properties.zone.required​

🔹 Entry 1​

  • Data:
"new"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.properties.payload.required​

🔹 Entry 1​

  • Data:
"zone"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.payload.components/schemas/zone_update_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.new.properties.store_ids.items​

🔹 Entry 1​

  • Action: N/A
  • Type: integer
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.new.properties.product.properties.type.enum​

🔹 Entry 1​

  • Data:
"all"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.new.properties.product.properties.type.enum​

🔹 Entry 2​

  • Data:
"explicit"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.new.properties.product.required​

🔹 Entry 1​

  • Data:
"tags"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.new.properties.product.required​

🔹 Entry 2​

  • Data:
"type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.new.properties.channels.items.required​

🔹 Entry 1​

  • Data:
"channel_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.new.properties.channels.items.required​

🔹 Entry 2​

  • Data:
"channel_type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.new.required​

🔹 Entry 1​

  • Data:
"zone_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.new.required​

🔹 Entry 2​

  • Data:
"slug"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.new.required​

🔹 Entry 3​

  • Data:
"name"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.new.required​

🔹 Entry 4​

  • Data:
"company_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.new.required​

🔹 Entry 5​

  • Data:
"store_ids"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.new.required​

🔹 Entry 6​

  • Data:
"product"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.new.required​

🔹 Entry 7​

  • Data:
"channels"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.new.required​

🔹 Entry 8​

  • Data:
"is_active"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.old.properties.store_ids.items​

🔹 Entry 1​

  • Action: N/A
  • Type: integer
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.old.properties.product.properties.type.enum​

🔹 Entry 1​

  • Data:
"all"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.old.properties.product.properties.type.enum​

🔹 Entry 2​

  • Data:
"explicit"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.old.properties.product.required​

🔹 Entry 1​

  • Data:
"tags"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.old.properties.product.required​

🔹 Entry 2​

  • Data:
"type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.old.properties.channels.items.required​

🔹 Entry 1​

  • Data:
"channel_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.old.properties.channels.items.required​

🔹 Entry 2​

  • Data:
"channel_type"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.old.required​

🔹 Entry 1​

  • Data:
"zone_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.old.required​

🔹 Entry 2​

  • Data:
"slug"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.old.required​

🔹 Entry 3​

  • Data:
"name"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.old.required​

🔹 Entry 4​

  • Data:
"company_id"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.old.required​

🔹 Entry 5​

  • Data:
"store_ids"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.old.required​

🔹 Entry 6​

  • Data:
"product"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.old.required​

🔹 Entry 7​

  • Data:
"channels"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.properties.old.required​

🔹 Entry 8​

  • Data:
"is_active"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.properties.zone.required​

🔹 Entry 1​

  • Data:
"new"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.properties.payload.required​

🔹 Entry 1​

  • Data:
"zone"

🔧 Operation: company.zone.action.before.channels.event.messages.zone/update/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfield_definition.action.path​

🔹 Entry 1​

  • Data:
"customfield_definition"

🔧 Operation: company.customfield_definition.action.after.info.x-maintainers​

🔹 Entry 1​

  • Data:
"regrowth-vikings-team"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.properties.payload.required​

🔹 Entry 1​

  • Data:
"slug"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.properties.payload.required​

🔹 Entry 2​

  • Data:
"namespace"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.properties.payload.required​

🔹 Entry 3​

  • Data:
"name"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.properties.payload.required​

🔹 Entry 4​

  • Data:
"type"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.properties.payload.required​

🔹 Entry 5​

  • Data:
"id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.properties.payload.required​

🔹 Entry 6​

  • Data:
"multi_value"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.properties.payload.required​

🔹 Entry 7​

  • Data:
"resource"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.properties.payload.required​

🔹 Entry 8​

  • Data:
"company_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.payload.components/schemas/customfield_definition_create_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.properties.payload.required​

🔹 Entry 1​

  • Data:
"slug"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.properties.payload.required​

🔹 Entry 2​

  • Data:
"namespace"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.properties.payload.required​

🔹 Entry 3​

  • Data:
"name"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.properties.payload.required​

🔹 Entry 4​

  • Data:
"type"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.properties.payload.required​

🔹 Entry 5​

  • Data:
"id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.properties.payload.required​

🔹 Entry 6​

  • Data:
"multi_value"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.properties.payload.required​

🔹 Entry 7​

  • Data:
"resource"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.properties.payload.required​

🔹 Entry 8​

  • Data:
"company_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/create/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.properties.payload.required​

🔹 Entry 1​

  • Data:
"slug"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.properties.payload.required​

🔹 Entry 2​

  • Data:
"namespace"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.properties.payload.required​

🔹 Entry 3​

  • Data:
"name"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.properties.payload.required​

🔹 Entry 4​

  • Data:
"type"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.properties.payload.required​

🔹 Entry 5​

  • Data:
"id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.properties.payload.required​

🔹 Entry 6​

  • Data:
"is_deleted"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.properties.payload.required​

🔹 Entry 7​

  • Data:
"multi_value"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.properties.payload.required​

🔹 Entry 8​

  • Data:
"resource"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.properties.payload.required​

🔹 Entry 9​

  • Data:
"company_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.payload.components/schemas/customfield_definition_delete_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.properties.payload.required​

🔹 Entry 1​

  • Data:
"slug"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.properties.payload.required​

🔹 Entry 2​

  • Data:
"namespace"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.properties.payload.required​

🔹 Entry 3​

  • Data:
"name"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.properties.payload.required​

🔹 Entry 4​

  • Data:
"type"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.properties.payload.required​

🔹 Entry 5​

  • Data:
"id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.properties.payload.required​

🔹 Entry 6​

  • Data:
"is_deleted"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.properties.payload.required​

🔹 Entry 7​

  • Data:
"multi_value"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.properties.payload.required​

🔹 Entry 8​

  • Data:
"resource"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.properties.payload.required​

🔹 Entry 9​

  • Data:
"company_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/delete/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.properties.payload.required​

🔹 Entry 1​

  • Data:
"slug"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.properties.payload.required​

🔹 Entry 2​

  • Data:
"namespace"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.properties.payload.required​

🔹 Entry 3​

  • Data:
"name"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.properties.payload.required​

🔹 Entry 4​

  • Data:
"type"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.properties.payload.required​

🔹 Entry 5​

  • Data:
"id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.properties.payload.required​

🔹 Entry 6​

  • Data:
"multi_value"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.properties.payload.required​

🔹 Entry 7​

  • Data:
"resource"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.properties.payload.required​

🔹 Entry 8​

  • Data:
"company_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.payload.components/schemas/customfield_definition_update_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.properties.payload.required​

🔹 Entry 1​

  • Data:
"slug"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.properties.payload.required​

🔹 Entry 2​

  • Data:
"namespace"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.properties.payload.required​

🔹 Entry 3​

  • Data:
"name"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.properties.payload.required​

🔹 Entry 4​

  • Data:
"type"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.properties.payload.required​

🔹 Entry 5​

  • Data:
"id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.properties.payload.required​

🔹 Entry 6​

  • Data:
"multi_value"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.properties.payload.required​

🔹 Entry 7​

  • Data:
"resource"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.properties.payload.required​

🔹 Entry 8​

  • Data:
"company_id"

🔧 Operation: company.customfield_definition.action.after.channels.event.messages.customfield_definition/update/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.path​

🔹 Entry 1​

  • Data:
"customfields"

🔧 Operation: company.customfields.action.after.info.x-maintainers​

🔹 Entry 1​

  • Data:
"regrowth-vikings-team"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.payload.components/schemas/customfields_inventory-delete_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.payload.components/schemas/customfields_inventory-delete_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.payload.components/schemas/customfields_inventory-delete_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.payload.components/schemas/customfields_inventory-delete_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.payload.components/schemas/customfields_inventory-delete_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.payload.components/schemas/customfields_inventory-delete_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.payload.components/schemas/customfields_inventory-delete_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.payload.components/schemas/customfields_inventory-delete_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.payload.components/schemas/customfields_inventory-delete_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.payload.components/schemas/customfields_inventory-delete_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.payload.components/schemas/customfields_inventory-delete_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.payload.components/schemas/customfields_inventory-delete_v1.properties.payload.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.payload.components/schemas/customfields_inventory-delete_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.schema.properties.payload.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-delete/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.payload.components/schemas/customfields_inventory-update_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.payload.components/schemas/customfields_inventory-update_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.payload.components/schemas/customfields_inventory-update_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.payload.components/schemas/customfields_inventory-update_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.payload.components/schemas/customfields_inventory-update_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.payload.components/schemas/customfields_inventory-update_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.payload.components/schemas/customfields_inventory-update_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.payload.components/schemas/customfields_inventory-update_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.payload.components/schemas/customfields_inventory-update_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.payload.components/schemas/customfields_inventory-update_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.payload.components/schemas/customfields_inventory-update_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.payload.components/schemas/customfields_inventory-update_v1.properties.payload.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.payload.components/schemas/customfields_inventory-update_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.schema.properties.payload.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/inventory-update/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.payload.components/schemas/customfields_product-delete_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.payload.components/schemas/customfields_product-delete_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.payload.components/schemas/customfields_product-delete_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.payload.components/schemas/customfields_product-delete_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.payload.components/schemas/customfields_product-delete_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.payload.components/schemas/customfields_product-delete_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.payload.components/schemas/customfields_product-delete_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.payload.components/schemas/customfields_product-delete_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.payload.components/schemas/customfields_product-delete_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.payload.components/schemas/customfields_product-delete_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.payload.components/schemas/customfields_product-delete_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.payload.components/schemas/customfields_product-delete_v1.properties.payload.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.payload.components/schemas/customfields_product-delete_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.schema.properties.payload.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-delete/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.payload.components/schemas/customfields_product-update_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.payload.components/schemas/customfields_product-update_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.payload.components/schemas/customfields_product-update_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.payload.components/schemas/customfields_product-update_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.payload.components/schemas/customfields_product-update_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.payload.components/schemas/customfields_product-update_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.payload.components/schemas/customfields_product-update_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.payload.components/schemas/customfields_product-update_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.payload.components/schemas/customfields_product-update_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.payload.components/schemas/customfields_product-update_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.payload.components/schemas/customfields_product-update_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.payload.components/schemas/customfields_product-update_v1.properties.payload.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.payload.components/schemas/customfields_product-update_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.schema.properties.payload.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-update/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.payload.components/schemas/customfields_product_size-delete_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.payload.components/schemas/customfields_product_size-delete_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.payload.components/schemas/customfields_product_size-delete_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.payload.components/schemas/customfields_product_size-delete_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.payload.components/schemas/customfields_product_size-delete_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.payload.components/schemas/customfields_product_size-delete_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.payload.components/schemas/customfields_product_size-delete_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.payload.components/schemas/customfields_product_size-delete_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.payload.components/schemas/customfields_product_size-delete_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.payload.components/schemas/customfields_product_size-delete_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.payload.components/schemas/customfields_product_size-delete_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.payload.components/schemas/customfields_product_size-delete_v1.properties.payload.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.payload.components/schemas/customfields_product_size-delete_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.schema.properties.payload.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-delete/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.payload.components/schemas/customfields_product_size-update_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.payload.components/schemas/customfields_product_size-update_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.payload.components/schemas/customfields_product_size-update_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.payload.components/schemas/customfields_product_size-update_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.payload.components/schemas/customfields_product_size-update_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.payload.components/schemas/customfields_product_size-update_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.payload.components/schemas/customfields_product_size-update_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.payload.components/schemas/customfields_product_size-update_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.payload.components/schemas/customfields_product_size-update_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.payload.components/schemas/customfields_product_size-update_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.payload.components/schemas/customfields_product_size-update_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.payload.components/schemas/customfields_product_size-update_v1.properties.payload.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.payload.components/schemas/customfields_product_size-update_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.schema.properties.payload.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/product-size-update/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.payload.components/schemas/customfields_selling-location-update_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.payload.components/schemas/customfields_selling-location-update_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.payload.components/schemas/customfields_selling-location-update_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.payload.components/schemas/customfields_selling-location-update_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.payload.components/schemas/customfields_selling-location-update_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.payload.components/schemas/customfields_selling-location-update_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.payload.components/schemas/customfields_selling-location-update_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.payload.components/schemas/customfields_selling-location-update_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.payload.components/schemas/customfields_selling-location-update_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.payload.components/schemas/customfields_selling-location-update_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.payload.components/schemas/customfields_selling-location-update_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.payload.components/schemas/customfields_selling-location-update_v1.properties.payload.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.payload.components/schemas/customfields_selling-location-update_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.schema.properties.payload.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customfields.action.after.channels.event.messages.customfields/selling-location-update/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobject_definition.action.path​

🔹 Entry 1​

  • Data:
"customobject_definition"

🔧 Operation: company.customobject_definition.action.after.info.x-maintainers​

🔹 Entry 1​

  • Data:
"regrowth-vikings-team"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.properties.payload.properties.field_definitions.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.properties.payload.required​

🔹 Entry 1​

  • Data:
"id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.properties.payload.required​

🔹 Entry 2​

  • Data:
"name"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.properties.payload.required​

🔹 Entry 3​

  • Data:
"slug"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.properties.payload.required​

🔹 Entry 4​

  • Data:
"field_definitions"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.payload.components/schemas/customobject_definition_create_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.properties.payload.properties.field_definitions.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.properties.payload.required​

🔹 Entry 1​

  • Data:
"id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.properties.payload.required​

🔹 Entry 2​

  • Data:
"name"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.properties.payload.required​

🔹 Entry 3​

  • Data:
"slug"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.properties.payload.required​

🔹 Entry 4​

  • Data:
"field_definitions"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/create/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.properties.payload.properties.field_definitions.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.properties.payload.required​

🔹 Entry 1​

  • Data:
"id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.properties.payload.required​

🔹 Entry 2​

  • Data:
"name"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.properties.payload.required​

🔹 Entry 3​

  • Data:
"slug"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.properties.payload.required​

🔹 Entry 4​

  • Data:
"field_definitions"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.payload.components/schemas/customobject_definition_delete_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.properties.payload.properties.field_definitions.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.properties.payload.required​

🔹 Entry 1​

  • Data:
"id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.properties.payload.required​

🔹 Entry 2​

  • Data:
"name"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.properties.payload.required​

🔹 Entry 3​

  • Data:
"slug"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.properties.payload.required​

🔹 Entry 4​

  • Data:
"field_definitions"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/delete/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.properties.payload.properties.field_definitions.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.properties.payload.required​

🔹 Entry 1​

  • Data:
"id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.properties.payload.required​

🔹 Entry 2​

  • Data:
"name"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.properties.payload.required​

🔹 Entry 3​

  • Data:
"slug"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.properties.payload.required​

🔹 Entry 4​

  • Data:
"field_definitions"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.payload.components/schemas/customobject_definition_update_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.properties.payload.properties.field_definitions.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.properties.payload.required​

🔹 Entry 1​

  • Data:
"id"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.properties.payload.required​

🔹 Entry 2​

  • Data:
"name"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.properties.payload.required​

🔹 Entry 3​

  • Data:
"slug"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.properties.payload.required​

🔹 Entry 4​

  • Data:
"field_definitions"

🔧 Operation: company.customobject_definition.action.after.channels.event.messages.customobject_definition/update/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobjects.action.path​

🔹 Entry 1​

  • Data:
"customobjects"

🔧 Operation: company.customobjects.action.after.info.x-maintainers​

🔹 Entry 1​

  • Data:
"regrowth-vikings-team"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.properties.payload.properties.fields.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.properties.payload.required​

🔹 Entry 1​

  • Data:
"id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.properties.payload.required​

🔹 Entry 2​

  • Data:
"company_id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.properties.payload.required​

🔹 Entry 3​

  • Data:
"slug"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.properties.payload.required​

🔹 Entry 4​

  • Data:
"definition_slug"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.properties.payload.required​

🔹 Entry 5​

  • Data:
"fields"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.payload.components/schemas/customobjects_create_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.properties.payload.properties.fields.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.properties.payload.required​

🔹 Entry 1​

  • Data:
"id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.properties.payload.required​

🔹 Entry 2​

  • Data:
"company_id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.properties.payload.required​

🔹 Entry 3​

  • Data:
"slug"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.properties.payload.required​

🔹 Entry 4​

  • Data:
"definition_slug"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.properties.payload.required​

🔹 Entry 5​

  • Data:
"fields"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/create/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.properties.payload.properties.fields.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.properties.payload.required​

🔹 Entry 1​

  • Data:
"id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.properties.payload.required​

🔹 Entry 2​

  • Data:
"company_id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.properties.payload.required​

🔹 Entry 3​

  • Data:
"slug"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.properties.payload.required​

🔹 Entry 4​

  • Data:
"definition_slug"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.properties.payload.required​

🔹 Entry 5​

  • Data:
"fields"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.payload.components/schemas/customobjects_update_v1.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.required​

🔹 Entry 1​

  • Data:
"company_id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.required​

🔹 Entry 2​

  • Data:
"contains"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.required​

🔹 Entry 3​

  • Data:
"event"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.required​

🔹 Entry 4​

  • Data:
"payload"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.properties.event.required​

🔹 Entry 1​

  • Data:
"category"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.properties.event.required​

🔹 Entry 2​

  • Data:
"created_timestamp"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.properties.event.required​

🔹 Entry 3​

  • Data:
"id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.properties.event.required​

🔹 Entry 4​

  • Data:
"name"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.properties.event.required​

🔹 Entry 5​

  • Data:
"trace_id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.properties.event.required​

🔹 Entry 6​

  • Data:
"type"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.properties.event.required​

🔹 Entry 7​

  • Data:
"version"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.properties.payload.properties.fields.items​

🔹 Entry 1​

  • Action: N/A
  • Type: object
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.properties.payload.required​

🔹 Entry 1​

  • Data:
"id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.properties.payload.required​

🔹 Entry 2​

  • Data:
"company_id"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.properties.payload.required​

🔹 Entry 3​

  • Data:
"slug"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.properties.payload.required​

🔹 Entry 4​

  • Data:
"definition_slug"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.properties.payload.required​

🔹 Entry 5​

  • Data:
"fields"

🔧 Operation: company.customobjects.action.after.channels.event.messages.customobjects/update/v1.schema.examples​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.product_bundle.action.path​

🔹 Entry 1​

  • Data:
"product_bundle"

🔧 Operation: company.product_bundle.action.after.info.x-maintainers​

🔹 Entry 1​

  • Data:
"fp-core"

🔧 Operation: company.product_bundle.action.after.channels.event.messages.product_bundle/create/v1.payload.components/schemas/product_bundle_create_v1.properties.payload.properties.page_visibility.enum​

🔹 Entry 1​

  • Data:
"pdp"

🔧 Operation: company.product_bundle.action.after.channels.event.messages.product_bundle/create/v1.payload.components/schemas/product_bundle_create_v1.example.payload.products​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.product_bundle.action.after.channels.event.messages.product_bundle/create/v1.payload.components/schemas/product_bundle_create_v1.example.payload.page_visibility​

🔹 Entry 1​

  • Data:
"pdp"

🔧 Operation: company.product_bundle.action.after.channels.event.messages.product_bundle/create/v1.payload.components/schemas/product_bundle_create_v1.example.meta.trace_id​

🔹 Entry 1​

  • Data:
"silverbolt.2597915a-4d23-11ef-86e4-823cc4225ac5"

🔧 Operation: company.product_bundle.action.after.channels.event.messages.product_bundle/create/v1.schema.properties.payload.properties.page_visibility.enum​

🔹 Entry 1​

  • Data:
"pdp"

🔧 Operation: company.product_bundle.action.after.channels.event.messages.product_bundle/create/v1.schema.example.payload.products​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.product_bundle.action.after.channels.event.messages.product_bundle/create/v1.schema.example.payload.page_visibility​

🔹 Entry 1​

  • Data:
"pdp"

🔧 Operation: company.product_bundle.action.after.channels.event.messages.product_bundle/create/v1.schema.example.meta.trace_id​

🔹 Entry 1​

  • Data:
"silverbolt.2597915a-4d23-11ef-86e4-823cc4225ac5"

🔧 Operation: company.product_bundle.action.after.channels.event.messages.product_bundle/update/v1.payload.components/schemas/product_bundle_update_v1.properties.payload.properties.page_visibility.enum​

🔹 Entry 1​

  • Data:
"pdp"

🔧 Operation: company.product_bundle.action.after.channels.event.messages.product_bundle/update/v1.payload.components/schemas/product_bundle_update_v1.example.payload.products​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.product_bundle.action.after.channels.event.messages.product_bundle/update/v1.payload.components/schemas/product_bundle_update_v1.example.payload.page_visibility​

🔹 Entry 1​

  • Data:
"pdp"

🔧 Operation: company.product_bundle.action.after.channels.event.messages.product_bundle/update/v1.payload.components/schemas/product_bundle_update_v1.example.meta.trace_id​

🔹 Entry 1​

  • Data:
"silverbolt.2e089f7c-4d65-11ef-8d8c-823cc4225ac5"

🔧 Operation: company.product_bundle.action.after.channels.event.messages.product_bundle/update/v1.schema.properties.payload.properties.page_visibility.enum​

🔹 Entry 1​

  • Data:
"pdp"

🔧 Operation: company.product_bundle.action.after.channels.event.messages.product_bundle/update/v1.schema.example.payload.products​

🔹 Entry 1​

  • Action: N/A
  • Type: N/A
  • xGroup: N/A
  • Schema Ref: N/A
  • Schema Action: N/A
  • Path: N/A

🔧 Operation: company.product_bundle.action.after.channels.event.messages.product_bundle/update/v1.schema.example.payload.page_visibility​

🔹 Entry 1​

  • Data:
"pdp"

🔧 Operation: company.product_bundle.action.after.channels.event.messages.product_bundle/update/v1.schema.example.meta.trace_id​

🔹 Entry 1​

  • Data:
"silverbolt.2e089f7c-4d65-11ef-8d8c-823cc4225ac5"

Was this section helpful?