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
Optional Fields
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