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 tag model has dependencies on both the shop and tag
models. The
shop_id field must reference an existing shop and the tag_id
field must reference an existing tag. It’s recommended to upload shop and tag
data before uploading shop tag mappings.Schema
Field Descriptions
Required Fields
| Field | Type | Format | Description |
|---|---|---|---|
shop_tag_id | string | UUID | Unique identifier for the shop tag mapping |
shop_id | string | UUID | ID of the shop (must reference an existing shop) |
tag_id | string | UUID | ID of the tag (must reference an existing tag) |
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 tag_id references an existing tag
- Data Consistency: Ensure consistent data across all shop tag mapping records