Documentation Index
Fetch the complete documentation index at: https://docs.hellocobi.com/llms.txt
Use this file to discover all available pages before exploring further.
Important: The shop keyword model has dependencies on both the shop and
keyword models. The
shop_id field must reference an existing shop and the
keyword_id field must reference an existing keyword. It’s recommended to
upload shop and keyword data before uploading shop keyword mappings.Schema
Field Descriptions
Required Fields
| Field | Type | Format | Description |
|---|---|---|---|
shop_keyword_id | string | UUID | Unique identifier for the shop keyword mapping |
shop_id | string | UUID | ID of the shop (must reference an existing shop) |
keyword_id | string | UUID | ID of the keyword (must reference an existing keyword) |
Optional Fields
| Field | Type | Format | Description |
|---|---|---|---|
created | string | date-time | Timestamp when the record was created |
updated | string | date-time | Timestamp when the record was last updated |
is_deleted | boolean | - | Flag indicating if the record is marked as deleted |
Example
Best Practices
- UUID Format: Use valid UUID v4 format for all ID fields
- Data Dependencies: Ensure shop_id references an existing shop and keyword_id references an existing keyword
- Data Consistency: Ensure consistent data across all shop keyword mapping records