{"openapi":"3.1.0","info":{"title":"catalog","version":"3.1.0"},"servers":[{"url":"https://api-prod.treez.io/service/catalog"}],"components":{"securitySchemes":{}},"security":[{}],"paths":{"/v3/attribute":{"post":{"summary":"Attribute - Create","description":"","operationId":"catalog-attribute-create","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["name","attributeCategoryId"],"properties":{"name":{"type":"string","description":"The name of the attribute to be added. E.g. `Sleepy`"},"attributeCategoryId":{"type":"string","description":"The `id` GUID of the category to which the new value will be added."}}}}}},"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"{\n \"data\": [\n {\n \"id\": \"74a267e6-d2d0-4df4-838c-106181724de9\",\n \"createdAt\": \"2024-12-13T19:21:54.704Z\",\n \"updatedAt\": \"2024-12-13T19:21:54.704Z\",\n \"deletedAt\": null,\n \"name\": \"Chill\",\n \"attributeCategoryId\": \"ec283219-d7d7-4eca-abd5-25c639c169de\",\n \"organizationId\": \"f00acf02-36f3-4e54-9d1d-46524f81092a\"\n }\n ]\n}"}},"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"74a267e6-d2d0-4df4-838c-106181724de9"},"createdAt":{"type":"string","example":"2024-12-13T19:21:54.704Z"},"updatedAt":{"type":"string","example":"2024-12-13T19:21:54.704Z"},"deletedAt":{},"name":{"type":"string","example":"Chill"},"attributeCategoryId":{"type":"string","example":"ec283219-d7d7-4eca-abd5-25c639c169de"},"organizationId":{"type":"string","example":"f00acf02-36f3-4e54-9d1d-46524f81092a"}}}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Event Schema Validation Failed":{"value":"{\n \"message\": \"Event Schema Validation Failed\",\n \"errorType\": \"Validation\",\n \"errorMsgs\": [\n \"attributeCategoryId is required\"\n ],\n \"failed\": [\n {\n \"entity\": {\n \"name\": \"Chill\"\n },\n \"errors\": [\n \"attributeCategoryId is required\"\n ]\n }\n ]\n}"}},"schema":{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"attributeCategoryId is required"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"name":{"type":"string","example":"Chill"}}},"errors":{"type":"array","items":{"type":"string","example":"attributeCategoryId is required"}}}}}}}}}}},"deprecated":false},"patch":{"summary":"Attribute - Update","description":"","operationId":"catalog-attribute-update","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["id"],"properties":{"id":{"type":"string","description":"The `id` GUID of the attribute to be modified"},"name":{"type":"string","description":"The name of the attribute"},"attributeCategoryId":{"type":"string","description":"The `id` GUID of the attribute category to which this value belongs"}}}}}},"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"{\n \"data\": [\n {\n \"id\": \"708a2ec2-4172-4bb6-9db0-15d73283ed3a\",\n \"createdAt\": \"2024-09-09T17:21:13.736Z\",\n \"updatedAt\": \"2024-12-13T18:40:41.088Z\",\n \"deletedAt\": null,\n \"name\": \"Pinine\",\n \"attributeCategoryId\": \"4bcf571e-6dc4-4f20-8638-946e08dce094\",\n \"organizationId\": \"f00acf02-36f3-4e54-9d1d-46524f81092a\"\n }\n ]\n}"}},"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"708a2ec2-4172-4bb6-9db0-15d73283ed3a"},"createdAt":{"type":"string","example":"2024-09-09T17:21:13.736Z"},"updatedAt":{"type":"string","example":"2024-12-13T18:40:41.088Z"},"deletedAt":{},"name":{"type":"string","example":"Pinine"},"attributeCategoryId":{"type":"string","example":"4bcf571e-6dc4-4f20-8638-946e08dce094"},"organizationId":{"type":"string","example":"f00acf02-36f3-4e54-9d1d-46524f81092a"}}}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{\n \"message\": \"Event Schema Validation Failed\",\n \"errorType\": \"Validation\",\n \"errorMsgs\": [\n \"id must be a valid GUID\"\n ],\n \"failed\": [\n {\n \"entity\": {\n \"id\": \"708a2ec2-4172-4bb6-9db0-15d73283e\"\n },\n \"errors\": [\n \"id must be a valid GUID\"\n ]\n }\n ]\n}"}},"schema":{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"id must be a valid GUID"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"id":{"type":"string","example":"708a2ec2-4172-4bb6-9db0-15d73283e"}}},"errors":{"type":"array","items":{"type":"string","example":"id must be a valid GUID"}}}}}}}}}}},"deprecated":false},"get":{"summary":"Attributes - Read","description":"This endpoint returns product attribute records.","operationId":"catalog-attributes-read","parameters":[{"name":"ids","in":"query","description":"The `id` values of the attributes to be returned. Exclude to return all values.","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"[\n {\n \"id\": \"708a2ec2-4172-4bb6-9db0-15d73283ed3a\",\n \"createdAt\": \"2024-09-09T17:21:13.736Z\",\n \"updatedAt\": \"2024-09-09T17:21:13.736Z\",\n \"deletedAt\": null,\n \"name\": \"pinene\",\n \"attributeCategoryId\": \"4bcf571e-6dc4-4f20-8638-946e08dce094\",\n \"organizationId\": \"f00acf02-36f3-4e54-9d1d-46524f81092a\"\n },\n {\n \"id\": \"25a14bfa-aea6-42f9-9992-eeb579f7bcc1\",\n \"createdAt\": \"2024-11-20T15:41:39.529Z\",\n \"updatedAt\": \"2024-11-20T15:41:39.529Z\",\n \"deletedAt\": null,\n \"name\": \"Calm\",\n \"attributeCategoryId\": \"ec283219-d7d7-4eca-abd5-25c639c169de\",\n \"organizationId\": \"f00acf02-36f3-4e54-9d1d-46524f81092a\"\n },\n {\n \"id\": \"32f32385-419a-4473-9524-da0bdc79f2ac\",\n \"createdAt\": \"2024-04-08T20:49:02.955Z\",\n \"updatedAt\": \"2024-04-08T20:49:02.955Z\",\n \"deletedAt\": null,\n \"name\": \"Apricot\",\n \"attributeCategoryId\": \"936d1f94-c0a4-43e4-8ff5-a546dfb6f5ca\",\n \"organizationId\": \"f00acf02-36f3-4e54-9d1d-46524f81092a\"\n },\n {\n \"id\": \"ec21e331-3a49-4d9f-b207-23228c39f726\",\n \"createdAt\": \"2024-04-08T20:49:03.239Z\",\n \"updatedAt\": \"2024-04-08T20:49:03.239Z\",\n \"deletedAt\": null,\n \"name\": \"Citrus\",\n \"attributeCategoryId\": \"936d1f94-c0a4-43e4-8ff5-a546dfb6f5ca\",\n \"organizationId\": \"f00acf02-36f3-4e54-9d1d-46524f81092a\"\n }\n]"}},"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"708a2ec2-4172-4bb6-9db0-15d73283ed3a"},"createdAt":{"type":"string","example":"2024-09-09T17:21:13.736Z"},"updatedAt":{"type":"string","example":"2024-09-09T17:21:13.736Z"},"deletedAt":{},"name":{"type":"string","example":"pinene"},"attributeCategoryId":{"type":"string","example":"4bcf571e-6dc4-4f20-8638-946e08dce094"},"organizationId":{"type":"string","example":"f00acf02-36f3-4e54-9d1d-46524f81092a"}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{\"message\":\"Event Schema Validation Failed\",\"errorType\":\"Validation\",\"errorMsgs\":[\"must be a valid GUID\"],\"failed\":[{\"entity\":{\"ids\":[\"708a2ec2-4172-4bb6-9db0-15d73283ed3\"]},\"errors\":[\"must be a valid GUID\"]}]}"}},"schema":{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"must be a valid GUID"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string","example":"708a2ec2-4172-4bb6-9db0-15d73283ed3"}}}},"errors":{"type":"array","items":{"type":"string","example":"must be a valid GUID"}}}}}}}}}}},"deprecated":false}},"/v3/attributecategory":{"get":{"summary":"Attribute Categories - Read","description":"","operationId":"catalog-attribute-categories-read","parameters":[{"name":"ids","in":"query","description":"The `id` values of the attribute categories to be returned. Exclude to return all values.","schema":{"type":"array","items":{"type":"string"}}},{"name":"excludeAttributes","in":"query","description":"If true, omits the nested attributes array","schema":{"type":"boolean"}}],"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"[\n {\n \"id\": \"f8efbe9f-60a4-4843-aa17-a372871064ab\",\n \"createdAt\": \"2024-12-05T06:21:01.027Z\",\n \"updatedAt\": \"2024-12-05T06:21:01.027Z\",\n \"deletedAt\": null,\n \"name\": \"Internal Tags\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\",\n \"attributes\": [\n {\n \"id\": \"c3dfbbff-d3f0-4679-8e0f-77738889e765\",\n \"createdAt\": \"2024-12-12T16:39:01.950Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.950Z\",\n \"deletedAt\": null,\n \"name\": \"Row 1 Shelf L\",\n \"attributeCategoryId\": \"f8efbe9f-60a4-4843-aa17-a372871064ab\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"2d2d9131-e71d-42a2-b831-966880519d6c\",\n \"createdAt\": \"2025-01-13T19:18:15.126Z\",\n \"updatedAt\": \"2025-01-13T19:18:15.049Z\",\n \"deletedAt\": null,\n \"name\": \"This is an internal tag for testing\",\n \"attributeCategoryId\": \"f8efbe9f-60a4-4843-aa17-a372871064ab\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"720afda6-162b-45f2-9ff5-92eea5832ff0\",\n \"createdAt\": \"2025-04-22T20:30:09.835Z\",\n \"updatedAt\": \"2025-04-22T20:30:09.774Z\",\n \"deletedAt\": null,\n \"name\": \"Example from KSS 2\",\n \"attributeCategoryId\": \"f8efbe9f-60a4-4843-aa17-a372871064ab\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"20a113f9-1020-4874-8c52-bfd03707e50d\",\n \"createdAt\": \"2025-04-22T20:44:10.383Z\",\n \"updatedAt\": \"2025-04-22T20:44:10.322Z\",\n \"deletedAt\": null,\n \"name\": \"Example from KSS 3\",\n \"attributeCategoryId\": \"f8efbe9f-60a4-4843-aa17-a372871064ab\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"60547305-0195-4040-8906-939cd23bcbad\",\n \"createdAt\": \"2025-04-22T22:09:19.750Z\",\n \"updatedAt\": \"2025-04-22T22:09:19.696Z\",\n \"deletedAt\": null,\n \"name\": \"Test for KSS\",\n \"attributeCategoryId\": \"f8efbe9f-60a4-4843-aa17-a372871064ab\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"ffa19807-0e56-43d7-88bd-d1428b75798c\",\n \"createdAt\": \"2025-04-22T22:12:37.001Z\",\n \"updatedAt\": \"2025-04-22T22:12:36.989Z\",\n \"deletedAt\": null,\n \"name\": \"Test for KSS 2\",\n \"attributeCategoryId\": \"f8efbe9f-60a4-4843-aa17-a372871064ab\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"f458fbf4-0573-4e9d-9f4c-67d620d0fec5\",\n \"createdAt\": \"2025-04-22T20:22:05.134Z\",\n \"updatedAt\": \"2025-04-23T23:33:22.150Z\",\n \"deletedAt\": null,\n \"name\": \"Test update for KSS\",\n \"attributeCategoryId\": \"f8efbe9f-60a4-4843-aa17-a372871064ab\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n }\n ]\n },\n {\n \"id\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"createdAt\": \"2024-12-05T06:21:01.027Z\",\n \"updatedAt\": \"2024-12-05T06:21:01.027Z\",\n \"deletedAt\": null,\n \"name\": \"General\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\",\n \"attributes\": [\n {\n \"id\": \"fba6f555-790a-4ce5-808e-40eb38ad4960\",\n \"createdAt\": \"2024-12-12T16:39:01.316Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.316Z\",\n \"deletedAt\": null,\n \"name\": \"Cannabis Derived Terpenes\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"5599c818-3813-447b-a1b7-834d0648f208\",\n \"createdAt\": \"2024-12-12T16:39:01.751Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.751Z\",\n \"deletedAt\": null,\n \"name\": \"Tacos\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"fd003834-71db-4ca4-91d1-01a8a69b4970\",\n \"createdAt\": \"2024-12-12T16:39:01.408Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.408Z\",\n \"deletedAt\": null,\n \"name\": \"Fast Acting\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"e40e8610-11d1-4995-9dd3-e3ddf163bc3d\",\n \"createdAt\": \"2024-12-12T16:39:01.654Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.654Z\",\n \"deletedAt\": null,\n \"name\": \"Ratio\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"5594c612-b6ff-4c03-a1c8-b08d8f660a39\",\n \"createdAt\": \"2024-12-12T16:39:01.783Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.783Z\",\n \"deletedAt\": null,\n \"name\": \"Variety\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"e26d66c9-a571-47a0-830d-121e9cfba3ba\",\n \"createdAt\": \"2024-12-12T16:39:01.345Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.345Z\",\n \"deletedAt\": null,\n \"name\": \"CBD\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"f3105343-6989-4620-a8e7-da215c80f11c\",\n \"createdAt\": \"2024-12-12T16:39:01.688Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.688Z\",\n \"deletedAt\": null,\n \"name\": \"Taco\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"6354985a-72f4-4a58-a373-ddaf308829e0\",\n \"createdAt\": \"2024-12-12T16:39:01.595Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.595Z\",\n \"deletedAt\": null,\n \"name\": \"Low Dose\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"bd0890b9-110e-4bdc-b1b2-39a03dcdea39\",\n \"createdAt\": \"2024-12-12T16:39:01.465Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.465Z\",\n \"deletedAt\": null,\n \"name\": \"Gluten Free\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"88a644b1-ee5b-40e0-ab88-eb0429b54208\",\n \"createdAt\": \"2024-12-12T16:39:01.576Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.576Z\",\n \"deletedAt\": null,\n \"name\": \"Organic\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"3b3797d2-4c58-4f4c-acb1-3bcaa13c2609\",\n \"createdAt\": \"2024-12-12T16:39:01.693Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.693Z\",\n \"deletedAt\": null,\n \"name\": \"Strain Specific\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"1e1b3046-e991-48dc-80df-c19bde119278\",\n \"createdAt\": \"2024-12-12T16:39:01.866Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.866Z\",\n \"deletedAt\": null,\n \"name\": \"Vegan\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"3718d95d-f16b-4e96-84f5-da33125672bd\",\n \"createdAt\": \"2024-12-12T16:39:01.380Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.380Z\",\n \"deletedAt\": null,\n \"name\": \"CBG\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"877d9b97-8dd8-4433-8def-599f085ec2b6\",\n \"createdAt\": \"2024-12-12T16:39:01.270Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.270Z\",\n \"deletedAt\": null,\n \"name\": \"Award Winning\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"b6f6fda2-dc1e-4eee-ba3f-55c7ee338e3a\",\n \"createdAt\": \"2024-12-12T16:39:01.433Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.433Z\",\n \"deletedAt\": null,\n \"name\": \"Full Spectrum\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"4aa61bb6-2319-4539-a78f-28c6a4da9331\",\n \"createdAt\": \"2024-12-12T16:39:01.312Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.312Z\",\n \"deletedAt\": null,\n \"name\": \"Botanical Terpenes\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"540d6474-b451-4c91-b530-cdbf4f1731be\",\n \"createdAt\": \"2024-12-12T16:39:01.374Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.374Z\",\n \"deletedAt\": null,\n \"name\": \"CBN\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"063f5635-b819-4c36-913d-50c006142157\",\n \"createdAt\": \"2024-12-12T16:39:01.537Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.537Z\",\n \"deletedAt\": null,\n \"name\": \"High Dose\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"5d309254-c276-414c-be47-110c3f714c54\",\n \"createdAt\": \"2024-12-12T16:39:01.877Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.877Z\",\n \"deletedAt\": null,\n \"name\": \"Waxy Wednesday\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"51422627-88f6-4416-83e6-a56cc7101662\",\n \"createdAt\": \"2024-12-12T16:39:01.517Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.517Z\",\n \"deletedAt\": null,\n \"name\": \"Limited Edition\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"41363903-4a9a-4379-83bb-9963bddd3d48\",\n \"createdAt\": \"2024-12-12T16:39:01.620Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.620Z\",\n \"deletedAt\": null,\n \"name\": \"pinene\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n }\n ]\n },\n {\n \"id\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"createdAt\": \"2024-12-05T06:21:01.027Z\",\n \"updatedAt\": \"2024-12-05T06:21:01.027Z\",\n \"deletedAt\": null,\n \"name\": \"Flavor\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\",\n \"attributes\": [\n {\n \"id\": \"6c7503df-47a3-4df8-9fe2-ef62fff92d0a\",\n \"createdAt\": \"2024-12-12T16:38:59.272Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.272Z\",\n \"deletedAt\": null,\n \"name\": \"Chestnut\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"f97d9b9f-a96c-481c-9f8f-8895f7c39df1\",\n \"createdAt\": \"2024-12-12T16:38:59.407Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.407Z\",\n \"deletedAt\": null,\n \"name\": \"Creamy\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"293b7adc-34d8-4303-9ae2-1c5807bb1850\",\n \"createdAt\": \"2024-12-12T16:38:59.512Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.512Z\",\n \"deletedAt\": null,\n \"name\": \"Fruity\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"7016eb12-4513-4bfd-b592-38a698aeb814\",\n \"createdAt\": \"2024-12-12T16:38:59.958Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.958Z\",\n \"deletedAt\": null,\n \"name\": \"Lemon\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"96ec9c98-c2a9-4b69-b7e0-5754440dc4a7\",\n \"createdAt\": \"2024-12-12T16:38:59.014Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.014Z\",\n \"deletedAt\": null,\n \"name\": \"Apricot\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"2856e722-cf43-41f6-b560-d6763c18baea\",\n \"createdAt\": \"2024-12-12T16:38:59.175Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.175Z\",\n \"deletedAt\": null,\n \"name\": \"Caramel\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"39d40e97-1785-46f7-b0e3-eeaa385248ae\",\n \"createdAt\": \"2024-12-12T16:38:59.429Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.429Z\",\n \"deletedAt\": null,\n \"name\": \"Coconut\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"75237c1c-e55b-4f1a-a2f4-4392cba0260e\",\n \"createdAt\": \"2024-12-12T16:38:59.124Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.124Z\",\n \"deletedAt\": null,\n \"name\": \"Blueberry\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"92b6298f-e041-40ce-9b6f-a3e3243b7912\",\n \"createdAt\": \"2024-12-12T16:38:59.241Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.241Z\",\n \"deletedAt\": null,\n \"name\": \"Cherry\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"3c5be90a-ffa0-4a06-ade6-3c177c360c4a\",\n \"createdAt\": \"2024-12-12T16:38:59.336Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.336Z\",\n \"deletedAt\": null,\n \"name\": \"Citrus\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"641adf13-a8a5-4ee6-ac83-8e2968d76112\",\n \"createdAt\": \"2024-12-12T16:38:59.601Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.601Z\",\n \"deletedAt\": null,\n \"name\": \"Grape\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"25e0075c-67b7-4022-ba2c-9e80001e9559\",\n \"createdAt\": \"2024-12-12T16:38:59.915Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.915Z\",\n \"deletedAt\": null,\n \"name\": \"Herbal\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"4373cc8e-fbde-43c6-a35e-567bb768dd29\",\n \"createdAt\": \"2024-12-12T16:39:00.061Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.061Z\",\n \"deletedAt\": null,\n \"name\": \"Mint\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"aaf19344-d934-402a-8626-4697cd17f46f\",\n \"createdAt\": \"2024-12-12T16:39:00.535Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.535Z\",\n \"deletedAt\": null,\n \"name\": \"Pineapple\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"c4ee2bad-b0a3-484d-9c77-308358193c61\",\n \"createdAt\": \"2024-12-12T16:39:00.801Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.801Z\",\n \"deletedAt\": null,\n \"name\": \"Savory\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"207a214d-ada6-4546-ac5a-7c556392e051\",\n \"createdAt\": \"2024-12-12T16:38:59.511Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.511Z\",\n \"deletedAt\": null,\n \"name\": \"Earthy\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"3d404a64-26b2-48f0-801d-e9f7a8bedcae\",\n \"createdAt\": \"2024-12-12T16:39:01.138Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.138Z\",\n \"deletedAt\": null,\n \"name\": \"Vanilla\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"e8032d71-a84a-426e-acae-c3c44661f42f\",\n \"createdAt\": \"2024-12-12T16:38:59.970Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.970Z\",\n \"deletedAt\": null,\n \"name\": \"Lavender\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"afc89e64-e1e8-400f-b3a7-97930cbe626d\",\n \"createdAt\": \"2024-12-12T16:39:00.094Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.094Z\",\n \"deletedAt\": null,\n \"name\": \"Mango\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"05bb7fac-544d-482e-8870-38eeca3f6e33\",\n \"createdAt\": \"2024-12-12T16:39:00.589Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.589Z\",\n \"deletedAt\": null,\n \"name\": \"Plum\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"ab1057bb-9557-4e37-84cf-7c31f7dc6a87\",\n \"createdAt\": \"2024-12-12T16:39:00.873Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.873Z\",\n \"deletedAt\": null,\n \"name\": \"Strawberry\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"5e32d8ad-0bc1-4a04-b158-00fc6fd5bd50\",\n \"createdAt\": \"2024-12-12T16:39:01.154Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.154Z\",\n \"deletedAt\": null,\n \"name\": \"Tropical\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"efb14faf-5ca3-4db6-8179-7535c91dc5f2\",\n \"createdAt\": \"2024-12-12T16:38:59.095Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.095Z\",\n \"deletedAt\": null,\n \"name\": \"Berry\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"8de84149-4688-4a66-8068-e4f52d11650e\",\n \"createdAt\": \"2024-12-12T16:38:59.615Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.615Z\",\n \"deletedAt\": null,\n \"name\": \"Grapefruit\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"cb3d9dec-3f68-4995-8e85-ff3a05fdb408\",\n \"createdAt\": \"2024-12-12T16:38:59.928Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.928Z\",\n \"deletedAt\": null,\n \"name\": \"Honey\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"f0698d8d-2779-47ca-919e-e1a581d2d5df\",\n \"createdAt\": \"2024-12-12T16:39:00.038Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.038Z\",\n \"deletedAt\": null,\n \"name\": \"Melon\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"b8e83063-403d-4763-b3fa-f9d8c7605d1c\",\n \"createdAt\": \"2024-12-12T16:39:00.164Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.164Z\",\n \"deletedAt\": null,\n \"name\": \"Nutty\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"db284cc6-fbe8-4d70-87a1-9b47da393ec5\",\n \"createdAt\": \"2024-12-12T16:39:00.317Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.317Z\",\n \"deletedAt\": null,\n \"name\": \"Pear\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"1153f155-a2a4-41c4-bd2a-cdb9b4688b40\",\n \"createdAt\": \"2024-12-12T16:39:00.408Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.408Z\",\n \"deletedAt\": null,\n \"name\": \"Pepper\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"aa46a224-417b-4709-96f3-97a18eebcb5f\",\n \"createdAt\": \"2024-12-12T16:39:00.662Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.662Z\",\n \"deletedAt\": null,\n \"name\": \"Relaxing\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"42ca0043-9d4c-4579-8531-cbb03c5fc927\",\n \"createdAt\": \"2024-12-12T16:39:01.234Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.234Z\",\n \"deletedAt\": null,\n \"name\": \"Watermelon\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"45e0f2d4-c5e3-4784-9d97-9106c318df67\",\n \"createdAt\": \"2024-12-12T16:38:58.984Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.984Z\",\n \"deletedAt\": null,\n \"name\": \"Apple\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"a39f2614-4eec-4355-9b0b-cf7a40ad0109\",\n \"createdAt\": \"2024-12-12T16:39:00.604Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.604Z\",\n \"deletedAt\": null,\n \"name\": \"Pungent\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"5b9420c0-a24a-4a92-ab45-e33f537d269e\",\n \"createdAt\": \"2024-12-12T16:39:00.727Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.727Z\",\n \"deletedAt\": null,\n \"name\": \"Sage\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"f0280e85-f41f-4054-acfd-1451632b6584\",\n \"createdAt\": \"2024-12-12T16:39:00.857Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.857Z\",\n \"deletedAt\": null,\n \"name\": \"Sweet\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"4ab804c4-6197-4e5a-a0ce-7f0ff53e0b36\",\n \"createdAt\": \"2024-12-12T16:39:01.055Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.055Z\",\n \"deletedAt\": null,\n \"name\": \"Tea\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"e764065d-32da-44c7-828b-ab58998dfe51\",\n \"createdAt\": \"2024-12-12T16:38:59.316Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.316Z\",\n \"deletedAt\": null,\n \"name\": \"Cinnamon\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"c25e1092-6ecd-4866-a918-04dccd3d3668\",\n \"createdAt\": \"2024-12-12T16:38:59.176Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.176Z\",\n \"deletedAt\": null,\n \"name\": \"Butter\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"af6a3a10-e09c-4be9-a08b-b7e514707f75\",\n \"createdAt\": \"2024-12-12T16:38:59.307Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.307Z\",\n \"deletedAt\": null,\n \"name\": \"Chocolate\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"211df836-deaf-4f9f-b3f9-385e50d0d9bf\",\n \"createdAt\": \"2024-12-12T16:38:59.447Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.447Z\",\n \"deletedAt\": null,\n \"name\": \"Cucumber\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"59d3d3bd-cb88-4a82-901c-92de992358bd\",\n \"createdAt\": \"2024-12-12T16:38:59.573Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.573Z\",\n \"deletedAt\": null,\n \"name\": \"Fuel\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"e2105766-63e9-4be7-bab8-47a77fe34c96\",\n \"createdAt\": \"2024-12-12T16:39:00.820Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.820Z\",\n \"deletedAt\": null,\n \"name\": \"Spicy\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"fa9866d2-d1bd-4773-adcf-882941bd8f91\",\n \"createdAt\": \"2024-12-12T16:38:59.056Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.056Z\",\n \"deletedAt\": null,\n \"name\": \"Banana\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"8b0eda68-6053-4cd8-b420-162e14ca8a86\",\n \"createdAt\": \"2024-12-12T16:38:59.186Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.186Z\",\n \"deletedAt\": null,\n \"name\": \"Cheese\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"9ff572af-51e9-4b42-9d8d-7b97d4536711\",\n \"createdAt\": \"2024-12-12T16:39:00.888Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.888Z\",\n \"deletedAt\": null,\n \"name\": \"Taco\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"c28901ce-ab1a-49dc-bb05-4b99ea42259c\",\n \"createdAt\": \"2024-12-12T16:39:01.018Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.018Z\",\n \"deletedAt\": null,\n \"name\": \"Tart\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"9ed9c622-e7f4-4f59-bbf5-720119deab87\",\n \"createdAt\": \"2024-12-12T16:38:59.256Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.256Z\",\n \"deletedAt\": null,\n \"name\": \"Chemical\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"14ba3509-f699-4807-a4cd-d261e6d5f9f9\",\n \"createdAt\": \"2024-12-12T16:38:59.512Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.512Z\",\n \"deletedAt\": null,\n \"name\": \"Floral\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"513a0c7f-f3f6-406f-8156-5f6cb2d3633a\",\n \"createdAt\": \"2024-12-12T16:38:59.379Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.379Z\",\n \"deletedAt\": null,\n \"name\": \"Coffee\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"9c8d701d-4bd0-48fb-954e-f950d4b1dc0c\",\n \"createdAt\": \"2024-12-12T16:38:59.564Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.564Z\",\n \"deletedAt\": null,\n \"name\": \"Garlic\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"937485b3-33fa-4733-aa68-25f7e812f6cd\",\n \"createdAt\": \"2024-12-12T16:38:59.991Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.991Z\",\n \"deletedAt\": null,\n \"name\": \"Lime\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"6c31d39d-e81c-420a-b6ee-d4fa654e7e5d\",\n \"createdAt\": \"2024-12-12T16:39:00.054Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.054Z\",\n \"deletedAt\": null,\n \"name\": \"Maple\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"b6946514-2558-44fd-8147-83b5ab5a9f02\",\n \"createdAt\": \"2024-12-12T16:39:00.252Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.252Z\",\n \"deletedAt\": null,\n \"name\": \"Orange\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"1d92ebe2-113a-49c8-b5d5-8297fa166244\",\n \"createdAt\": \"2024-12-12T16:39:00.266Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.266Z\",\n \"deletedAt\": null,\n \"name\": \"Peach\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"a60336d7-0052-4de7-932f-beb0f4d75f06\",\n \"createdAt\": \"2024-12-12T16:39:00.511Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.511Z\",\n \"deletedAt\": null,\n \"name\": \"Pine\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"8c317c37-88d9-4fc7-8332-05a4fc2a760f\",\n \"createdAt\": \"2024-12-12T16:39:00.647Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.647Z\",\n \"deletedAt\": null,\n \"name\": \"Raspberry\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"466a7af6-09f7-4cd6-83bb-2d0844842916\",\n \"createdAt\": \"2024-12-12T16:39:00.801Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.801Z\",\n \"deletedAt\": null,\n \"name\": \"Smoky\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"cdb67dea-813c-49fd-9300-b2dd15d3c780\",\n \"createdAt\": \"2024-12-12T16:39:00.804Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.804Z\",\n \"deletedAt\": null,\n \"name\": \"Sour\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"2065663e-47ed-4a9e-8dd5-9ab081b71402\",\n \"createdAt\": \"2024-12-12T16:39:01.244Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.244Z\",\n \"deletedAt\": null,\n \"name\": \"Woody\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"8cab00d7-db0e-4e97-806e-4be3c4015c68\",\n \"createdAt\": \"2024-12-12T16:39:01.052Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.052Z\",\n \"deletedAt\": null,\n \"name\": \"Tangerine\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n }\n ]\n },\n {\n \"id\": \"78215f27-8d1f-4fef-a0b7-0c1e047a96dc\",\n \"createdAt\": \"2024-12-05T06:21:01.027Z\",\n \"updatedAt\": \"2024-12-05T06:21:01.027Z\",\n \"deletedAt\": null,\n \"name\": \"Ingredients\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\",\n \"attributes\": [\n {\n \"id\": \"a953f605-fe23-4a53-af5a-a814b20caf6d\",\n \"createdAt\": \"2025-01-13T19:19:07.741Z\",\n \"updatedAt\": \"2025-01-13T19:19:07.740Z\",\n \"deletedAt\": null,\n \"name\": \"Fruity stuff\",\n \"attributeCategoryId\": \"78215f27-8d1f-4fef-a0b7-0c1e047a96dc\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"d3ad08f1-423b-4d88-a2f7-9649208032cb\",\n \"createdAt\": \"2025-01-13T19:18:59.839Z\",\n \"updatedAt\": \"2025-01-13T19:18:59.825Z\",\n \"deletedAt\": null,\n \"name\": \"Gummy stuff\",\n \"attributeCategoryId\": \"78215f27-8d1f-4fef-a0b7-0c1e047a96dc\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n }\n ]\n },\n {\n \"id\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"createdAt\": \"2024-12-05T06:21:01.027Z\",\n \"updatedAt\": \"2024-12-05T06:21:01.027Z\",\n \"deletedAt\": null,\n \"name\": \"Effects\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\",\n \"attributes\": [\n {\n \"id\": \"dca9d1a3-5ca0-407a-af25-bc92c12feae3\",\n \"createdAt\": \"2024-12-12T16:38:58.602Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.602Z\",\n \"deletedAt\": null,\n \"name\": \"Aroused\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"7c2e06cb-320b-4078-90dc-d2e6d236bda0\",\n \"createdAt\": \"2024-12-12T16:38:58.610Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.610Z\",\n \"deletedAt\": null,\n \"name\": \"Anti-Inflammatory\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"a81285a6-2549-4486-a65a-aef54b06633d\",\n \"createdAt\": \"2024-12-12T16:38:58.616Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.616Z\",\n \"deletedAt\": null,\n \"name\": \"Calm\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"2a4ca5af-8b67-420e-9e73-e06d68c29840\",\n \"createdAt\": \"2024-12-12T16:38:58.641Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.641Z\",\n \"deletedAt\": null,\n \"name\": \"Creative\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"94fa1e1b-599c-4cc6-9f54-8325c26d2d73\",\n \"createdAt\": \"2024-12-12T16:38:58.664Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.664Z\",\n \"deletedAt\": null,\n \"name\": \"Creativity\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"5c628456-7bae-4d49-866f-abe9da05c29c\",\n \"createdAt\": \"2024-12-12T16:38:58.678Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.678Z\",\n \"deletedAt\": null,\n \"name\": \"Energetic\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"a85b1869-9c31-413e-8556-954a511cd8d4\",\n \"createdAt\": \"2024-12-12T16:38:58.799Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.799Z\",\n \"deletedAt\": null,\n \"name\": \"Hungry\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"bc060bc2-5388-4d3b-990e-5158c838673a\",\n \"createdAt\": \"2024-12-12T16:38:58.885Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.885Z\",\n \"deletedAt\": null,\n \"name\": \"Sleepy\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"5ecb5f68-0970-4c12-bd91-3a09431b7af8\",\n \"createdAt\": \"2024-12-12T16:38:58.718Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.718Z\",\n \"deletedAt\": null,\n \"name\": \"Euphoric\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"444fc2b0-4aa8-458b-a7bd-fbeb22f0c86a\",\n \"createdAt\": \"2024-12-12T16:38:58.748Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.748Z\",\n \"deletedAt\": null,\n \"name\": \"Focused\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"5bd48085-cc5d-4798-bac8-60d89834dc2d\",\n \"createdAt\": \"2024-12-12T16:38:58.857Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.857Z\",\n \"deletedAt\": null,\n \"name\": \"Relief\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"5aa79ea4-0d08-419a-9148-93ad57f7e056\",\n \"createdAt\": \"2024-12-12T16:38:58.771Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.771Z\",\n \"deletedAt\": null,\n \"name\": \"Happy\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"239ed9be-8502-4e41-907e-51be3f665484\",\n \"createdAt\": \"2024-12-12T16:38:58.910Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.910Z\",\n \"deletedAt\": null,\n \"name\": \"Relaxed\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"95d8fc06-4ba1-4e6d-85f5-320451e07180\",\n \"createdAt\": \"2024-12-12T16:38:58.970Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.970Z\",\n \"deletedAt\": null,\n \"name\": \"Social\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"7b507399-8ea2-4a54-8987-fcae69ff0753\",\n \"createdAt\": \"2024-12-12T16:38:58.995Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.995Z\",\n \"deletedAt\": null,\n \"name\": \"Uplifting\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"a8773bad-debc-4b5d-975e-6cd00166fee1\",\n \"createdAt\": \"2024-12-12T16:38:59.020Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.020Z\",\n \"deletedAt\": null,\n \"name\": \"Uplifted\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"16fcf50f-d8f5-4b39-af97-0f8ffaa3e7db\",\n \"createdAt\": \"2025-06-10T19:03:10.709Z\",\n \"updatedAt\": \"2025-06-10T19:03:10.617Z\",\n \"deletedAt\": null,\n \"name\": \"Crazy\",\n \"attributeCategoryId\": \"e6f132eb-6634-4af6-a9b4-1f67bd13002b\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n }\n ]\n },\n {\n \"id\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"createdAt\": \"2024-12-05T06:21:01.027Z\",\n \"updatedAt\": \"2024-12-05T06:21:01.027Z\",\n \"deletedAt\": null,\n \"name\": \"Aroma\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\",\n \"attributes\": [\n {\n \"id\": \"713bbcdf-28f7-44ff-a97b-833895938422\",\n \"createdAt\": \"2024-12-12T16:38:56.868Z\",\n \"updatedAt\": \"2024-12-12T16:38:56.868Z\",\n \"deletedAt\": null,\n \"name\": \"Apple\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"41f83896-0dbf-4c9b-acb1-48f6cf6c1ecc\",\n \"createdAt\": \"2024-12-12T16:38:56.912Z\",\n \"updatedAt\": \"2024-12-12T16:38:56.912Z\",\n \"deletedAt\": null,\n \"name\": \"Apricot\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"a0e53c74-33c0-4c3e-84e5-dc35aa20fadd\",\n \"createdAt\": \"2024-12-12T16:38:56.923Z\",\n \"updatedAt\": \"2024-12-12T16:38:56.923Z\",\n \"deletedAt\": null,\n \"name\": \"Banana\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"ff46443a-2973-4236-a7d6-8021245c910f\",\n \"createdAt\": \"2024-12-12T16:38:56.966Z\",\n \"updatedAt\": \"2024-12-12T16:38:56.966Z\",\n \"deletedAt\": null,\n \"name\": \"Berry\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"3eefe164-f5ba-4ecc-93cc-3c37538412bc\",\n \"createdAt\": \"2024-12-12T16:38:56.981Z\",\n \"updatedAt\": \"2024-12-12T16:38:56.981Z\",\n \"deletedAt\": null,\n \"name\": \"Blueberry\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"125bd385-773b-4cfd-bb99-9107e65496cd\",\n \"createdAt\": \"2024-12-12T16:38:56.991Z\",\n \"updatedAt\": \"2024-12-12T16:38:56.991Z\",\n \"deletedAt\": null,\n \"name\": \"Butter\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"6ec556c4-c2e3-4357-8f00-bf9ea03aa34a\",\n \"createdAt\": \"2024-12-12T16:38:57.025Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.025Z\",\n \"deletedAt\": null,\n \"name\": \"Cheese\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"c3bf18bc-8398-4306-be32-3cd4683494a2\",\n \"createdAt\": \"2024-12-12T16:38:57.078Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.078Z\",\n \"deletedAt\": null,\n \"name\": \"Chemical\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"713b02fc-04db-4d49-b026-008e6950d851\",\n \"createdAt\": \"2024-12-12T16:38:57.087Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.087Z\",\n \"deletedAt\": null,\n \"name\": \"Cherry\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"6b4a3ddd-52da-4bc0-a254-e1a059e2ac30\",\n \"createdAt\": \"2024-12-12T16:38:57.137Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.137Z\",\n \"deletedAt\": null,\n \"name\": \"Chestnut\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"764e7fc0-df3c-489b-994c-897beaa63e0d\",\n \"createdAt\": \"2024-12-12T16:38:57.218Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.218Z\",\n \"deletedAt\": null,\n \"name\": \"Caramel\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"4e3608b7-c388-45ef-b649-367f1ecbbb4f\",\n \"createdAt\": \"2024-12-12T16:38:57.239Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.239Z\",\n \"deletedAt\": null,\n \"name\": \"Chocolate\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"eb5c48b9-83a1-425f-9ff0-4c822ff9c3b5\",\n \"createdAt\": \"2024-12-12T16:38:57.322Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.322Z\",\n \"deletedAt\": null,\n \"name\": \"Citrus\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"13082748-7c13-49b0-b68c-d50c7b4fdc0e\",\n \"createdAt\": \"2024-12-12T16:38:57.329Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.329Z\",\n \"deletedAt\": null,\n \"name\": \"Cinnamon\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"60b72263-99ba-4c26-9275-a9aafc260981\",\n \"createdAt\": \"2024-12-12T16:38:57.358Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.358Z\",\n \"deletedAt\": null,\n \"name\": \"Coffee\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"a3826728-60ea-442f-80f0-aca55b6243de\",\n \"createdAt\": \"2024-12-12T16:38:57.380Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.380Z\",\n \"deletedAt\": null,\n \"name\": \"Coconut\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"079c1668-d9ca-4831-aeb8-a93801098e4f\",\n \"createdAt\": \"2024-12-12T16:38:57.403Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.403Z\",\n \"deletedAt\": null,\n \"name\": \"Cucumber\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"969c6132-09ad-4fe0-b312-2deb2895eb25\",\n \"createdAt\": \"2024-12-12T16:38:57.421Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.421Z\",\n \"deletedAt\": null,\n \"name\": \"Creamy\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"bf614314-f891-4386-9d24-7f9bad769616\",\n \"createdAt\": \"2024-12-12T16:38:57.437Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.437Z\",\n \"deletedAt\": null,\n \"name\": \"Earthy\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"64d99ff8-9437-4ddf-bf8e-7a4937b7f02c\",\n \"createdAt\": \"2024-12-12T16:38:57.472Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.472Z\",\n \"deletedAt\": null,\n \"name\": \"Floral\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"b7b4b0fe-652d-41ca-850e-00a19b4cbde7\",\n \"createdAt\": \"2024-12-12T16:38:57.502Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.502Z\",\n \"deletedAt\": null,\n \"name\": \"Fruity\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"5459dabb-bbcc-4e70-b721-5a7cf1fc4f56\",\n \"createdAt\": \"2024-12-12T16:38:57.551Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.551Z\",\n \"deletedAt\": null,\n \"name\": \"Fuel\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"e1ee8d9c-85f4-4903-9c52-fa9932949450\",\n \"createdAt\": \"2024-12-12T16:38:57.583Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.583Z\",\n \"deletedAt\": null,\n \"name\": \"Garlic\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"f7fab50b-6a77-4e3b-86c6-08f425f7f5df\",\n \"createdAt\": \"2024-12-12T16:38:57.598Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.598Z\",\n \"deletedAt\": null,\n \"name\": \"Grape\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"0024696f-0a27-46ad-9674-ee9959780836\",\n \"createdAt\": \"2024-12-12T16:38:57.638Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.638Z\",\n \"deletedAt\": null,\n \"name\": \"Grapefruit\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"40998c7f-fabe-48b0-a96f-23757622c89c\",\n \"createdAt\": \"2024-12-12T16:38:57.660Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.660Z\",\n \"deletedAt\": null,\n \"name\": \"Herbal\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"8345e08b-4ee8-44e8-aba4-ca5471d6677a\",\n \"createdAt\": \"2024-12-12T16:38:57.707Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.707Z\",\n \"deletedAt\": null,\n \"name\": \"Honey\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"d6fac8b6-5890-463a-8c50-9ecc7b56973c\",\n \"createdAt\": \"2024-12-12T16:38:57.715Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.715Z\",\n \"deletedAt\": null,\n \"name\": \"Lavender\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"b4354254-524a-4a91-8ad0-17ac4e2df797\",\n \"createdAt\": \"2024-12-12T16:38:57.742Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.742Z\",\n \"deletedAt\": null,\n \"name\": \"Lime\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"c935e8b1-b0ba-405e-9082-6152d3583040\",\n \"createdAt\": \"2024-12-12T16:38:57.781Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.781Z\",\n \"deletedAt\": null,\n \"name\": \"Lemon\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"c3f16d86-f357-4ca2-b713-832ad79888cf\",\n \"createdAt\": \"2024-12-12T16:38:57.804Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.804Z\",\n \"deletedAt\": null,\n \"name\": \"Maple\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"00bc8f25-c70c-4eba-b3bc-997bd18ea232\",\n \"createdAt\": \"2024-12-12T16:38:57.857Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.857Z\",\n \"deletedAt\": null,\n \"name\": \"Melon\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"3d2a3a8d-97dd-4a3c-8d6c-3668dbffee42\",\n \"createdAt\": \"2024-12-12T16:38:57.884Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.884Z\",\n \"deletedAt\": null,\n \"name\": \"Mint\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"0bb2b247-38f4-45f3-b13a-aef0dcbebb8e\",\n \"createdAt\": \"2024-12-12T16:38:57.904Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.904Z\",\n \"deletedAt\": null,\n \"name\": \"Nutty\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"f0718865-1979-43e0-9bf6-d4952fb9219a\",\n \"createdAt\": \"2024-12-12T16:38:57.928Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.928Z\",\n \"deletedAt\": null,\n \"name\": \"Orange\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"61990dce-9125-4f04-b9be-17737b35b9df\",\n \"createdAt\": \"2024-12-12T16:38:57.949Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.949Z\",\n \"deletedAt\": null,\n \"name\": \"Mango\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"b023ed43-7eac-47dc-95ca-69839595697f\",\n \"createdAt\": \"2024-12-12T16:38:57.964Z\",\n \"updatedAt\": \"2024-12-12T16:38:57.964Z\",\n \"deletedAt\": null,\n \"name\": \"Pear\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"97f2d270-1a26-4819-9be6-c26abe48cbc6\",\n \"createdAt\": \"2024-12-12T16:38:58.018Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.018Z\",\n \"deletedAt\": null,\n \"name\": \"Pepper\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"7dee11b4-e9b0-4291-985d-5443708a6eb1\",\n \"createdAt\": \"2024-12-12T16:38:58.035Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.035Z\",\n \"deletedAt\": null,\n \"name\": \"Pine\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"bef55773-19f2-4904-8103-b316383ef08f\",\n \"createdAt\": \"2024-12-12T16:38:58.059Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.059Z\",\n \"deletedAt\": null,\n \"name\": \"Pineapple\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"8a18fd96-3800-4022-ab64-0ca7caeb4c1c\",\n \"createdAt\": \"2024-12-12T16:38:58.124Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.124Z\",\n \"deletedAt\": null,\n \"name\": \"Peach\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"d9b5d5fd-0a8e-47b3-9e4c-cd062801d1ec\",\n \"createdAt\": \"2024-12-12T16:38:58.132Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.132Z\",\n \"deletedAt\": null,\n \"name\": \"Plum\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"445b6400-92ad-415a-85c4-33995b82ce6a\",\n \"createdAt\": \"2024-12-12T16:38:58.173Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.173Z\",\n \"deletedAt\": null,\n \"name\": \"Pungent\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"f1918b6a-2ff5-4040-868a-e58fee688321\",\n \"createdAt\": \"2024-12-12T16:38:58.187Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.187Z\",\n \"deletedAt\": null,\n \"name\": \"Raspberry\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"c5c76c73-7d32-478c-87b1-9a36560c2052\",\n \"createdAt\": \"2024-12-12T16:38:58.248Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.248Z\",\n \"deletedAt\": null,\n \"name\": \"Sage\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"f5529196-b044-490f-a6c5-cf8fd938b5ff\",\n \"createdAt\": \"2024-12-12T16:38:58.242Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.242Z\",\n \"deletedAt\": null,\n \"name\": \"Savory\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"0865f6e7-00ce-4c9d-8c66-f5ecb1d86647\",\n \"createdAt\": \"2024-12-12T16:38:58.286Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.286Z\",\n \"deletedAt\": null,\n \"name\": \"Sour\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"5beb08d8-2d95-4479-9fd8-a56ef8102685\",\n \"createdAt\": \"2024-12-12T16:38:58.296Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.296Z\",\n \"deletedAt\": null,\n \"name\": \"Smoky\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"0f722c61-c6c1-49bd-ad75-1be1dd6dab5a\",\n \"createdAt\": \"2024-12-12T16:38:58.309Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.309Z\",\n \"deletedAt\": null,\n \"name\": \"Spicy\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"a8909b0e-f915-467e-a0a5-90531067f724\",\n \"createdAt\": \"2024-12-12T16:38:58.370Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.370Z\",\n \"deletedAt\": null,\n \"name\": \"Strawberry\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"38272c40-1695-4359-8488-2bb7cba3d014\",\n \"createdAt\": \"2024-12-12T16:38:58.380Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.380Z\",\n \"deletedAt\": null,\n \"name\": \"Sweet\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"dfe49c30-b4d2-4da5-a5ad-d9d23ce25c0f\",\n \"createdAt\": \"2024-12-12T16:38:58.394Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.394Z\",\n \"deletedAt\": null,\n \"name\": \"Tangerine\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"23f43161-1f2a-4963-8d03-f67838ac90a7\",\n \"createdAt\": \"2024-12-12T16:38:58.415Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.415Z\",\n \"deletedAt\": null,\n \"name\": \"Tart\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"d96c9939-ed9c-4d16-8da3-5cd103952556\",\n \"createdAt\": \"2024-12-12T16:38:58.432Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.432Z\",\n \"deletedAt\": null,\n \"name\": \"Tea\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"3e0f25eb-2a6d-4151-bac6-06633529677b\",\n \"createdAt\": \"2024-12-12T16:38:58.453Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.453Z\",\n \"deletedAt\": null,\n \"name\": \"Tropical\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"7a66bf48-f6ef-4017-a0eb-7a9ca1da13a1\",\n \"createdAt\": \"2024-12-12T16:38:58.509Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.509Z\",\n \"deletedAt\": null,\n \"name\": \"Vanilla\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"f7dfa307-3f25-436d-867e-e8481fdd9fe3\",\n \"createdAt\": \"2024-12-12T16:38:58.526Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.526Z\",\n \"deletedAt\": null,\n \"name\": \"Watermelon\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"7a5e1ad1-8866-4861-87bc-6c3ee17b0aff\",\n \"createdAt\": \"2024-12-12T16:38:58.554Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.554Z\",\n \"deletedAt\": null,\n \"name\": \"Woody\",\n \"attributeCategoryId\": \"92d2ecc0-90ff-4464-b640-088cd36c1221\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n }\n ]\n }\n]"}},"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"f8efbe9f-60a4-4843-aa17-a372871064ab"},"createdAt":{"type":"string","example":"2024-12-05T06:21:01.027Z"},"updatedAt":{"type":"string","example":"2024-12-05T06:21:01.027Z"},"deletedAt":{},"name":{"type":"string","example":"Internal Tags"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"attributes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"c3dfbbff-d3f0-4679-8e0f-77738889e765"},"createdAt":{"type":"string","example":"2024-12-12T16:39:01.950Z"},"updatedAt":{"type":"string","example":"2024-12-12T16:39:01.950Z"},"deletedAt":{},"name":{"type":"string","example":"Row 1 Shelf L"},"attributeCategoryId":{"type":"string","example":"f8efbe9f-60a4-4843-aa17-a372871064ab"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"}}}}}}}}}}},"deprecated":false}},"/v3/productattributes":{"get":{"summary":"Assigned Attributes - Read","description":"Retrieve the list of assigned attributes by Product ID.","operationId":"catalog-assigned-attributes-read","parameters":[{"name":"ids","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}}},"deprecated":false}},"/v3/productattribute":{"post":{"summary":"Attributes - Assign to Product","description":"Adds existing attributes to a product.","operationId":"catalog-attributes-assign","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"RAW_BODY":{"type":"array","items":{"properties":{"attributeId":{"type":"string"},"productId":{"type":"string"}},"required":["attributeId","productId"],"type":"object"}}}}}}},"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}}},"deprecated":false}},"/v3/brand":{"get":{"summary":"Brands - Read","description":"","operationId":"catalog-brands-read","parameters":[{"name":"ids","in":"query","description":"(optional) The `id` GUID of the brand to be returned. Exclude to return all records.","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"[\n {\n \"id\": \"a5b07a98-6696-4bab-9876-ffb552f6bb16\",\n \"createdAt\": \"2024-12-12T16:38:10.082Z\",\n \"updatedAt\": \"2024-12-12T16:38:10.082Z\",\n \"deletedAt\": null,\n \"name\": \"turn\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"794474de-d4b3-4f35-adeb-e0b41296cdfb\",\n \"createdAt\": \"2024-12-12T16:38:10.125Z\",\n \"updatedAt\": \"2024-12-12T16:38:10.125Z\",\n \"deletedAt\": null,\n \"name\": \"Alien Labs\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"e46c7281-2d59-4d63-8560-c33c445bfff1\",\n \"createdAt\": \"2024-12-12T16:38:09.936Z\",\n \"updatedAt\": \"2024-12-12T16:38:09.936Z\",\n \"deletedAt\": null,\n \"name\": \"Dr. Norms\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n }\n] "}},"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"a5b07a98-6696-4bab-9876-ffb552f6bb16"},"createdAt":{"type":"string","example":"2024-12-12T16:38:10.082Z"},"updatedAt":{"type":"string","example":"2024-12-12T16:38:10.082Z"},"deletedAt":{},"name":{"type":"string","example":"turn"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}}},"deprecated":false},"post":{"summary":"Brand - Create","description":"","operationId":"catalog-brand-create","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","required":["name"],"properties":{"name":{"type":"string","description":"The name of the brand"}}}}}}},"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"{\n \"data\": [\n {\n \"id\": \"59d023f0-460e-471f-adf7-d0daa1148fa0\",\n \"createdAt\": \"2024-12-13T21:10:52.795Z\",\n \"updatedAt\": \"2024-12-13T21:10:52.795Z\",\n \"deletedAt\": null,\n \"name\": \"Scruffy's Best\"\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n }\n ]\n}"}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}}}},"patch":{"summary":"Brand - Update","description":"","operationId":"catalog-brand-update","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","required":["id","name"],"properties":{"id":{"type":"string","description":"The `id` GUID of the brand to be updated"},"name":{"type":"string","description":"The name of the brand to be updated"}}}}}}},"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"{\n \"data\": [\n {\n \"id\": \"59d023f0-460e-471f-adf7-d0daa1148fa0\",\n \"createdAt\": \"2024-12-13T21:10:52.795Z\",\n \"updatedAt\": \"2024-12-13T21:10:52.795Z\",\n \"deletedAt\": null,\n \"name\": \"Scruffy's Best\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n }\n ]\n}"}},"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"59d023f0-460e-471f-adf7-d0daa1148fa0"},"createdAt":{"type":"string","example":"2024-12-13T21:10:52.795Z"},"updatedAt":{"type":"string","example":"2024-12-13T21:10:52.795Z"},"deletedAt":{},"name":{"type":"string","example":"Scruffy's Best"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"}}}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}}}}},"/v3/organization-entity":{"get":{"summary":"Stores - Read","description":"Returns all stores (entities) associated with an organization. Results are returned based on the organization `id` used to sign your JWT. Query parameters are not needed.","operationId":"catalog-stores-read","responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"[\n {\n \"id\": \"3f482347-9340-4f03-8dd2-93c232955a13\",\n \"createdAt\": \"2024-12-18T06:04:51.341Z\",\n \"updatedAt\": \"2024-12-18T06:04:54.491Z\",\n \"deletedAt\": null,\n \"name\": \"PartnerSandbox4\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\",\n \"address\": {\n \"id\": \"d98f5106-c9f5-4275-84d0-dc25fc1fd8b6\",\n \"city\": null,\n \"region\": null,\n \"country\": null,\n \"createdAt\": \"2024-12-18T06:04:51.341Z\",\n \"deletedAt\": null,\n \"updatedAt\": \"2024-12-18T06:04:51.341Z\",\n \"postalCode\": null,\n \"streetAddress1\": null,\n \"streetAddress2\": null\n }\n },\n {\n \"id\": \"1b8e53d3-d810-455b-b287-e35a6555bde2\",\n \"createdAt\": \"2024-12-05T06:24:02.290Z\",\n \"updatedAt\": \"2025-10-13T22:18:42.157Z\",\n \"deletedAt\": null,\n \"name\": \"PartnerSandbox3\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\",\n \"address\": {\n \"id\": \"5fd69683-b24e-4785-8e27-97359c59455a\",\n \"city\": \"Hagerstown\",\n \"region\": \"California\",\n \"country\": null,\n \"createdAt\": \"2024-12-05T06:24:02.290Z\",\n \"deletedAt\": null,\n \"updatedAt\": \"2025-10-13T22:18:39.288Z\",\n \"postalCode\": \"21740\",\n \"streetAddress1\": \"108 Western Maryland Parkway\",\n \"streetAddress2\": null\n }\n }\n]"}},"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"3f482347-9340-4f03-8dd2-93c232955a13"},"createdAt":{"type":"string","example":"2024-12-18T06:04:51.341Z"},"updatedAt":{"type":"string","example":"2024-12-18T06:04:54.491Z"},"deletedAt":{},"name":{"type":"string","example":"PartnerSandbox4"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"address":{"type":"object","properties":{"id":{"type":"string","example":"d98f5106-c9f5-4275-84d0-dc25fc1fd8b6"},"city":{},"region":{},"country":{},"createdAt":{"type":"string","example":"2024-12-18T06:04:51.341Z"},"deletedAt":{},"updatedAt":{"type":"string","example":"2024-12-18T06:04:51.341Z"},"postalCode":{},"streetAddress1":{},"streetAddress2":{}}}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}}},"deprecated":false}},"/v3/entity-price":{"get":{"summary":"Store Price - Read","description":"","operationId":"catalog-store-price-read","parameters":[{"name":"ids","in":"query","description":"The `id` GUID of a entity-price record","schema":{"type":"array","items":{"type":"string"}}},{"name":"variantIds","in":"query","description":"The `id` GUID of a product sku/variant","schema":{"type":"array","items":{"type":"string"}}},{"name":"organizationEntityIds","in":"query","description":"The `id` GUID of an entity (store)","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"[\n {\n \"id\": \"b123b37a-d359-45a3-ac24-580b0ea4e998\",\n \"createdAt\": \"2025-06-18T13:32:32.495Z\",\n \"updatedAt\": \"2025-06-18T13:32:32.396Z\",\n \"deletedAt\": null,\n \"variantId\": \"9aa52aa5-b275-4694-893d-b448e367fa2b\",\n \"type\": \"base\",\n \"price\": 3000,\n \"pricingMethod\": \"FLAT\",\n \"priceTierId\": null,\n \"organizationEntityId\": \"3f482347-9340-4f03-8dd2-93c232955a13\"\n }\n]"}},"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"b123b37a-d359-45a3-ac24-580b0ea4e998"},"createdAt":{"type":"string","example":"2025-06-18T13:32:32.495Z"},"updatedAt":{"type":"string","example":"2025-06-18T13:32:32.396Z"},"deletedAt":{},"variantId":{"type":"string","example":"9aa52aa5-b275-4694-893d-b448e367fa2b"},"type":{"type":"string","example":"base"},"price":{"type":"integer","example":3000,"default":0},"pricingMethod":{"type":"string","example":"FLAT"},"priceTierId":{},"organizationEntityId":{"type":"string","example":"3f482347-9340-4f03-8dd2-93c232955a13"}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{\n \"message\": \"Event Schema Validation Failed\",\n \"errorType\": \"Validation\",\n \"errorMsgs\": [\n \"must contain at least one of [ids, variantIds, organizationEntityIds]\"\n ],\n \"failed\": [\n {\n \"entity\": {},\n \"errors\": [\n \"must contain at least one of [ids, variantIds, organizationEntityIds]\"\n ]\n }\n ]\n}"}},"schema":{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"must contain at least one of [ids, variantIds, organizationEntityIds]"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{}},"errors":{"type":"array","items":{"type":"string","example":"must contain at least one of [ids, variantIds, organizationEntityIds]"}}}}}}}}}}},"deprecated":false},"post":{"summary":"Store Price - Create","description":"","operationId":"catalog-store-price-create","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["organizationEntityId","variantId","type"],"properties":{"organizationEntityId":{"type":"string","description":"`id` of the entity (store)"},"variantId":{"type":"string"},"type":{"type":"string","default":"base","description":"Must be `base`"},"price":{"type":"integer","description":"Enter full dollars and cents without decimal points. E.g. $10 should be passed as `1000`.","format":"int32"},"priceTierId":{"type":"string"},"pricingMethod":{"type":"string","enum":["FLAT","TIER"]}}}}}},"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"{\n \"data\": [\n {\n \"id\": \"97d725fb-4d1b-43ef-b2ce-bcabba5076db\",\n \"createdAt\": \"2025-11-06T18:51:19.863Z\",\n \"updatedAt\": \"2025-11-06T18:51:19.764Z\",\n \"deletedAt\": null,\n \"variantId\": \"0160bfb5-3da0-4146-8c98-59eedac49a1a\",\n \"type\": \"base\",\n \"price\": 2400,\n \"pricingMethod\": \"FLAT\",\n \"priceTierId\": null,\n \"organizationEntityId\": \"1b8e53d3-d810-455b-b287-e35a6555bde2\"\n }\n ]\n}"}},"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"97d725fb-4d1b-43ef-b2ce-bcabba5076db"},"createdAt":{"type":"string","example":"2025-11-06T18:51:19.863Z"},"updatedAt":{"type":"string","example":"2025-11-06T18:51:19.764Z"},"deletedAt":{},"variantId":{"type":"string","example":"0160bfb5-3da0-4146-8c98-59eedac49a1a"},"type":{"type":"string","example":"base"},"price":{"type":"integer","example":2400,"default":0},"pricingMethod":{"type":"string","example":"FLAT"},"priceTierId":{},"organizationEntityId":{"type":"string","example":"1b8e53d3-d810-455b-b287-e35a6555bde2"}}}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{\n \"message\": \"Event Schema Validation Failed\",\n \"errorType\": \"Validation\",\n \"errorMsgs\": [\n \"variantId must be a valid GUID\"\n ],\n \"failed\": [\n {\n \"entity\": {\n \"variantId\": \"0160bfb5-3da0-4146-8c98-59eedac49a1aZ\",\n \"price\": 2400,\n \"type\": \"base\",\n \"organizationEntityId\": \"1b8e53d3-d810-455b-b287-e35a6555bde2\"\n },\n \"errors\": [\n \"variantId must be a valid GUID\"\n ]\n }\n ]\n}"}},"schema":{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"variantId must be a valid GUID"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"variantId":{"type":"string","example":"0160bfb5-3da0-4146-8c98-59eedac49a1aZ"},"price":{"type":"integer","example":2400,"default":0},"type":{"type":"string","example":"base"},"organizationEntityId":{"type":"string","example":"1b8e53d3-d810-455b-b287-e35a6555bde2"}}},"errors":{"type":"array","items":{"type":"string","example":"variantId must be a valid GUID"}}}}}}}}}}},"deprecated":false},"patch":{"summary":"Store Price - Update","description":"","operationId":"catalog-store-price-update","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["id"],"properties":{"id":{"type":"string"},"organizationEntityId":{"type":"string","description":"`id` of the entity (store)"},"price":{"type":"integer","description":"Enter full dollars and cents without decimal points. E.g. $10 should be passed as `1000`.","format":"int32"},"priceTierId":{"type":"string"},"pricingMethod":{"type":"string","enum":["FLAT","TIER"]},"type":{"type":"string"},"variantId":{"type":"string"}}}}}},"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"{\n \"data\": [\n {\n \"id\": \"b123b37a-d359-45a3-ac24-580b0ea4e998\",\n \"createdAt\": \"2025-06-18T13:32:32.495Z\",\n \"updatedAt\": \"2025-11-06T18:57:08.257Z\",\n \"deletedAt\": null,\n \"variantId\": \"9aa52aa5-b275-4694-893d-b448e367fa2b\",\n \"type\": \"base\",\n \"price\": 3750,\n \"pricingMethod\": \"FLAT\",\n \"priceTierId\": null,\n \"organizationEntityId\": \"3f482347-9340-4f03-8dd2-93c232955a13\"\n }\n ]\n}"}},"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"b123b37a-d359-45a3-ac24-580b0ea4e998"},"createdAt":{"type":"string","example":"2025-06-18T13:32:32.495Z"},"updatedAt":{"type":"string","example":"2025-11-06T18:57:08.257Z"},"deletedAt":{},"variantId":{"type":"string","example":"9aa52aa5-b275-4694-893d-b448e367fa2b"},"type":{"type":"string","example":"base"},"price":{"type":"integer","example":3750,"default":0},"pricingMethod":{"type":"string","example":"FLAT"},"priceTierId":{},"organizationEntityId":{"type":"string","example":"3f482347-9340-4f03-8dd2-93c232955a13"}}}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}}},"deprecated":false},"delete":{"summary":"Store Price - Delete","description":"","operationId":"catalog-store-price-delete","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["RAW_BODY"],"properties":{"RAW_BODY":{"type":"array","description":"Array of entity-price record `id` values to be deleted","items":{"type":"string"}}}}}}},"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"{\n \"data\": [\n {\n \"id\": \"33e51a5e-1a12-482d-afb2-d2510590e531\",\n \"createdAt\": \"2024-06-26T21:33:23.041Z\",\n \"updatedAt\": \"2025-12-17T16:21:22.052Z\",\n \"deletedAt\": \"2025-12-17T16:21:22.052Z\",\n \"variantId\": \"77b7a39d-47cc-4e55-afe8-e46878108484\",\n \"type\": \"base\",\n \"price\": 2000,\n \"pricingMethod\": \"FLAT\",\n \"priceTierId\": null,\n \"organizationEntityId\": \"da16a0ec-9ba8-4096-b068-2c9f23351b3f\"\n }\n ]\n}"}},"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"33e51a5e-1a12-482d-afb2-d2510590e531"},"createdAt":{"type":"string","example":"2024-06-26T21:33:23.041Z"},"updatedAt":{"type":"string","example":"2025-12-17T16:21:22.052Z"},"deletedAt":{"type":"string","example":"2025-12-17T16:21:22.052Z"},"variantId":{"type":"string","example":"77b7a39d-47cc-4e55-afe8-e46878108484"},"type":{"type":"string","example":"base"},"price":{"type":"integer","example":2000,"default":0},"pricingMethod":{"type":"string","example":"FLAT"},"priceTierId":{},"organizationEntityId":{"type":"string","example":"da16a0ec-9ba8-4096-b068-2c9f23351b3f"}}}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{\n \"message\": \"Event Schema Validation Failed\",\n \"errorType\": \"Validation\",\n \"errorMsgs\": [\n \"variantId must be a valid GUID\"\n ],\n \"failed\": [\n {\n \"entity\": {\n \"variantId\": \"0160bfb5-3da0-4146-8c98-59eedac49a1aZ\",\n \"price\": 2400,\n \"type\": \"base\",\n \"organizationEntityId\": \"1b8e53d3-d810-455b-b287-e35a6555bde2\"\n },\n \"errors\": [\n \"variantId must be a valid GUID\"\n ]\n }\n ]\n}"}},"schema":{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"variantId must be a valid GUID"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"variantId":{"type":"string","example":"0160bfb5-3da0-4146-8c98-59eedac49a1aZ"},"price":{"type":"integer","example":2400,"default":0},"type":{"type":"string","example":"base"},"organizationEntityId":{"type":"string","example":"1b8e53d3-d810-455b-b287-e35a6555bde2"}}},"errors":{"type":"array","items":{"type":"string","example":"variantId must be a valid GUID"}}}}}}}}}}},"deprecated":false}},"/v3/search":{"post":{"summary":"Products - Search","description":"","operationId":"catalog-product-search","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"search":{"type":"string","description":"The keywords to be searched"},"filters":{"type":"object","properties":{"category":{"type":"array","description":"`id` GUID of the category.","items":{"type":"string"}},"subCategory":{"type":"array","description":"`id` GUID of the sub-category.","items":{"type":"string"}},"status":{"type":"array","description":"Possible values: `draft`, `active`, `inactive`, `merged`","items":{"type":"string"}},"brand":{"type":"array","description":"The `id` GUID of the brand.","items":{"type":"string"}},"variantIds":{"type":"array","items":{"type":"string"}}}},"sort":{"type":"object","required":["key"],"properties":{"key":{"type":"string","description":"Sort criteria to be applied to results.","enum":["productName","brandName","price","productSubCategoryName","productCategoryName","status","sku","lastUpdated","allSizes","classification"]},"isAscending":{"type":"boolean"}}},"paging":{"type":"object","properties":{"pageNumber":{"type":"integer","description":"Specifies which page number of results to return in the response. Page `0` is the first page.","format":"int32"},"size":{"type":"integer","description":"The number of results to return in the response","format":"int32"}}}}}}}},"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":{"data":[{"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible","productSubCategoryId":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652","productSubCategoryName":"Gummy","brandName":"Camino","productId":"01da5dbd-4e45-44d5-a62e-0e349f221cff","productName":"Super Mega Wicked Awesome Yum Yums","brandId":"461fcf07-6e11-4c1e-943a-261c2956d695","classification":"Hybrid","strain":null,"status":"active","pricingMethod":"FLAT","priceTierId":null,"priceTierLabel":null,"referenceIds":[],"lastUpdated":"2026-05-20T13:09:40.175Z","organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","variants":[{"id":"a4915ab7-8044-486d-bae5-441369aaaff9","name":"Super Mega Wicked Awesome Yum Yums - 5 mg","defaultPrices":{"base":1000},"entityPrices":[],"status":"active","sku":null,"additionalSku":[],"details":{"totalMgThc":5,"description":"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd.","useCustomName":false,"hideFromEcomMenu":false,"totalFlowerWeight":0.006},"referenceIds":[{"sourceId":"referenceValue1","sourceName":"referenceName1"}],"amount":5,"uom":"milligrams","unitCount":1,"merchandiseSize":null,"parentId":null,"updatedAt":"2026-04-28T19:20:36.283+00:00","images":null,"productId":"01da5dbd-4e45-44d5-a62e-0e349f221cff","label":"5 mg"},{"id":"99dd4a54-4095-42e4-987e-b23ad59d2ac3","name":"Super Mega Wicked Awesome Yum Yums - 10 mg","defaultPrices":{"base":2500},"entityPrices":[{"id":"961624eb-dd24-43b4-9954-90433803f62c","entityName":"PartnerSandbox4","entityId":"3f482347-9340-4f03-8dd2-93c232955a13","price":2300,"pricingMethod":"FLAT","priceTierId":null}],"status":"active","sku":"a5tw","additionalSku":[],"details":{"doses":1,"menuTitle":"Super Mega Wicked Awesome Yum Yums","netWeight":10,"cbdPerDose":1,"thcPerDose":10,"totalMgCbd":1,"totalMgThc":10,"description":"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd.","netWeightUom":"MILLIGRAMS","useCustomName":false,"hideFromEcomMenu":false},"referenceIds":[{"sourceId":"456789","sourceName":"myReferenceId"},{"sourceId":"654987654","sourceName":"External ID"}],"amount":10,"uom":"milligrams","unitCount":1,"merchandiseSize":null,"parentId":null,"updatedAt":"2026-02-03T20:30:19.404+00:00","images":[{"id":"a1b3bc93-333c-4f80-8150-9e236c71f8de","name":null,"imageUrl":null,"order":1,"imageId":"d9f132ff-4a3d-420f-a740-d43a5f715b08","description":null},{"id":"f6644ead-2890-4d47-aabc-aca497fa1584","name":null,"imageUrl":null,"order":2,"imageId":"bc606720-3e07-44b8-b21b-da099d6c019c","description":null}],"productId":"01da5dbd-4e45-44d5-a62e-0e349f221cff","label":"10 mg"},{"id":"d9a0061a-5d32-4ecf-a7be-803bcc0fa321","name":"Super Mega Wicked Awesome Yum Yums - 10 mg - Promo","defaultPrices":{"base":5},"entityPrices":[],"status":"active","sku":null,"additionalSku":[],"details":{"doses":1,"isPromo":true,"netWeight":10,"cbdPerDose":1,"thcPerDose":10,"totalMgCbd":1,"totalMgThc":10,"description":"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd.","netWeightUom":"MILLIGRAMS","useCustomName":false,"hideFromEcomMenu":true},"referenceIds":[],"amount":10,"uom":"milligrams","unitCount":1,"merchandiseSize":null,"parentId":"99dd4a54-4095-42e4-987e-b23ad59d2ac3","updatedAt":"2026-02-03T20:30:19.405+00:00","images":[{"id":"7618ccd7-c839-4b22-9f15-3352708266ae","name":null,"imageUrl":null,"order":1,"imageId":"d9f132ff-4a3d-420f-a740-d43a5f715b08","description":null},{"id":"758d35b9-6b23-4e95-9061-0c95a256644d","name":null,"imageUrl":null,"order":2,"imageId":"bc606720-3e07-44b8-b21b-da099d6c019c","description":null}],"productId":"01da5dbd-4e45-44d5-a62e-0e349f221cff","label":"10 mg - Promo"},{"id":"d0688962-79f8-4250-b2dc-fe173279a1fc","name":"Super Mega Wicked Awesome Yum Yums - 10 mg - Sample","defaultPrices":{"base":1},"entityPrices":[],"status":"active","sku":null,"additionalSku":[],"details":{"doses":1,"isSample":true,"netWeight":10,"cbdPerDose":1,"thcPerDose":10,"totalMgCbd":1,"totalMgThc":10,"description":"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd.","netWeightUom":"MILLIGRAMS","useCustomName":false,"hideFromEcomMenu":true},"referenceIds":[],"amount":10,"uom":"milligrams","unitCount":1,"merchandiseSize":null,"parentId":"99dd4a54-4095-42e4-987e-b23ad59d2ac3","updatedAt":"2026-02-03T20:03:51.103+00:00","images":[{"id":"7c38d708-7d5e-4180-9bda-92ad6f25e3b7","name":null,"imageUrl":null,"order":1,"imageId":"d9f132ff-4a3d-420f-a740-d43a5f715b08","description":null},{"id":"295bf71f-09b4-4656-aecd-4ad12fb4dc9d","name":null,"imageUrl":null,"order":2,"imageId":"bc606720-3e07-44b8-b21b-da099d6c019c","description":null}],"productId":"01da5dbd-4e45-44d5-a62e-0e349f221cff","label":"10 mg - Sample"}],"allSizes":"4","minBasePrice":"1","hasEntityPrices":true}],"totalRecords":1,"page":0,"pageSize":5}}},"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"productCategoryId":{"type":"string","example":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf"},"productCategoryName":{"type":"string","example":"Edible"},"productSubCategoryId":{"type":"string","example":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652"},"productSubCategoryName":{"type":"string","example":"Gummy"},"brandName":{"type":"string","example":"Camino"},"productId":{"type":"string","example":"01da5dbd-4e45-44d5-a62e-0e349f221cff"},"productName":{"type":"string","example":"Super Mega Wicked Awesome Yum Yums"},"brandId":{"type":"string","example":"461fcf07-6e11-4c1e-943a-261c2956d695"},"classification":{"type":"string","example":"Hybrid"},"strain":{},"status":{"type":"string","example":"active"},"pricingMethod":{"type":"string","example":"FLAT"},"priceTierId":{},"priceTierLabel":{},"referenceIds":{"type":"array","items":{"type":"object","properties":{}}},"lastUpdated":{"type":"string","example":"2026-05-20T13:09:40.175Z"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"a4915ab7-8044-486d-bae5-441369aaaff9"},"name":{"type":"string","example":"Super Mega Wicked Awesome Yum Yums - 5 mg"},"defaultPrices":{"type":"object","properties":{"base":{"type":"integer","example":1000,"default":0}}},"entityPrices":{"type":"array","items":{"type":"object","properties":{}}},"status":{"type":"string","example":"active"},"sku":{},"additionalSku":{"type":"array","items":{"type":"object","properties":{}}},"details":{"type":"object","properties":{"totalMgThc":{"type":"integer","example":5,"default":0},"description":{"type":"string","example":"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd."},"useCustomName":{"type":"boolean","example":false,"default":true},"hideFromEcomMenu":{"type":"boolean","example":false,"default":true},"totalFlowerWeight":{"type":"number","example":0.006,"default":0}}},"referenceIds":{"type":"array","items":{"type":"object","properties":{"sourceId":{"type":"string","example":"referenceValue1"},"sourceName":{"type":"string","example":"referenceName1"}}}},"amount":{"type":"integer","example":5,"default":0},"uom":{"type":"string","example":"milligrams"},"unitCount":{"type":"integer","example":1,"default":0},"merchandiseSize":{},"parentId":{},"updatedAt":{"type":"string","example":"2026-04-28T19:20:36.283+00:00"},"images":{},"productId":{"type":"string","example":"01da5dbd-4e45-44d5-a62e-0e349f221cff"},"label":{"type":"string","example":"5 mg"}}}},"allSizes":{"type":"string","example":"4"},"minBasePrice":{"type":"string","example":"1"},"hasEntityPrices":{"type":"boolean","example":true,"default":true}}}},"totalRecords":{"type":"integer","example":1,"default":0},"page":{"type":"integer","example":0,"default":0},"pageSize":{"type":"integer","example":5,"default":0}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}}},"parameters":[{"in":"query","name":"param","schema":{"type":"string"}}]}},"/product":{"post":{"summary":"Create Product","description":"","operationId":"catalog-product-create","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["name","brandId","productSubCategoryId"],"properties":{"name":{"type":"string","description":"The name of the product to be created"},"brandId":{"type":"string","description":"The `id` GUID of the brand"},"productSubCategoryId":{"type":"string","description":"The `id` of the sub-category for the product"},"status":{"type":"string","description":"The status of the product upon creation. Defaults to `active` if omitted.","enum":["active","inactive"]},"details":{"type":"object","properties":{"classification":{"type":"string","enum":["SATIVA","INDICA","CBD","I/S","KUSH","NONE","S/I","HYBRID"]},"extractionMethod":{"type":"string"}}},"pricingMethod":{"type":"string","enum":["FLAT","TIER"]},"priceTierId":{"type":"string","description":"(optional) The `id` GUID of the price tier to be assigned."},"strain":{"type":"string"},"referenceIds":{"type":"array","items":{"properties":{"sourceName":{"type":"string"},"sourceId":{"type":"string"},"isInternal":{"type":"boolean"}},"type":"object"}}}}}}},"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":{"data":[{"id":"364c0e4b-cdc8-4e53-8ce6-6ab66bb72b62","createdAt":"2026-01-06T21:43:03.443Z","updatedAt":"2026-01-06T21:43:03.282Z","deletedAt":null,"brandId":null,"details":{"classification":"Hybrid","extractionMethod":"Solventless"},"status":"active","deprecatedAmount":null,"name":"Mythical T-Shirt","organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","productSubCategoryId":"8983ffb6-50a7-46d5-8717-579c2738ae40","referenceIds":[],"strain":null,"pricingMethod":"FLAT","priceTierId":null,"targetMergedProductId":null}]}}},"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"364c0e4b-cdc8-4e53-8ce6-6ab66bb72b62"},"createdAt":{"type":"string","example":"2026-01-06T21:43:03.443Z"},"updatedAt":{"type":"string","example":"2026-01-06T21:43:03.282Z"},"deletedAt":{},"brandId":{},"details":{"type":"object","properties":{"classification":{"type":"string","example":"Hybrid"},"extractionMethod":{"type":"string","example":"Solventless"}}},"status":{"type":"string","example":"active"},"deprecatedAmount":{},"name":{"type":"string","example":"Mythical T-Shirt"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"productSubCategoryId":{"type":"string","example":"8983ffb6-50a7-46d5-8717-579c2738ae40"},"referenceIds":{"type":"array","items":{"type":"object","properties":{}}},"strain":{},"pricingMethod":{"type":"string","example":"FLAT"},"priceTierId":{},"targetMergedProductId":{}}}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}}},"deprecated":false}},"/v3/product":{"patch":{"summary":"Update Product","description":"","operationId":"catalog-product-update","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["id"],"properties":{"id":{"type":"string","description":"The `id` GUID of the product to be updated."},"brandId":{"type":"string","description":"The `id` GUID of the brand"},"name":{"type":"string","description":"The product name"},"productSubCategoryId":{"type":"string","description":"The `id` GUID of the product subcategory"},"status":{"type":"string","enum":["active","inactive"]},"referenceIds":{"type":"array","items":{"properties":{"sourceName":{"type":"string"},"sourceId":{"type":"string"},"isInternal":{"type":"boolean"}},"type":"object"}},"details":{"type":"object","properties":{"classification":{"type":"string","enum":["SATIVA","INDICA","CBD","I/S","KUSH","NONE","S/I","HYBRID"]},"extractionMethod":{"type":"string"}}},"pricingMethod":{"type":"string","enum":["FLAT","TIER"]},"priceTierId":{"type":"string","description":"(optional) The `id` GUID of the price tier to be assigned."},"strain":{"type":"string"}}}}}},"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":{"data":[{"id":"01da5dbd-4e45-44d5-a62e-0e349f221cff","createdAt":"2025-06-23T14:26:59.056Z","updatedAt":"2026-05-20T13:09:40.175Z","deletedAt":null,"brandId":"461fcf07-6e11-4c1e-943a-261c2956d695","details":{"classification":"Hybrid","extractionMethod":"Solventless"},"status":"active","deprecatedAmount":null,"name":"Super Mega Wicked Awesome Yum Yums","organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","productSubCategoryId":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652","referenceIds":[],"strain":null,"pricingMethod":"FLAT","priceTierId":null,"targetMergedProductId":null,"variants":[{"id":"d0688962-79f8-4250-b2dc-fe173279a1fc","createdAt":"2026-01-20T14:48:44.763Z","updatedAt":"2026-02-03T20:03:51.103Z","deletedAt":null,"name":"Super Mega Wicked Awesome Yum Yums - 10 mg - Sample","labelPrinter":null,"defaultPrices":{"base":1},"details":{"doses":1,"isSample":true,"netWeight":10,"cbdPerDose":1,"thcPerDose":10,"totalMgCbd":1,"totalMgThc":10,"description":"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd.","netWeightUom":"MILLIGRAMS","useCustomName":false,"hideFromEcomMenu":true},"status":"active","sku":null,"additionalSku":[],"uom":"milligrams","liquidVolumeUom":null,"amount":10,"liquidVolumeAmount":null,"unitCount":1,"merchandiseSize":null,"organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","productId":"01da5dbd-4e45-44d5-a62e-0e349f221cff","referenceIds":[],"targetMergedVariantId":null,"parentId":"99dd4a54-4095-42e4-987e-b23ad59d2ac3"},{"id":"99dd4a54-4095-42e4-987e-b23ad59d2ac3","createdAt":"2025-06-23T14:29:11.503Z","updatedAt":"2026-02-03T20:30:19.404Z","deletedAt":null,"name":"Super Mega Wicked Awesome Yum Yums - 10 mg","labelPrinter":null,"defaultPrices":{"base":2500},"details":{"doses":1,"menuTitle":"Super Mega Wicked Awesome Yum Yums","netWeight":10,"cbdPerDose":1,"thcPerDose":10,"totalMgCbd":1,"totalMgThc":10,"description":"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd.","netWeightUom":"MILLIGRAMS","useCustomName":false,"hideFromEcomMenu":false},"status":"active","sku":"a5tw","additionalSku":[],"uom":"milligrams","liquidVolumeUom":null,"amount":10,"liquidVolumeAmount":null,"unitCount":1,"merchandiseSize":null,"organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","productId":"01da5dbd-4e45-44d5-a62e-0e349f221cff","referenceIds":[{"sourceId":"456789","sourceName":"myReferenceId"},{"sourceId":"654987654","sourceName":"External ID"}],"targetMergedVariantId":null,"parentId":null},{"id":"d9a0061a-5d32-4ecf-a7be-803bcc0fa321","createdAt":"2026-02-03T20:30:19.417Z","updatedAt":"2026-02-03T20:30:19.405Z","deletedAt":null,"name":"Super Mega Wicked Awesome Yum Yums - 10 mg - Promo","labelPrinter":null,"defaultPrices":{"base":5},"details":{"doses":1,"isPromo":true,"netWeight":10,"cbdPerDose":1,"thcPerDose":10,"totalMgCbd":1,"totalMgThc":10,"description":"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd.","netWeightUom":"MILLIGRAMS","useCustomName":false,"hideFromEcomMenu":true},"status":"active","sku":null,"additionalSku":[],"uom":"milligrams","liquidVolumeUom":null,"amount":10,"liquidVolumeAmount":null,"unitCount":1,"merchandiseSize":null,"organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","productId":"01da5dbd-4e45-44d5-a62e-0e349f221cff","referenceIds":[],"targetMergedVariantId":null,"parentId":"99dd4a54-4095-42e4-987e-b23ad59d2ac3"},{"id":"a4915ab7-8044-486d-bae5-441369aaaff9","createdAt":"2026-03-05T21:36:40.842Z","updatedAt":"2026-04-28T19:20:36.283Z","deletedAt":null,"name":"Super Mega Wicked Awesome Yum Yums - 5 mg","labelPrinter":null,"defaultPrices":{"base":1000},"details":{"totalMgThc":5,"description":"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd.","useCustomName":false,"hideFromEcomMenu":false,"totalFlowerWeight":0.006},"status":"active","sku":null,"additionalSku":[],"uom":"milligrams","liquidVolumeUom":null,"amount":5,"liquidVolumeAmount":null,"unitCount":1,"merchandiseSize":null,"organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","productId":"01da5dbd-4e45-44d5-a62e-0e349f221cff","referenceIds":[{"sourceId":"referenceValue1","sourceName":"referenceName1"}],"targetMergedVariantId":null,"parentId":null}]}]}}},"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"01da5dbd-4e45-44d5-a62e-0e349f221cff"},"createdAt":{"type":"string","example":"2025-06-23T14:26:59.056Z"},"updatedAt":{"type":"string","example":"2026-05-20T13:09:40.175Z"},"deletedAt":{},"brandId":{"type":"string","example":"461fcf07-6e11-4c1e-943a-261c2956d695"},"details":{"type":"object","properties":{"classification":{"type":"string","example":"Hybrid"},"extractionMethod":{"type":"string","example":"Solventless"}}},"status":{"type":"string","example":"active"},"deprecatedAmount":{},"name":{"type":"string","example":"Super Mega Wicked Awesome Yum Yums"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"productSubCategoryId":{"type":"string","example":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652"},"referenceIds":{"type":"array","items":{"type":"object","properties":{}}},"strain":{},"pricingMethod":{"type":"string","example":"FLAT"},"priceTierId":{},"targetMergedProductId":{},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"d0688962-79f8-4250-b2dc-fe173279a1fc"},"createdAt":{"type":"string","example":"2026-01-20T14:48:44.763Z"},"updatedAt":{"type":"string","example":"2026-02-03T20:03:51.103Z"},"deletedAt":{},"name":{"type":"string","example":"Super Mega Wicked Awesome Yum Yums - 10 mg - Sample"},"labelPrinter":{},"defaultPrices":{"type":"object","properties":{"base":{"type":"integer","example":1,"default":0}}},"details":{"type":"object","properties":{"doses":{"type":"integer","example":1,"default":0},"isSample":{"type":"boolean","example":true,"default":true},"netWeight":{"type":"integer","example":10,"default":0},"cbdPerDose":{"type":"integer","example":1,"default":0},"thcPerDose":{"type":"integer","example":10,"default":0},"totalMgCbd":{"type":"integer","example":1,"default":0},"totalMgThc":{"type":"integer","example":10,"default":0},"description":{"type":"string","example":"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd."},"netWeightUom":{"type":"string","example":"MILLIGRAMS"},"useCustomName":{"type":"boolean","example":false,"default":true},"hideFromEcomMenu":{"type":"boolean","example":true,"default":true}}},"status":{"type":"string","example":"active"},"sku":{},"additionalSku":{"type":"array","items":{"type":"object","properties":{}}},"uom":{"type":"string","example":"milligrams"},"liquidVolumeUom":{},"amount":{"type":"integer","example":10,"default":0},"liquidVolumeAmount":{},"unitCount":{"type":"integer","example":1,"default":0},"merchandiseSize":{},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"productId":{"type":"string","example":"01da5dbd-4e45-44d5-a62e-0e349f221cff"},"referenceIds":{"type":"array","items":{"type":"object","properties":{}}},"targetMergedVariantId":{},"parentId":{"type":"string","example":"99dd4a54-4095-42e4-987e-b23ad59d2ac3"}}}}}}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}}},"deprecated":false}},"/v3/sku":{"get":{"summary":"Read SKUs","description":"","operationId":"catalog-sku-read","parameters":[{"name":"ids","in":"query","description":"The `id` GUID of the SKUs to be returned.","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"[\n {\n \"id\": \"99dd4a54-4095-42e4-987e-b23ad59d2ac3\",\n \"createdAt\": \"2025-06-23T14:29:11.503Z\",\n \"updatedAt\": \"2025-10-29T19:54:00.419Z\",\n \"deletedAt\": null,\n \"name\": \"Super Mega Wicked Awesome Yum Yums - 10 mg\",\n \"labelPrinter\": null,\n \"defaultPrices\": {\n \"base\": 2500\n },\n \"details\": {\n \"totalMgThc\": 10,\n \"description\": \"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd.\",\n \"useCustomName\": false,\n \"hideFromEcomMenu\": false\n },\n \"status\": \"active\",\n \"sku\": null,\n \"additionalSku\": [],\n \"uom\": \"milligrams\",\n \"liquidVolumeUom\": null,\n \"amount\": 10,\n \"liquidVolumeAmount\": null,\n \"unitCount\": 1,\n \"merchandiseSize\": null,\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\",\n \"productId\": \"01da5dbd-4e45-44d5-a62e-0e349f221cff\",\n \"referenceIds\": [],\n \"targetMergedVariantId\": null,\n \"parentId\": null,\n \"product\": {\n \"id\": \"01da5dbd-4e45-44d5-a62e-0e349f221cff\",\n \"productSubCategory\": {\n \"id\": \"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652\",\n \"name\": \"Gummy\",\n \"productCategory\": {\n \"id\": \"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf\",\n \"name\": \"Edible\"\n }\n }\n },\n \"label\": \"10 mg\"\n }\n]"}},"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"99dd4a54-4095-42e4-987e-b23ad59d2ac3"},"createdAt":{"type":"string","example":"2025-06-23T14:29:11.503Z"},"updatedAt":{"type":"string","example":"2025-10-29T19:54:00.419Z"},"deletedAt":{},"name":{"type":"string","example":"Super Mega Wicked Awesome Yum Yums - 10 mg"},"labelPrinter":{},"defaultPrices":{"type":"object","properties":{"base":{"type":"integer","example":2500,"default":0}}},"details":{"type":"object","properties":{"totalMgThc":{"type":"integer","example":10,"default":0},"description":{"type":"string","example":"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd."},"useCustomName":{"type":"boolean","example":false,"default":true},"hideFromEcomMenu":{"type":"boolean","example":false,"default":true}}},"status":{"type":"string","example":"active"},"sku":{},"additionalSku":{"type":"array","items":{"type":"object","properties":{}}},"uom":{"type":"string","example":"milligrams"},"liquidVolumeUom":{},"amount":{"type":"integer","example":10,"default":0},"liquidVolumeAmount":{},"unitCount":{"type":"integer","example":1,"default":0},"merchandiseSize":{},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"productId":{"type":"string","example":"01da5dbd-4e45-44d5-a62e-0e349f221cff"},"referenceIds":{"type":"array","items":{"type":"object","properties":{}}},"targetMergedVariantId":{},"parentId":{},"product":{"type":"object","properties":{"id":{"type":"string","example":"01da5dbd-4e45-44d5-a62e-0e349f221cff"},"productSubCategory":{"type":"object","properties":{"id":{"type":"string","example":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652"},"name":{"type":"string","example":"Gummy"},"productCategory":{"type":"object","properties":{"id":{"type":"string","example":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf"},"name":{"type":"string","example":"Edible"}}}}}}},"label":{"type":"string","example":"10 mg"}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}}},"deprecated":false},"post":{"summary":"Create SKU","description":"","operationId":"catalog-sku-create","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["productId"],"properties":{"productId":{"type":"string","description":"`id` of the parent product record"},"sku":{"type":"string","description":"Optional SKU barcode value"},"additionalSku":{"type":"array","items":{"type":"string"}},"labelPrinter":{"type":"string"},"referenceIds":{"type":"array","items":{"properties":{"sourceName":{"type":"string"},"sourceId":{"type":"string"},"isInternal":{"type":"boolean"}},"type":"object"}},"details":{"type":"object","properties":{"totalMgCbd":{"type":"integer","format":"int32"},"totalMgThc":{"type":"integer","format":"int32"},"doses":{"type":"integer","format":"int32"},"cbdPerDose":{"type":"integer","format":"int32"},"thcPerDose":{"type":"integer","format":"int32"},"totalFlowerWeight":{"type":"integer","format":"int32"},"totalConcentrateWeight":{"type":"integer","description":"Only required for the Infused Preroll subcategory.","format":"int32"},"netWeight":{"type":"integer","format":"int32"},"netWeightUom":{"type":"string","enum":["FLUID OUNCES","GRAMS","LITERS","MILLIGRAMS","MILLILITERS","OUNCES"]},"menuTitle":{"type":"string"},"description":{"type":"string"},"hideFromEcomMenu":{"type":"boolean"},"isSample":{"type":"boolean"},"isPromo":{"type":"boolean"},"useCustomName":{"type":"boolean","description":"Enables a custom name to be defined using the `name` value."},"grossWeight":{"type":"number","format":"float"},"usableMarijuanaWeight":{"type":"number","format":"float"}}},"uom":{"type":"string","enum":["each","grams","kilograms","milligrams","ounces","pounds",null]},"amount":{"type":"number","format":"float"},"unitCount":{"type":"integer","format":"int32"},"merchandiseSize":{"type":"string"},"name":{"type":"string","description":"Can be used when `useCustomName: true` is specified"},"status":{"type":"string","enum":["active","inactive"]},"defaultPrices":{"type":"object","properties":{"base":{"type":"integer","description":"Enter full dollars and cents without decimal points. E.g. $10 should be passed as `1000`.","format":"int32"}}},"promo":{"type":"object","properties":{"sku":{"type":"string","description":"SKU barcode value"},"additionalSku":{"type":"array","description":"Additional barcode values","items":{"type":"string"}},"name":{"type":"string","description":"Custom name (requires `details.useCustomName: true`)"},"defaultPrices":{"type":"object","description":"Contains `base` (number) for base price","properties":{}},"details":{"type":"object","properties":{}}}},"sample":{"type":"object","properties":{"sku":{"type":"string","description":"SKU barcode value"},"additionalSku":{"type":"array","description":"Additional barcode values","items":{"type":"string"}},"name":{"type":"string","description":"Custom name (requires `details.useCustomName: true`)"},"defaultPrices":{"type":"object","description":"Contains `base` (number) for base price","properties":{}},"details":{"type":"object","properties":{}}}}}}}}},"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"[\n {\n \"id\": \"99dd4a54-4095-42e4-987e-b23ad59d2ac3\",\n \"createdAt\": \"2025-06-23T14:29:11.503Z\",\n \"updatedAt\": \"2025-10-29T19:54:00.419Z\",\n \"deletedAt\": null,\n \"name\": \"Super Mega Wicked Awesome Yum Yums - 10 mg\",\n \"labelPrinter\": null,\n \"defaultPrices\": {\n \"base\": 2500\n },\n \"details\": {\n \"totalMgThc\": 10,\n \"description\": \"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd.\",\n \"useCustomName\": false,\n \"hideFromEcomMenu\": false\n },\n \"status\": \"active\",\n \"sku\": null,\n \"additionalSku\": [],\n \"uom\": \"milligrams\",\n \"liquidVolumeUom\": null,\n \"amount\": 10,\n \"liquidVolumeAmount\": null,\n \"unitCount\": 1,\n \"merchandiseSize\": null,\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\",\n \"productId\": \"01da5dbd-4e45-44d5-a62e-0e349f221cff\",\n \"referenceIds\": [],\n \"targetMergedVariantId\": null,\n \"parentId\": null,\n \"product\": {\n \"id\": \"01da5dbd-4e45-44d5-a62e-0e349f221cff\",\n \"productSubCategory\": {\n \"id\": \"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652\",\n \"name\": \"Gummy\",\n \"productCategory\": {\n \"id\": \"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf\",\n \"name\": \"Edible\"\n }\n }\n },\n \"label\": \"10 mg\"\n }\n]"}},"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"99dd4a54-4095-42e4-987e-b23ad59d2ac3"},"createdAt":{"type":"string","example":"2025-06-23T14:29:11.503Z"},"updatedAt":{"type":"string","example":"2025-10-29T19:54:00.419Z"},"deletedAt":{},"name":{"type":"string","example":"Super Mega Wicked Awesome Yum Yums - 10 mg"},"labelPrinter":{},"defaultPrices":{"type":"object","properties":{"base":{"type":"integer","example":2500,"default":0}}},"details":{"type":"object","properties":{"totalMgThc":{"type":"integer","example":10,"default":0},"description":{"type":"string","example":"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd."},"useCustomName":{"type":"boolean","example":false,"default":true},"hideFromEcomMenu":{"type":"boolean","example":false,"default":true}}},"status":{"type":"string","example":"active"},"sku":{},"additionalSku":{"type":"array","items":{"type":"object","properties":{}}},"uom":{"type":"string","example":"milligrams"},"liquidVolumeUom":{},"amount":{"type":"integer","example":10,"default":0},"liquidVolumeAmount":{},"unitCount":{"type":"integer","example":1,"default":0},"merchandiseSize":{},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"productId":{"type":"string","example":"01da5dbd-4e45-44d5-a62e-0e349f221cff"},"referenceIds":{"type":"array","items":{"type":"object","properties":{}}},"targetMergedVariantId":{},"parentId":{},"product":{"type":"object","properties":{"id":{"type":"string","example":"01da5dbd-4e45-44d5-a62e-0e349f221cff"},"productSubCategory":{"type":"object","properties":{"id":{"type":"string","example":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652"},"name":{"type":"string","example":"Gummy"},"productCategory":{"type":"object","properties":{"id":{"type":"string","example":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf"},"name":{"type":"string","example":"Edible"}}}}}}},"label":{"type":"string","example":"10 mg"}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{\"message\":\"Event Schema Validation Failed\",\"errorType\":\"Validation\",\"errorMsgs\":[\"productId is required\"],\"failed\":[{\"entity\":{\"sku\":\"sku_barcode\",\"additionalSku\":[],\"labelPrinter\":\"printer goes here\",\"referenceIds\":[{\"sourceName\":\"test_id\",\"sourceId\":\"123459789\"}],\"images\":[{\"imageId\":\"72b36949-f19d-4aac-aefb-84c61ba126fc\",\"name\":\"Leaf\",\"organizationId\":\"b1226d0b-4940-4edf-aab3-dbd1642f7f69\",\"order\":1}],\"details\":{\"totalMgCbd\":5,\"totalMgThc\":14,\"doses\":1,\"cbdPerDose\":0.5,\"totalFlowerWeight\":2,\"netWeight\":18,\"netWeightUom\":\"MILLIGRAMS\",\"menuTitle\":\"Mega Yum Yum 14MG\",\"description\":\"Delicious gummies! These are really relaxing.\",\"hideFromEcomMenu\":false,\"isSample\":false,\"isPromo\":false},\"uom\":\"MILLIGRAMS\",\"amount\":14,\"unitCount\":1,\"merchandiseSize\":null,\"name\":\"name goes here\",\"children\":[]},\"errors\":[\"productId is required\"]}]}"}},"schema":{"oneOf":[{"type":"object","properties":{"message":{"type":"string","example":"Entity Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"given productId is not available"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"sku":{"type":"string","example":"sku_barcode"},"additionalSku":{"type":"array","items":{"type":"object","properties":{}}},"labelPrinter":{"type":"string","example":"printer goes here"},"referenceIds":{"type":"array","items":{"type":"object","properties":{"sourceName":{"type":"string","example":"test_id"},"sourceId":{"type":"string","example":"123459789"}}}},"details":{"type":"object","properties":{"totalMgCbd":{"type":"integer","example":5,"default":0},"totalMgThc":{"type":"integer","example":14,"default":0},"doses":{"type":"integer","example":1,"default":0},"cbdPerDose":{"type":"number","example":0.5,"default":0},"totalFlowerWeight":{"type":"integer","example":2,"default":0},"netWeight":{"type":"integer","example":18,"default":0},"netWeightUom":{"type":"string","example":"MILLIGRAMS"},"menuTitle":{"type":"string","example":"Mega Yum Yum 14MG"},"description":{"type":"string","example":"Delicious gummies! These are really relaxing."},"hideFromEcomMenu":{"type":"boolean","example":false,"default":true}}},"uom":{"type":"string","example":"milligrams"},"amount":{"type":"integer","example":14,"default":0},"unitCount":{"type":"integer","example":1,"default":0},"merchandiseSize":{},"name":{"type":"string","example":"name goes here"},"productId":{"type":"string","example":"f8e82e59-b114-4161-8cb7-383ceec04076"}}},"errors":{"type":"array","items":{"type":"string","example":"given productId is not available"}}}}}}},{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"productId is required"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"sku":{"type":"string","example":"sku_barcode"},"additionalSku":{"type":"array","items":{"type":"object","properties":{}}},"labelPrinter":{"type":"string","example":"printer goes here"},"referenceIds":{"type":"array","items":{"type":"object","properties":{"sourceName":{"type":"string","example":"test_id"},"sourceId":{"type":"string","example":"123459789"}}}},"images":{"type":"array","items":{"type":"object","properties":{"imageId":{"type":"string","example":"72b36949-f19d-4aac-aefb-84c61ba126fc"},"name":{"type":"string","example":"Leaf"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"order":{"type":"integer","example":1,"default":0}}}},"details":{"type":"object","properties":{"totalMgCbd":{"type":"integer","example":5,"default":0},"totalMgThc":{"type":"integer","example":14,"default":0},"doses":{"type":"integer","example":1,"default":0},"cbdPerDose":{"type":"number","example":0.5,"default":0},"totalFlowerWeight":{"type":"integer","example":2,"default":0},"netWeight":{"type":"integer","example":18,"default":0},"netWeightUom":{"type":"string","example":"MILLIGRAMS"},"menuTitle":{"type":"string","example":"Mega Yum Yum 14MG"},"description":{"type":"string","example":"Delicious gummies! These are really relaxing."},"hideFromEcomMenu":{"type":"boolean","example":false,"default":true},"isSample":{"type":"boolean","example":false,"default":true},"isPromo":{"type":"boolean","example":false,"default":true}}},"uom":{"type":"string","example":"MILLIGRAMS"},"amount":{"type":"integer","example":14,"default":0},"unitCount":{"type":"integer","example":1,"default":0},"merchandiseSize":{},"name":{"type":"string","example":"name goes here"},"children":{"type":"array","items":{"type":"object","properties":{}}}}},"errors":{"type":"array","items":{"type":"string","example":"productId is required"}}}}}}}]}}}}},"deprecated":false},"patch":{"summary":"Update SKU","description":"","operationId":"catalog-sku-update","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["id"],"properties":{"id":{"type":"string","description":"The `id` GUID of the sku to be updated"},"sku":{"type":"string","description":"Optional SKU barcode value"},"additionalSku":{"type":"array","items":{"type":"string"}},"labelPrinter":{"type":"string"},"referenceIds":{"type":"array","items":{"properties":{"sourceName":{"type":"string"},"sourceId":{"type":"string"},"isInternal":{"type":"boolean"}},"type":"object"}},"details":{"type":"object","properties":{"totalMgCbd":{"type":"integer","format":"int32"},"totalMgThc":{"type":"integer","format":"int32"},"doses":{"type":"integer","format":"int32"},"cbdPerDose":{"type":"integer","format":"int32"},"thcPerDose":{"type":"integer","format":"int32"},"totalFlowerWeight":{"type":"integer","format":"int32"},"totalConcentrateWeight":{"type":"integer","description":"Only required for the Infused Preroll subcategory.","format":"int32"},"netWeight":{"type":"integer","format":"int32"},"netWeightUom":{"type":"string","enum":["FLUID OUNCES","GRAMS","LITERS","MILLIGRAMS","MILLILITERS","OUNCES"]},"menuTitle":{"type":"string"},"description":{"type":"string"},"hideFromEcomMenu":{"type":"boolean"},"isSample":{"type":"boolean"},"isPromo":{"type":"boolean"},"useCustomName":{"type":"boolean","description":"Enables a custom name to be defined using the `name` value."},"grossWeight":{"type":"number","format":"float"},"usableMarijuanaWeight":{"type":"number","format":"float"}}},"uom":{"type":"string","enum":["FLUID OUNCES","GRAMS","LITERS","MILLIGRAMS","MILLILITERS","OUNCES"]},"amount":{"type":"number","format":"float"},"unitCount":{"type":"integer","format":"int32"},"merchandiseSize":{"type":"string"},"name":{"type":"string"},"status":{"type":"string","enum":["active","inactive"]},"defaultPrices":{"type":"object","properties":{"base":{"type":"integer","description":"Enter full dollars and cents without decimal points. E.g. $10 should be passed as `1000`.","format":"int32"}}},"promo":{"type":"object","description":"Include if creating a `promo` sku","properties":{"sku":{"type":"string","description":"SKU barcode value"},"additionalSku":{"type":"array","description":"Additional barcode values","items":{"type":"string"}},"name":{"type":"string","description":"Custom name (requires `details.useCustomName: true`)"},"defaultPrices":{"type":"object","description":"Contains `base` (number) for base price","properties":{}},"details":{"type":"object","properties":{}}}},"sample":{"type":"object","description":"Include if creating a `sample` sku","properties":{"sku":{"type":"string","description":"SKU barcode value"},"additionalSku":{"type":"array","description":"Additional barcode values","items":{"type":"string"}},"name":{"type":"string","description":"Custom name (requires `details.useCustomName: true`)"},"defaultPrices":{"type":"object","description":"Contains `base` (number) for base price","properties":{}},"details":{"type":"object","properties":{}}}}}}}}},"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"[\n {\n \"id\": \"99dd4a54-4095-42e4-987e-b23ad59d2ac3\",\n \"createdAt\": \"2025-06-23T14:29:11.503Z\",\n \"updatedAt\": \"2025-10-29T19:54:00.419Z\",\n \"deletedAt\": null,\n \"name\": \"Super Mega Wicked Awesome Yum Yums - 10 mg\",\n \"labelPrinter\": null,\n \"defaultPrices\": {\n \"base\": 2500\n },\n \"details\": {\n \"totalMgThc\": 10,\n \"description\": \"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd.\",\n \"useCustomName\": false,\n \"hideFromEcomMenu\": false\n },\n \"status\": \"active\",\n \"sku\": null,\n \"additionalSku\": [],\n \"uom\": \"milligrams\",\n \"liquidVolumeUom\": null,\n \"amount\": 10,\n \"liquidVolumeAmount\": null,\n \"unitCount\": 1,\n \"merchandiseSize\": null,\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\",\n \"productId\": \"01da5dbd-4e45-44d5-a62e-0e349f221cff\",\n \"referenceIds\": [],\n \"targetMergedVariantId\": null,\n \"parentId\": null,\n \"product\": {\n \"id\": \"01da5dbd-4e45-44d5-a62e-0e349f221cff\",\n \"productSubCategory\": {\n \"id\": \"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652\",\n \"name\": \"Gummy\",\n \"productCategory\": {\n \"id\": \"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf\",\n \"name\": \"Edible\"\n }\n }\n },\n \"label\": \"10 mg\"\n }\n]"}},"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"99dd4a54-4095-42e4-987e-b23ad59d2ac3"},"createdAt":{"type":"string","example":"2025-06-23T14:29:11.503Z"},"updatedAt":{"type":"string","example":"2025-10-29T19:54:00.419Z"},"deletedAt":{},"name":{"type":"string","example":"Super Mega Wicked Awesome Yum Yums - 10 mg"},"labelPrinter":{},"defaultPrices":{"type":"object","properties":{"base":{"type":"integer","example":2500,"default":0}}},"details":{"type":"object","properties":{"totalMgThc":{"type":"integer","example":10,"default":0},"description":{"type":"string","example":"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd."},"useCustomName":{"type":"boolean","example":false,"default":true},"hideFromEcomMenu":{"type":"boolean","example":false,"default":true}}},"status":{"type":"string","example":"active"},"sku":{},"additionalSku":{"type":"array","items":{"type":"object","properties":{}}},"uom":{"type":"string","example":"milligrams"},"liquidVolumeUom":{},"amount":{"type":"integer","example":10,"default":0},"liquidVolumeAmount":{},"unitCount":{"type":"integer","example":1,"default":0},"merchandiseSize":{},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"productId":{"type":"string","example":"01da5dbd-4e45-44d5-a62e-0e349f221cff"},"referenceIds":{"type":"array","items":{"type":"object","properties":{}}},"targetMergedVariantId":{},"parentId":{},"product":{"type":"object","properties":{"id":{"type":"string","example":"01da5dbd-4e45-44d5-a62e-0e349f221cff"},"productSubCategory":{"type":"object","properties":{"id":{"type":"string","example":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652"},"name":{"type":"string","example":"Gummy"},"productCategory":{"type":"object","properties":{"id":{"type":"string","example":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf"},"name":{"type":"string","example":"Edible"}}}}}}},"label":{"type":"string","example":"10 mg"}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{\"message\":\"Entity Validation Failed\",\"errorType\":\"Validation\",\"errorMsgs\":[\"given productId is not available\"],\"failed\":[{\"entity\":{\"sku\":\"sku_barcode\",\"additionalSku\":[],\"labelPrinter\":\"printer goes here\",\"referenceIds\":[{\"sourceName\":\"test_id\",\"sourceId\":\"123459789\"}],\"details\":{\"totalMgCbd\":5,\"totalMgThc\":14,\"doses\":1,\"cbdPerDose\":0.5,\"totalFlowerWeight\":2,\"netWeight\":18,\"netWeightUom\":\"MILLIGRAMS\",\"menuTitle\":\"Mega Yum Yum 14MG\",\"description\":\"Delicious gummies! These are really relaxing.\",\"hideFromEcomMenu\":false},\"uom\":\"milligrams\",\"amount\":14,\"unitCount\":1,\"merchandiseSize\":null,\"name\":\"name goes here\",\"productId\":\"f8e82e59-b114-4161-8cb7-383ceec04076\"},\"errors\":[\"given productId is not available\"]}]}"}},"schema":{"type":"object","properties":{"message":{"type":"string","example":"Entity Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"given productId is not available"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"sku":{"type":"string","example":"sku_barcode"},"additionalSku":{"type":"array","items":{"type":"object","properties":{}}},"labelPrinter":{"type":"string","example":"printer goes here"},"referenceIds":{"type":"array","items":{"type":"object","properties":{"sourceName":{"type":"string","example":"test_id"},"sourceId":{"type":"string","example":"123459789"}}}},"details":{"type":"object","properties":{"totalMgCbd":{"type":"integer","example":5,"default":0},"totalMgThc":{"type":"integer","example":14,"default":0},"doses":{"type":"integer","example":1,"default":0},"cbdPerDose":{"type":"number","example":0.5,"default":0},"totalFlowerWeight":{"type":"integer","example":2,"default":0},"netWeight":{"type":"integer","example":18,"default":0},"netWeightUom":{"type":"string","example":"MILLIGRAMS"},"menuTitle":{"type":"string","example":"Mega Yum Yum 14MG"},"description":{"type":"string","example":"Delicious gummies! These are really relaxing."},"hideFromEcomMenu":{"type":"boolean","example":false,"default":true}}},"uom":{"type":"string","example":"milligrams"},"amount":{"type":"integer","example":14,"default":0},"unitCount":{"type":"integer","example":1,"default":0},"merchandiseSize":{},"name":{"type":"string","example":"name goes here"},"productId":{"type":"string","example":"f8e82e59-b114-4161-8cb7-383ceec04076"}}},"errors":{"type":"array","items":{"type":"string","example":"given productId is not available"}}}}}}}},"text/plain":{"examples":{"Result":{"value":"{\"message\":\"Event Schema Validation Failed\",\"errorType\":\"Validation\",\"errorMsgs\":[\"productId is required\"],\"failed\":[{\"entity\":{\"sku\":\"sku_barcode\",\"additionalSku\":[],\"labelPrinter\":\"printer goes here\",\"referenceIds\":[{\"sourceName\":\"test_id\",\"sourceId\":\"123459789\"}],\"images\":[{\"imageId\":\"72b36949-f19d-4aac-aefb-84c61ba126fc\",\"name\":\"Leaf\",\"organizationId\":\"b1226d0b-4940-4edf-aab3-dbd1642f7f69\",\"order\":1}],\"details\":{\"totalMgCbd\":5,\"totalMgThc\":14,\"doses\":1,\"cbdPerDose\":0.5,\"totalFlowerWeight\":2,\"netWeight\":18,\"netWeightUom\":\"MILLIGRAMS\",\"menuTitle\":\"Mega Yum Yum 14MG\",\"description\":\"Delicious gummies! These are really relaxing.\",\"hideFromEcomMenu\":false,\"isSample\":false,\"isPromo\":false},\"uom\":\"MILLIGRAMS\",\"amount\":14,\"unitCount\":1,\"merchandiseSize\":null,\"name\":\"name goes here\",\"children\":[]},\"errors\":[\"productId is required\"]}]}"}},"schema":{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"productId is required"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"sku":{"type":"string","example":"sku_barcode"},"additionalSku":{"type":"array","items":{"type":"object","properties":{}}},"labelPrinter":{"type":"string","example":"printer goes here"},"referenceIds":{"type":"array","items":{"type":"object","properties":{"sourceName":{"type":"string","example":"test_id"},"sourceId":{"type":"string","example":"123459789"}}}},"images":{"type":"array","items":{"type":"object","properties":{"imageId":{"type":"string","example":"72b36949-f19d-4aac-aefb-84c61ba126fc"},"name":{"type":"string","example":"Leaf"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"order":{"type":"integer","example":1,"default":0}}}},"details":{"type":"object","properties":{"totalMgCbd":{"type":"integer","example":5,"default":0},"totalMgThc":{"type":"integer","example":14,"default":0},"doses":{"type":"integer","example":1,"default":0},"cbdPerDose":{"type":"number","example":0.5,"default":0},"totalFlowerWeight":{"type":"integer","example":2,"default":0},"netWeight":{"type":"integer","example":18,"default":0},"netWeightUom":{"type":"string","example":"MILLIGRAMS"},"menuTitle":{"type":"string","example":"Mega Yum Yum 14MG"},"description":{"type":"string","example":"Delicious gummies! These are really relaxing."},"hideFromEcomMenu":{"type":"boolean","example":false,"default":true},"isSample":{"type":"boolean","example":false,"default":true},"isPromo":{"type":"boolean","example":false,"default":true}}},"uom":{"type":"string","example":"MILLIGRAMS"},"amount":{"type":"integer","example":14,"default":0},"unitCount":{"type":"integer","example":1,"default":0},"merchandiseSize":{},"name":{"type":"string","example":"name goes here"},"children":{"type":"array","items":{"type":"object","properties":{}}}}},"errors":{"type":"array","items":{"type":"string","example":"productId is required"}}}}}}}}}}},"deprecated":false}},"/v3/product/image/create":{"post":{"summary":"Create Pre-Signed URL","description":"The pre-signed URL provides a secure, one-time upload link to add an image file to the Treez repository. Once uploaded, the subsequent steps in this flow will allow linking of the image to a product or sku.","operationId":"catalog-image-create","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","description":"The name of the image file with extension. Example: `cannabis_leaf.png`"},"contentLength":{"type":"integer","description":"The size of the image file in bytes. Example: `2344997`","format":"int32"},"contentType":{"type":"string","description":"The type of file to be uploaded","enum":["image/png","image/jpeg","image/jpg"]},"objectType":{"type":"string","enum":["PRODUCT_IMAGE","PRODUCT_VARIANT_IMAGE"]}}}}}},"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"{\n \"fileId\": \"56458c56-4f35-49ad-831c-9e240d82eeee\",\n \"presignedUrl\": \"https://file-management-dev-public-files.s3.us-west-2.amazonaws.com/b1226d0b-4940-4edf-aab3-dbd1642f7f69/56458c56-4f35-49ad-831c-9e240d82eeee?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=REDACTED_AWS_ACCESS_KEY_ID%2F20250627%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20250627T151416Z&X-Amz-Expires=3600&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEH8aCXVzLXdlc3QtMiJIMEYCIQD3Mrwt8WEzWZodXSovoRe6bGsjnvchxgUYkgK%2FKMLDMAIhAIpyWIanVF%2BDIp07Sz9bVYas4Xin9ZF5gG1xNtIuQavOKqUDCHgQABoMNzg3MTI1OTMyNTkwIgyfzQvbBxXGcH2qXpMqggOrUtztuy91dkRw0zNT0bxT1nhPBUoS99oW%2Bp8s5ONocDq3b4%2BK8PyivVs9%2FtCMnE8Rkg%2FygzimR7GFoNKou74Qao1NuBmmET6sJ91ZkVq55XnjWUpXzgqz4jy3pgw5v33Acg0WPZi1I5FOTTys4eLD8fJwg50ZwsVA3rzcOlRrunEMoHuBKpFRuidy9Ak40vt3%2FVJ7yCBeZuQ1Sl7wdj1%2Bkv8Y5XygRIHYWdaayrusSlYKzjGejo0468ZbPiq5CnvivcvExwi3T1hBuhvHajKsfCNVGyJlmZRnP73r5VDqg%2F0Me13vEWJfFdJ24gKXxxPG3Qa6Zk96NN0vY05GOntVTIf2BI54oY5ASWtacoeTnaGglYNe0GQaUzVs5c9rvuhCWDSGnWCdghBCAHUVbyfriZGSa8cAvjP8xrtNVHZGrUx1AMO5zPKAOFCK7g6xZ79uBfi%2FZ8xIgN%2FE%2FgZ7LorEn%2BGaXINBEE0eXy3ujsgxMVWAhCP0ue7sMKboDa%2FLL1MSwDDF6vrCBjqcASutGKBKLMmYrSLe4KAV7eRsqDVkSOLhvfEJ2pK%2FpOLidmABeuK4h%2FB%2FpEgPPudOv8eavqpzIXMMb%2BJs0ShEzCYk3KO4tFTCqRshf3eNz1t0RUsFiiMIZ9KqDVUEIGLfzC6K32kfhIho3AqUK%2BG5H5c4%2FY0qgHFQFJcxdbhXNmG%2FAefkQiNR6%2FuByDgI1ijWF7JS0rkQnSQZvgRjJw%3D%3D&X-Amz-Signature=a4e3bc8dbe06d7ec367e8be596e430e10f668b64588b22c3ef84833463f71963&X-Amz-SignedHeaders=content-length%3Bhost&x-amz-checksum-sha256=47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D&x-amz-meta-requestorid=6b9810e0-b8cb-432b-ab0a-a1af9643a1c2&x-amz-meta-requestorip=47.199.42.29&x-amz-meta-requestortype=partner&x-amz-sdk-checksum-algorithm=SHA256&x-id=PutObject\"\n}"}},"schema":{"type":"object","properties":{"fileId":{"type":"string","example":"56458c56-4f35-49ad-831c-9e240d82eeee"},"presignedUrl":{"type":"string","example":"https://file-management-dev-public-files.s3.us-west-2.amazonaws.com/b1226d0b-4940-4edf-aab3-dbd1642f7f69/56458c56-4f35-49ad-831c-9e240d82eeee?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=REDACTED_AWS_ACCESS_KEY_ID%2F20250627%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20250627T151416Z&X-Amz-Expires=3600&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEH8aCXVzLXdlc3QtMiJIMEYCIQD3Mrwt8WEzWZodXSovoRe6bGsjnvchxgUYkgK%2FKMLDMAIhAIpyWIanVF%2BDIp07Sz9bVYas4Xin9ZF5gG1xNtIuQavOKqUDCHgQABoMNzg3MTI1OTMyNTkwIgyfzQvbBxXGcH2qXpMqggOrUtztuy91dkRw0zNT0bxT1nhPBUoS99oW%2Bp8s5ONocDq3b4%2BK8PyivVs9%2FtCMnE8Rkg%2FygzimR7GFoNKou74Qao1NuBmmET6sJ91ZkVq55XnjWUpXzgqz4jy3pgw5v33Acg0WPZi1I5FOTTys4eLD8fJwg50ZwsVA3rzcOlRrunEMoHuBKpFRuidy9Ak40vt3%2FVJ7yCBeZuQ1Sl7wdj1%2Bkv8Y5XygRIHYWdaayrusSlYKzjGejo0468ZbPiq5CnvivcvExwi3T1hBuhvHajKsfCNVGyJlmZRnP73r5VDqg%2F0Me13vEWJfFdJ24gKXxxPG3Qa6Zk96NN0vY05GOntVTIf2BI54oY5ASWtacoeTnaGglYNe0GQaUzVs5c9rvuhCWDSGnWCdghBCAHUVbyfriZGSa8cAvjP8xrtNVHZGrUx1AMO5zPKAOFCK7g6xZ79uBfi%2FZ8xIgN%2FE%2FgZ7LorEn%2BGaXINBEE0eXy3ujsgxMVWAhCP0ue7sMKboDa%2FLL1MSwDDF6vrCBjqcASutGKBKLMmYrSLe4KAV7eRsqDVkSOLhvfEJ2pK%2FpOLidmABeuK4h%2FB%2FpEgPPudOv8eavqpzIXMMb%2BJs0ShEzCYk3KO4tFTCqRshf3eNz1t0RUsFiiMIZ9KqDVUEIGLfzC6K32kfhIho3AqUK%2BG5H5c4%2FY0qgHFQFJcxdbhXNmG%2FAefkQiNR6%2FuByDgI1ijWF7JS0rkQnSQZvgRjJw%3D%3D&X-Amz-Signature=a4e3bc8dbe06d7ec367e8be596e430e10f668b64588b22c3ef84833463f71963&X-Amz-SignedHeaders=content-length%3Bhost&x-amz-checksum-sha256=47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D&x-amz-meta-requestorid=6b9810e0-b8cb-432b-ab0a-a1af9643a1c2&x-amz-meta-requestorip=47.199.42.29&x-amz-meta-requestortype=partner&x-amz-sdk-checksum-algorithm=SHA256&x-id=PutObject"}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}}},"deprecated":false}},"/v3/imageDetail":{"post":{"summary":"Link Image","description":"This step links the uploaded images to a variant/sku.","operationId":"catalog-image-link","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["imageId"],"properties":{"imageId":{"type":"string","description":"This is the `fileId` value that was returned in the response from the Create Pre-Signed URL endpoint"},"variantId":{"type":"string","description":"Use for a SKU - the `id` of the SKU to which the image will be linked"},"order":{"type":"integer","description":"The position of the image relative to any other images that may exist for the target product","format":"int32"},"name":{"type":"string","description":"The name of the image"},"description":{"type":"string","description":"The description of the image"}}}}}},"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}}},"deprecated":false}},"/v3/tier":{"get":{"summary":"Read Price Tiers","description":"","operationId":"catalog-price-tiers-read","parameters":[{"name":"ids","in":"query","description":"(optional) The `id` GUID of the price tier. Exclude to return all records.","schema":{"type":"array","items":{"type":"string"}}},{"name":"types","in":"query","description":"Accepted values: `WEIGHT`, `UNIT`","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}}},"deprecated":false}},"/{ver}/product-subcategory":{"get":{"summary":"Subcategories - Read","description":"This endpoint returns product sub-category records. All records will be returned if the optional `ids` param is excluded.","operationId":"catalog-categories-read-1","parameters":[{"name":"ids","in":"query","description":"(optional) The `id` GUID of the product subcategory to be returned. Exclude to return all values.","schema":{"type":"array","items":{"type":"string"}}},{"in":"path","name":"ver","schema":{"type":"string","default":"v3"},"required":true}],"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":[{"id":"a5940bac-4853-46ed-aa04-a6d7eb271623","createdAt":"2023-06-30T23:21:11.577Z","updatedAt":"2023-06-30T23:21:11.577Z","deletedAt":null,"name":"Beverage - General","isCannabis":true,"productCategoryId":"96cfabcd-d951-4a1b-88a6-56c0601e269d","productCategoryName":"Beverage"},{"id":"7aebdff3-3616-4985-9a11-15a200f76e6f","createdAt":"2023-06-30T23:21:11.577Z","updatedAt":"2023-06-30T23:21:11.577Z","deletedAt":null,"name":"Other","isCannabis":true,"productCategoryId":"96cfabcd-d951-4a1b-88a6-56c0601e269d","productCategoryName":"Beverage"},{"id":"5a593af9-e624-4b9c-b056-6e0ccbc48c7a","createdAt":"2023-06-30T23:21:11.577Z","updatedAt":"2023-06-30T23:21:11.577Z","deletedAt":null,"name":"Beer","isCannabis":true,"productCategoryId":"96cfabcd-d951-4a1b-88a6-56c0601e269d","productCategoryName":"Beverage"},{"id":"4dfa81e1-c800-4870-83ae-3d496e320666","createdAt":"2023-06-30T23:21:11.577Z","updatedAt":"2023-06-30T23:21:11.577Z","deletedAt":null,"name":"Coffee","isCannabis":true,"productCategoryId":"96cfabcd-d951-4a1b-88a6-56c0601e269d","productCategoryName":"Beverage"},{"id":"75e5466b-c840-4f36-a135-1724a665cba3","createdAt":"2023-06-30T23:21:11.577Z","updatedAt":"2023-06-30T23:21:11.577Z","deletedAt":null,"name":"Dissolvable","isCannabis":true,"productCategoryId":"96cfabcd-d951-4a1b-88a6-56c0601e269d","productCategoryName":"Beverage"},{"id":"af81579e-244d-48d3-a2a5-9764752ba36e","createdAt":"2023-06-30T23:21:11.577Z","updatedAt":"2023-06-30T23:21:11.577Z","deletedAt":null,"name":"Elixir","isCannabis":true,"productCategoryId":"96cfabcd-d951-4a1b-88a6-56c0601e269d","productCategoryName":"Beverage"},{"id":"c80749df-6602-4c71-85e6-2e628bb01dfa","createdAt":"2023-06-30T23:21:11.577Z","updatedAt":"2023-06-30T23:21:11.577Z","deletedAt":null,"name":"Juice","isCannabis":true,"productCategoryId":"96cfabcd-d951-4a1b-88a6-56c0601e269d","productCategoryName":"Beverage"},{"id":"3442785a-e79f-4cee-b1f5-75836f701c90","createdAt":"2023-06-30T23:21:11.577Z","updatedAt":"2023-06-30T23:21:11.577Z","deletedAt":null,"name":"Shot","isCannabis":true,"productCategoryId":"96cfabcd-d951-4a1b-88a6-56c0601e269d","productCategoryName":"Beverage"},{"id":"135c66aa-2ca5-495b-a205-780266b396c2","createdAt":"2023-06-30T23:21:11.577Z","updatedAt":"2023-06-30T23:21:11.577Z","deletedAt":null,"name":"Soda","isCannabis":true,"productCategoryId":"96cfabcd-d951-4a1b-88a6-56c0601e269d","productCategoryName":"Beverage"},{"id":"a46b1e89-b7aa-4365-a75f-7e4398e7b8a0","createdAt":"2023-06-30T23:21:11.577Z","updatedAt":"2023-06-30T23:21:11.577Z","deletedAt":null,"name":"Tea","isCannabis":true,"productCategoryId":"96cfabcd-d951-4a1b-88a6-56c0601e269d","productCategoryName":"Beverage"},{"id":"c21b9954-360c-4fbf-867f-670582d8645e","createdAt":"2023-06-30T23:21:11.577Z","updatedAt":"2023-06-30T23:21:11.577Z","deletedAt":null,"name":"Tonic","isCannabis":true,"productCategoryId":"96cfabcd-d951-4a1b-88a6-56c0601e269d","productCategoryName":"Beverage"},{"id":"cd999bbe-4c1c-4180-b3f5-a9b0575ec2d8","createdAt":"2023-06-30T23:21:11.577Z","updatedAt":"2023-06-30T23:21:11.577Z","deletedAt":null,"name":"Water","isCannabis":true,"productCategoryId":"96cfabcd-d951-4a1b-88a6-56c0601e269d","productCategoryName":"Beverage"},{"id":"33b0a770-44e2-4439-a352-37f2783eae66","createdAt":"2023-06-30T23:22:13.627Z","updatedAt":"2023-06-30T23:22:13.627Z","deletedAt":null,"name":"Cartridge - General","isCannabis":true,"productCategoryId":"47479cfd-c482-4077-98a1-6157097c3db7","productCategoryName":"Cartridge"},{"id":"cfd2efea-a764-4ec1-9f9b-484de9f2a7c5","createdAt":"2023-06-30T23:22:13.627Z","updatedAt":"2023-06-30T23:22:13.627Z","deletedAt":null,"name":"510 Thread","isCannabis":true,"productCategoryId":"47479cfd-c482-4077-98a1-6157097c3db7","productCategoryName":"Cartridge"},{"id":"b454eea9-787b-49fb-bcde-4caa63309571","createdAt":"2023-06-30T23:22:13.627Z","updatedAt":"2023-06-30T23:22:13.627Z","deletedAt":null,"name":"CCELL","isCannabis":true,"productCategoryId":"47479cfd-c482-4077-98a1-6157097c3db7","productCategoryName":"Cartridge"},{"id":"bc05feb3-a080-4991-81bc-f13139764e47","createdAt":"2023-06-30T23:22:13.627Z","updatedAt":"2023-06-30T23:22:13.627Z","deletedAt":null,"name":"Pax Pod","isCannabis":true,"productCategoryId":"47479cfd-c482-4077-98a1-6157097c3db7","productCategoryName":"Cartridge"},{"id":"a561f326-bc4b-4524-9f0a-0c8deb954a1b","createdAt":"2023-06-30T23:22:13.627Z","updatedAt":"2023-06-30T23:22:13.627Z","deletedAt":null,"name":"Pod","isCannabis":true,"productCategoryId":"47479cfd-c482-4077-98a1-6157097c3db7","productCategoryName":"Cartridge"},{"id":"42045106-3840-4579-b075-2157938f0465","createdAt":"2023-06-30T23:22:13.627Z","updatedAt":"2023-06-30T23:22:13.627Z","deletedAt":null,"name":"Ready To Use","isCannabis":true,"productCategoryId":"47479cfd-c482-4077-98a1-6157097c3db7","productCategoryName":"Cartridge"},{"id":"8647db3b-dbbe-4806-b0a1-f1177d8750f5","createdAt":"2023-06-30T23:22:13.627Z","updatedAt":"2023-06-30T23:22:13.627Z","deletedAt":null,"name":"Other","isCannabis":true,"productCategoryId":"47479cfd-c482-4077-98a1-6157097c3db7","productCategoryName":"Cartridge"},{"id":"f1f03d0c-bfb6-4812-b282-37fafce06972","createdAt":"2023-06-30T23:22:13.627Z","updatedAt":"2023-06-30T23:22:13.627Z","deletedAt":null,"name":"Diamond","isCannabis":true,"productCategoryId":"47479cfd-c482-4077-98a1-6157097c3db7","productCategoryName":"Cartridge"},{"id":"912aa9e0-d1d5-41d9-8ff5-a3826a740d1f","createdAt":"2025-08-26T21:04:20.120Z","updatedAt":"2025-08-26T21:04:19.985Z","deletedAt":null,"name":"Pre-Pack Shake","isCannabis":true,"productCategoryId":"b99d6b9f-84ee-4d68-9d60-fee8dcbf5bee","productCategoryName":"Flower"},{"id":"82c10505-b55e-475c-b3df-024b5e368dfd","createdAt":"2023-06-30T23:22:13.627Z","updatedAt":"2023-06-30T23:22:13.627Z","deletedAt":null,"name":"Pax","isCannabis":true,"productCategoryId":"47479cfd-c482-4077-98a1-6157097c3db7","productCategoryName":"Cartridge"},{"id":"b2822523-0872-42ef-a41b-29c04df86cb4","createdAt":"2023-06-30T23:22:13.627Z","updatedAt":"2023-06-30T23:22:13.627Z","deletedAt":null,"name":"Live Resin","isCannabis":true,"productCategoryId":"47479cfd-c482-4077-98a1-6157097c3db7","productCategoryName":"Cartridge"},{"id":"d387f7af-0aed-4b83-bea5-c313370c5940","createdAt":"2023-06-30T23:22:13.627Z","updatedAt":"2023-06-30T23:22:13.627Z","deletedAt":null,"name":"Cured Resin","isCannabis":true,"productCategoryId":"47479cfd-c482-4077-98a1-6157097c3db7","productCategoryName":"Cartridge"},{"id":"f090a38c-81e8-4d7b-95f3-fb863e3daf62","createdAt":"2023-06-30T23:22:13.627Z","updatedAt":"2023-06-30T23:22:13.627Z","deletedAt":null,"name":"Hash","isCannabis":true,"productCategoryId":"47479cfd-c482-4077-98a1-6157097c3db7","productCategoryName":"Cartridge"},{"id":"389c2bde-7467-4fda-a59a-7e5ff9397291","createdAt":"2023-06-30T23:22:13.627Z","updatedAt":"2023-06-30T23:22:13.627Z","deletedAt":null,"name":"Full Spectrum","isCannabis":true,"productCategoryId":"47479cfd-c482-4077-98a1-6157097c3db7","productCategoryName":"Cartridge"},{"id":"d7a57dbb-9af2-404d-b6e3-7b88938f3d5a","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Edible - General","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"8c7691b0-d9af-4b7b-ab9e-b36ef3c7c832","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Baked Good","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"b781d496-2b56-4180-bb23-8a0b913fcdd9","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Butter","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"afba2269-32c0-4607-9ac9-db0d7c99e10a","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Chew","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"9099a5aa-5931-4315-943d-5af2f7a4d984","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Chocolate","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"a9fc0e87-50c4-41c2-9753-6810f8cdbb87","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Cookie","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Gummy","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"7a3f5fe5-0bf3-466b-bc50-683a3c90a263","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Hard Candy","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"28a633ae-0ab0-435e-911f-8df831a932c4","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Lozenge","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"0d7aba97-6cb5-4bca-889a-f2b3f770f12e","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Mints","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"7acf7423-2635-489b-833b-a6dede9dba4c","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Oil","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"5b162523-cb3a-4337-9597-8a14fb2e25af","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Savory","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"d8f7938d-6a6c-4967-8c8c-b6d7902ecae1","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Sublingual","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"e9591785-475f-44d3-9421-555216a06638","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Other","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"24be591c-2f95-45c2-bac8-5736613fae7c","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Capsule","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"fdf26640-a78c-46c4-90a4-143b7a43ebb6","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Sublingual Tablet","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"deb6b2b7-195f-43c7-a927-712a23378b98","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Tablingual","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"d5352a1f-aa74-4bf4-abb9-88b902149508","createdAt":"2023-06-30T23:24:14.616Z","updatedAt":"2023-06-30T23:24:14.616Z","deletedAt":null,"name":"Gum","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"98dc024a-52ef-4db9-95af-abdd2abeb393","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Extract - General","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"203baa8c-0cbb-4432-bc7c-008628e0999c","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Isolate","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"ca0efc0e-eea2-4e98-9e0b-c5c178e0c9a0","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"RSO","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"301a5dad-2b83-4ac4-8f31-1b8d981a5cd2","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Diamonds","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"fb51c92a-d818-4b54-9710-e45f82eaf28a","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Badder","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"201f1cee-2d1d-44a4-ad5f-b85492ea21e2","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Budder","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"6014a5f5-8d5c-4744-b160-d1ff2fb79468","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Crumble","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"746c2ece-b558-4cd0-b6f5-aaa4669df60c","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Crystalline","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"fc1d0b5d-0829-467f-abff-fa0b23bc63a0","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Cured Resin","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"13ff86d5-51b3-4eab-9789-a2ebc31baa3d","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Distillate","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"88a76561-96d3-411e-918c-154def445cfd","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Dry Sift","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"4590443c-16f5-4f38-bfdd-57b3e322a9d9","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Hash","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"7ba67847-4cfe-4f2b-91ab-0e14023ae84b","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Ice Water Hash","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"4c7f777b-a589-4f7c-a3cf-884b9d7f4fb0","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Jelly","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"75b946a7-332e-4118-ab16-e507187e444c","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Live Resin","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"67f4f5c5-56b1-4a9d-b1f2-b173b27b44d3","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Live Resin Badder","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"5a90f5ac-2e06-42a6-9ce8-4b1a6f7f205a","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Live Resin Budder","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"38a35b74-7d3e-41fd-900d-236d8b3f982c","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Live Resin Sugar","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"08cd3de2-65e8-4a22-aac0-9eca0cda7073","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Live Rosin","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"4eb31a19-6e34-482c-8fca-5abb7605ed8e","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Hash Rosin","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"3b9ff1f8-e969-4565-9a95-d4d3b9a2d2f0","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Oil","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"83b55a9b-01b0-4804-8928-5a9c355d679e","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Other","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"f3db2a12-3c6a-414c-b116-5a65ce8ebb00","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Rosin Budder","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"03c11661-acff-406b-ab73-0640bb9caac4","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Sauce","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"ddb995ae-3e53-4341-8fb6-fe87dc81e4ab","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Shatter","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"66a105f8-0b72-468f-97f5-9368034bddbc","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Sift Rosin","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"9cfcfdd9-de81-4cdf-b056-c35984bef54d","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Sugar","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"07157aa0-d31f-4f29-80cd-606e7263b9c9","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"THC-A","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"609f1b7d-1f02-4387-a7d3-1a8fa70f14e3","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Wax","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"be6815b2-b2fe-49f7-aa32-4073b085adb5","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Flower Rosin","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"f2474ed7-5ef0-44c0-920a-4dea69e2fe51","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Powder Hash","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"d07708db-2fb8-4b27-a5fc-0317bfc94d42","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Rosin Sauce","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"8c6b7b3a-7e85-42d7-856d-52f7e2b12b52","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Temple Ball","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"53df1e50-7f7a-4314-82d6-842ed7f12614","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Temple Ball Hash","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"417ace9f-860f-4161-a931-c89d9a553d53","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Water Hash","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"916c2ed2-8e13-47fd-9106-1ffaed78f453","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Caviar","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"09e852c7-5647-47af-ae81-7ee52b846b8f","createdAt":"2023-06-30T23:25:28.995Z","updatedAt":"2023-06-30T23:25:28.995Z","deletedAt":null,"name":"Full Spectrum Oil","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"8796b980-1dc3-455f-9885-575de4fba993","createdAt":"2023-06-30T23:26:46.324Z","updatedAt":"2023-06-30T23:26:46.324Z","deletedAt":null,"name":"Flower - General","isCannabis":true,"productCategoryId":"b99d6b9f-84ee-4d68-9d60-fee8dcbf5bee","productCategoryName":"Flower"},{"id":"0fae18e4-60df-4ad9-bd7c-e825e293a700","createdAt":"2023-06-30T23:26:46.324Z","updatedAt":"2023-06-30T23:26:46.324Z","deletedAt":null,"name":"Bulk Flower","isCannabis":true,"productCategoryId":"b99d6b9f-84ee-4d68-9d60-fee8dcbf5bee","productCategoryName":"Flower"},{"id":"3f759f36-6904-4862-897e-52d1fe3558ef","createdAt":"2023-06-30T23:26:46.324Z","updatedAt":"2023-06-30T23:26:46.324Z","deletedAt":null,"name":"Infused Flower","isCannabis":true,"productCategoryId":"b99d6b9f-84ee-4d68-9d60-fee8dcbf5bee","productCategoryName":"Flower"},{"id":"b61a99b4-25cb-4160-b4e1-42f98941d78c","createdAt":"2023-06-30T23:26:46.324Z","updatedAt":"2023-06-30T23:26:46.324Z","deletedAt":null,"name":"Kief","isCannabis":true,"productCategoryId":"b99d6b9f-84ee-4d68-9d60-fee8dcbf5bee","productCategoryName":"Flower"},{"id":"35bedac6-8da0-479f-97de-ed42d9f38d21","createdAt":"2023-06-30T23:26:46.324Z","updatedAt":"2023-06-30T23:26:46.324Z","deletedAt":null,"name":"Pre-Ground","isCannabis":true,"productCategoryId":"b99d6b9f-84ee-4d68-9d60-fee8dcbf5bee","productCategoryName":"Flower"},{"id":"63e35fbe-6565-4c84-bf44-d1e426247ab2","createdAt":"2023-06-30T23:26:46.324Z","updatedAt":"2023-06-30T23:26:46.324Z","deletedAt":null,"name":"Pre-Pack","isCannabis":true,"productCategoryId":"b99d6b9f-84ee-4d68-9d60-fee8dcbf5bee","productCategoryName":"Flower"},{"id":"2fecef7c-db8b-48fd-81df-017fdd64e90b","createdAt":"2023-06-30T23:26:46.324Z","updatedAt":"2023-06-30T23:26:46.324Z","deletedAt":null,"name":"Pre-Pack Smalls","isCannabis":true,"productCategoryId":"b99d6b9f-84ee-4d68-9d60-fee8dcbf5bee","productCategoryName":"Flower"},{"id":"e677a3e5-9f2b-466a-90f7-007c9bfaf51e","createdAt":"2023-06-30T23:26:46.324Z","updatedAt":"2023-06-30T23:26:46.324Z","deletedAt":null,"name":"Shake","isCannabis":true,"productCategoryId":"b99d6b9f-84ee-4d68-9d60-fee8dcbf5bee","productCategoryName":"Flower"},{"id":"1cef3eb7-dfee-4531-935a-0ca8f77dabc2","createdAt":"2023-06-30T23:26:46.324Z","updatedAt":"2023-06-30T23:26:46.324Z","deletedAt":null,"name":"Strain Specific Shake","isCannabis":true,"productCategoryId":"b99d6b9f-84ee-4d68-9d60-fee8dcbf5bee","productCategoryName":"Flower"},{"id":"67992581-bcd7-46f1-870d-9186ab864a5a","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"Merch - General","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"1654c7dc-cc5d-40ad-aec8-d0617fccce41","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"Battery","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"4e0644eb-e10e-4142-bb91-e1791a9454bd","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"Beverage","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"f837b738-4ca2-44e8-85c9-91158c05980c","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"Bong","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"8cda91c7-22ee-41b1-a770-eacf447c7c4b","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"Book","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"a6888202-1fe7-4a6d-a923-bccfb36f04ed","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"Gift Card","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"7690fc67-985b-4bcf-b9bf-783efb31a026","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"Hat","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"ee8108fa-58c6-4162-88e0-096fb8d6ed6c","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"Hoodie","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"2322e71c-527c-4327-9269-29eedc647ce8","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"Lighter","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"5bd437e1-19c5-4d2b-9fe8-c20433522ba9","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"Dab Rig","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"0a30886f-3ab4-487a-ae9e-d708c886d099","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"Pipe","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"7af919f4-311e-422c-98b9-fa6c5b347099","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"Rolling Papers","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"f9c0cc5b-ac9c-4915-b77c-0bf29b327349","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"Snack","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"ca1f5371-adf1-4b74-a3c6-fc582d422f03","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"Sweatshirt","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"8983ffb6-50a7-46d5-8717-579c2738ae40","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"T Shirt","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"e3482f64-8e9a-465c-980d-060b32f1956e","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"Vaporizer","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"1cdad47a-cfea-4a35-b847-1a6898f7cca9","createdAt":"2023-06-30T23:27:35.086Z","updatedAt":"2023-06-30T23:27:35.086Z","deletedAt":null,"name":"Other","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"1a5cef40-de80-4dfd-a354-ddf4ca0286a8","createdAt":"2023-06-30T23:28:48.045Z","updatedAt":"2023-06-30T23:28:48.045Z","deletedAt":null,"name":"Misc - General","isCannabis":true,"productCategoryId":"dd49d7d9-18b4-4b71-8099-7e5fcfabe6ae","productCategoryName":"Misc"},{"id":"62d9f7a8-d4c3-40b4-8f23-17eec6b0ded6","createdAt":"2023-06-30T23:28:48.045Z","updatedAt":"2023-06-30T23:28:48.045Z","deletedAt":null,"name":"Suppository","isCannabis":true,"productCategoryId":"dd49d7d9-18b4-4b71-8099-7e5fcfabe6ae","productCategoryName":"Misc"},{"id":"6a568ea5-8953-4ed4-9665-4804dbd37bff","createdAt":"2023-06-30T23:28:48.045Z","updatedAt":"2023-06-30T23:28:48.045Z","deletedAt":null,"name":"Solid","isCannabis":true,"productCategoryId":"dd49d7d9-18b4-4b71-8099-7e5fcfabe6ae","productCategoryName":"Misc"},{"id":"1389506a-d1a6-465d-8801-1baed742b4b1","createdAt":"2023-06-30T23:28:48.045Z","updatedAt":"2023-06-30T23:28:48.045Z","deletedAt":null,"name":"Liquid","isCannabis":true,"productCategoryId":"dd49d7d9-18b4-4b71-8099-7e5fcfabe6ae","productCategoryName":"Misc"},{"id":"0c4760cb-9350-4bb2-8922-70bba7b79eb2","createdAt":"2023-06-30T23:28:48.045Z","updatedAt":"2023-06-30T23:28:48.045Z","deletedAt":null,"name":"Other","isCannabis":true,"productCategoryId":"dd49d7d9-18b4-4b71-8099-7e5fcfabe6ae","productCategoryName":"Misc"},{"id":"e5737ffe-929e-4f2f-b136-f41f0980fefc","createdAt":"2023-06-30T23:29:42.497Z","updatedAt":"2023-06-30T23:29:42.497Z","deletedAt":null,"name":"Non-Inv - General","isCannabis":false,"productCategoryId":"3bc75f1b-12fb-4a31-866b-f71ab2a0fefd","productCategoryName":"Non-Inv"},{"id":"8faad3dd-132d-4dbd-ac71-462377c50429","createdAt":"2023-06-30T23:29:42.497Z","updatedAt":"2023-06-30T23:29:42.497Z","deletedAt":null,"name":"Membership","isCannabis":false,"productCategoryId":"3bc75f1b-12fb-4a31-866b-f71ab2a0fefd","productCategoryName":"Non-Inv"},{"id":"a67c0d81-f7e2-4f38-80b5-cf0bfe04fef5","createdAt":"2023-06-30T23:29:42.497Z","updatedAt":"2023-06-30T23:29:42.497Z","deletedAt":null,"name":"Fee","isCannabis":false,"productCategoryId":"3bc75f1b-12fb-4a31-866b-f71ab2a0fefd","productCategoryName":"Non-Inv"},{"id":"e337116f-01b6-46d0-bebe-da6a8400c3fd","createdAt":"2023-06-30T23:29:42.497Z","updatedAt":"2023-06-30T23:29:42.497Z","deletedAt":null,"name":"Gift Card","isCannabis":false,"productCategoryId":"3bc75f1b-12fb-4a31-866b-f71ab2a0fefd","productCategoryName":"Non-Inv"},{"id":"5a094da9-b4f9-40a9-a9b7-8ab78d7b90fa","createdAt":"2023-06-30T23:29:42.497Z","updatedAt":"2023-06-30T23:29:42.497Z","deletedAt":null,"name":"Other","isCannabis":false,"productCategoryId":"3bc75f1b-12fb-4a31-866b-f71ab2a0fefd","productCategoryName":"Non-Inv"},{"id":"1c505c44-424d-43ca-95e7-069933664d4e","createdAt":"2023-06-30T23:30:31.716Z","updatedAt":"2023-06-30T23:30:31.716Z","deletedAt":null,"name":"Pill - General","isCannabis":true,"productCategoryId":"8d156ef2-c522-4f43-ab67-b4d15144bb68","productCategoryName":"Pill"},{"id":"c8a907c1-614b-45eb-9dfb-fce7d14e7b94","createdAt":"2023-06-30T23:30:31.716Z","updatedAt":"2023-06-30T23:30:31.716Z","deletedAt":null,"name":"Capsule","isCannabis":true,"productCategoryId":"8d156ef2-c522-4f43-ab67-b4d15144bb68","productCategoryName":"Pill"},{"id":"1ae4c3d4-46ce-4ca5-bb35-715119f668c0","createdAt":"2023-06-30T23:30:31.716Z","updatedAt":"2023-06-30T23:30:31.716Z","deletedAt":null,"name":"Chewable","isCannabis":true,"productCategoryId":"8d156ef2-c522-4f43-ab67-b4d15144bb68","productCategoryName":"Pill"},{"id":"920978e9-1a3c-4fed-b152-264222c9c983","createdAt":"2023-06-30T23:30:31.716Z","updatedAt":"2023-06-30T23:30:31.716Z","deletedAt":null,"name":"Tablet","isCannabis":true,"productCategoryId":"8d156ef2-c522-4f43-ab67-b4d15144bb68","productCategoryName":"Pill"},{"id":"726e902c-28eb-4b18-879d-401a9441aba5","createdAt":"2023-06-30T23:30:31.716Z","updatedAt":"2023-06-30T23:30:31.716Z","deletedAt":null,"name":"Other","isCannabis":true,"productCategoryId":"8d156ef2-c522-4f43-ab67-b4d15144bb68","productCategoryName":"Pill"},{"id":"c3379fe8-8787-4fb5-bc94-5339278c41cd","createdAt":"2023-06-30T23:31:36.710Z","updatedAt":"2023-06-30T23:31:36.710Z","deletedAt":null,"name":"Plant - General","isCannabis":true,"productCategoryId":"15fda9dc-93be-4ba0-928b-e5b07b4039c5","productCategoryName":"Plant"},{"id":"98ce16f3-919b-4700-8d26-45caaf8fb9b9","createdAt":"2023-06-30T23:31:36.710Z","updatedAt":"2023-06-30T23:31:36.710Z","deletedAt":null,"name":"Clone","isCannabis":true,"productCategoryId":"15fda9dc-93be-4ba0-928b-e5b07b4039c5","productCategoryName":"Plant"},{"id":"c0fe8a0d-89b6-4ab5-920d-b2998cbbac05","createdAt":"2023-06-30T23:31:36.710Z","updatedAt":"2023-06-30T23:31:36.710Z","deletedAt":null,"name":"Fresh Whole Plant","isCannabis":true,"productCategoryId":"15fda9dc-93be-4ba0-928b-e5b07b4039c5","productCategoryName":"Plant"},{"id":"558b94fa-45f2-4158-a3fb-e0d2b372f838","createdAt":"2023-06-30T23:31:36.710Z","updatedAt":"2023-06-30T23:31:36.710Z","deletedAt":null,"name":"Seeds","isCannabis":true,"productCategoryId":"15fda9dc-93be-4ba0-928b-e5b07b4039c5","productCategoryName":"Plant"},{"id":"32b9d7cf-d208-43db-8462-1e3dea292d39","createdAt":"2023-06-30T23:32:15.960Z","updatedAt":"2023-06-30T23:32:15.960Z","deletedAt":null,"name":"Preroll - General","isCannabis":true,"productCategoryId":"39900cf2-a554-49f5-8992-f49e6e26404e","productCategoryName":"Preroll"},{"id":"0a4dba90-7e03-43da-a55a-93fb1407485c","createdAt":"2023-06-30T23:32:15.960Z","updatedAt":"2023-06-30T23:32:15.960Z","deletedAt":null,"name":"Shake","isCannabis":true,"productCategoryId":"39900cf2-a554-49f5-8992-f49e6e26404e","productCategoryName":"Preroll"},{"id":"2dc9b3fd-3731-48d2-b062-b496b07ce4bc","createdAt":"2023-06-30T23:32:15.960Z","updatedAt":"2023-06-30T23:32:15.960Z","deletedAt":null,"name":"Flower","isCannabis":true,"productCategoryId":"39900cf2-a554-49f5-8992-f49e6e26404e","productCategoryName":"Preroll"},{"id":"ef01868c-c7ad-4d89-a321-50624ebf5475","createdAt":"2023-06-30T23:32:15.960Z","updatedAt":"2023-06-30T23:32:15.960Z","deletedAt":null,"name":"Infused","isCannabis":true,"productCategoryId":"39900cf2-a554-49f5-8992-f49e6e26404e","productCategoryName":"Preroll"},{"id":"204c4933-0c2a-4407-952c-9f3a91cdaa62","createdAt":"2023-06-30T23:32:52.145Z","updatedAt":"2023-06-30T23:32:52.145Z","deletedAt":null,"name":"Tincture - General","isCannabis":true,"productCategoryId":"8cb220ac-ccf7-4484-ab23-7433e0ad676c","productCategoryName":"Tincture"},{"id":"447c0969-57b7-40b5-acec-a4833151137e","createdAt":"2023-06-30T23:32:52.145Z","updatedAt":"2023-06-30T23:32:52.145Z","deletedAt":null,"name":"Dropper","isCannabis":true,"productCategoryId":"8cb220ac-ccf7-4484-ab23-7433e0ad676c","productCategoryName":"Tincture"},{"id":"a38d1b4d-826f-43d2-9aba-06e27537d878","createdAt":"2023-06-30T23:32:52.145Z","updatedAt":"2023-06-30T23:32:52.145Z","deletedAt":null,"name":"Spray","isCannabis":true,"productCategoryId":"8cb220ac-ccf7-4484-ab23-7433e0ad676c","productCategoryName":"Tincture"},{"id":"32797846-7b6f-40ca-93b8-9757370a641e","createdAt":"2023-06-30T23:32:52.145Z","updatedAt":"2023-06-30T23:32:52.145Z","deletedAt":null,"name":"Syrup","isCannabis":true,"productCategoryId":"8cb220ac-ccf7-4484-ab23-7433e0ad676c","productCategoryName":"Tincture"},{"id":"c87abc10-1803-4f61-a2d9-7010fab9d5fc","createdAt":"2023-06-30T23:32:52.145Z","updatedAt":"2023-06-30T23:32:52.145Z","deletedAt":null,"name":"Tincture","isCannabis":true,"productCategoryId":"8cb220ac-ccf7-4484-ab23-7433e0ad676c","productCategoryName":"Tincture"},{"id":"af1518c4-62d3-4dc5-bc35-f7c11cd12eff","createdAt":"2023-06-30T23:32:52.145Z","updatedAt":"2023-06-30T23:32:52.145Z","deletedAt":null,"name":"Other","isCannabis":true,"productCategoryId":"8cb220ac-ccf7-4484-ab23-7433e0ad676c","productCategoryName":"Tincture"},{"id":"c51727bb-f5d7-44b6-a289-500e27f958ab","createdAt":"2023-06-30T23:33:50.248Z","updatedAt":"2023-06-30T23:33:50.248Z","deletedAt":null,"name":"Topical - General","isCannabis":true,"productCategoryId":"84dc38c6-a4a4-4e92-947f-a63c30fb6e60","productCategoryName":"Topical"},{"id":"8cdb7657-843c-4a1a-a7a1-c19c149fad54","createdAt":"2023-06-30T23:33:50.248Z","updatedAt":"2023-06-30T23:33:50.248Z","deletedAt":null,"name":"Balm","isCannabis":true,"productCategoryId":"84dc38c6-a4a4-4e92-947f-a63c30fb6e60","productCategoryName":"Topical"},{"id":"abe8e27d-b7cd-4097-958a-39ff3e235e83","createdAt":"2023-06-30T23:33:50.248Z","updatedAt":"2023-06-30T23:33:50.248Z","deletedAt":null,"name":"Cream","isCannabis":true,"productCategoryId":"84dc38c6-a4a4-4e92-947f-a63c30fb6e60","productCategoryName":"Topical"},{"id":"7c65fd8f-7f9e-442b-9b66-a1dbd26f7cda","createdAt":"2023-06-30T23:33:50.248Z","updatedAt":"2023-06-30T23:33:50.248Z","deletedAt":null,"name":"Gel","isCannabis":true,"productCategoryId":"84dc38c6-a4a4-4e92-947f-a63c30fb6e60","productCategoryName":"Topical"},{"id":"5923d796-e5fb-4027-9292-fae3b851e4c8","createdAt":"2023-06-30T23:33:50.248Z","updatedAt":"2023-06-30T23:33:50.248Z","deletedAt":null,"name":"Lotion","isCannabis":true,"productCategoryId":"84dc38c6-a4a4-4e92-947f-a63c30fb6e60","productCategoryName":"Topical"},{"id":"cd3b98df-291d-4e73-99d3-8270234afd1f","createdAt":"2023-06-30T23:33:50.248Z","updatedAt":"2023-06-30T23:33:50.248Z","deletedAt":null,"name":"Oil","isCannabis":true,"productCategoryId":"84dc38c6-a4a4-4e92-947f-a63c30fb6e60","productCategoryName":"Topical"},{"id":"aec78e5c-51eb-41cb-90c8-01cf91fab693","createdAt":"2023-06-30T23:33:50.248Z","updatedAt":"2023-06-30T23:33:50.248Z","deletedAt":null,"name":"Patch","isCannabis":true,"productCategoryId":"84dc38c6-a4a4-4e92-947f-a63c30fb6e60","productCategoryName":"Topical"},{"id":"72ae7ba0-8d01-4904-a58f-07fd754662b1","createdAt":"2023-06-30T23:33:50.248Z","updatedAt":"2023-06-30T23:33:50.248Z","deletedAt":null,"name":"Salve","isCannabis":true,"productCategoryId":"84dc38c6-a4a4-4e92-947f-a63c30fb6e60","productCategoryName":"Topical"},{"id":"4921333b-4ce6-40ca-a543-c12d3f0ba325","createdAt":"2023-06-30T23:33:50.248Z","updatedAt":"2023-06-30T23:33:50.248Z","deletedAt":null,"name":"Spray","isCannabis":true,"productCategoryId":"84dc38c6-a4a4-4e92-947f-a63c30fb6e60","productCategoryName":"Topical"},{"id":"b47158b4-7f31-4a54-ab07-dabe3c9b10bc","createdAt":"2023-06-30T23:33:50.248Z","updatedAt":"2023-06-30T23:33:50.248Z","deletedAt":null,"name":"Other","isCannabis":true,"productCategoryId":"84dc38c6-a4a4-4e92-947f-a63c30fb6e60","productCategoryName":"Topical"},{"id":"ffb26b39-2c5f-4c07-a13a-1a8ce827d39a","createdAt":"2025-05-14T15:30:49.596Z","updatedAt":"2025-05-14T15:30:49.469Z","deletedAt":null,"name":"Bulk Extract","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"10f393dc-328f-44e9-8307-d9c0963a2c84","createdAt":"2023-11-29T06:16:47.785Z","updatedAt":"2025-02-26T21:15:33.712Z","deletedAt":null,"name":"Oil","isCannabis":false,"productCategoryId":"55494b61-da32-4f7d-8340-282fe2965ac8","productCategoryName":"CBD"},{"id":"e1238aba-535d-4310-8f7e-f7eb0ca30f46","createdAt":"2023-11-29T06:16:47.785Z","updatedAt":"2025-02-26T21:14:40.621Z","deletedAt":null,"name":"Tincture","isCannabis":false,"productCategoryId":"55494b61-da32-4f7d-8340-282fe2965ac8","productCategoryName":"CBD"},{"id":"ec764c4e-e467-4f47-bcf3-9758dab935ec","createdAt":"2023-11-29T06:16:47.785Z","updatedAt":"2025-02-26T21:14:40.621Z","deletedAt":null,"name":"CBD - General","isCannabis":false,"productCategoryId":"55494b61-da32-4f7d-8340-282fe2965ac8","productCategoryName":"CBD"},{"id":"fa5c1843-5784-4552-aed7-2b8855763d39","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2025-02-26T21:14:40.621Z","deletedAt":null,"name":"Topical","isCannabis":false,"productCategoryId":"55494b61-da32-4f7d-8340-282fe2965ac8","productCategoryName":"CBD"},{"id":"f59e37ba-c3d5-41a5-9ab9-05fb49ebd787","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2025-02-26T21:14:40.621Z","deletedAt":null,"name":"Beverage","isCannabis":false,"productCategoryId":"55494b61-da32-4f7d-8340-282fe2965ac8","productCategoryName":"CBD"},{"id":"53d25834-6a0e-4450-a9c4-940ee2b10622","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2025-02-26T21:14:40.621Z","deletedAt":null,"name":"Cartridge","isCannabis":false,"productCategoryId":"55494b61-da32-4f7d-8340-282fe2965ac8","productCategoryName":"CBD"},{"id":"8a4251aa-8a26-4cc1-af89-fc2ad79d5580","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2025-02-26T21:14:40.621Z","deletedAt":null,"name":"Edible","isCannabis":false,"productCategoryId":"55494b61-da32-4f7d-8340-282fe2965ac8","productCategoryName":"CBD"},{"id":"6c4523e6-2b27-489e-89d0-d863de8692a7","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2025-02-26T21:14:40.621Z","deletedAt":null,"name":"Extract","isCannabis":false,"productCategoryId":"55494b61-da32-4f7d-8340-282fe2965ac8","productCategoryName":"CBD"},{"id":"05b8609f-df63-4282-9973-213ca7db995f","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2025-02-28T18:35:58.751Z","deletedAt":null,"name":"Bath","isCannabis":true,"productCategoryId":"dd49d7d9-18b4-4b71-8099-7e5fcfabe6ae","productCategoryName":"Misc"},{"id":"36380ca3-7922-4d1b-9035-c35edbbb7b30","createdAt":"2023-06-30T23:22:13.627Z","updatedAt":"2025-03-10T17:28:58.918Z","deletedAt":null,"name":"Distillate","isCannabis":true,"productCategoryId":"47479cfd-c482-4077-98a1-6157097c3db7","productCategoryName":"Cartridge"},{"id":"2f7e3683-bddd-45dc-9cb5-4336dd1288ad","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Seltzer","isCannabis":true,"productCategoryId":"96cfabcd-d951-4a1b-88a6-56c0601e269d","productCategoryName":"Beverage"},{"id":"5eeda9dd-f79c-4302-8c6d-011db4f75ae0","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Rosin","isCannabis":true,"productCategoryId":"47479cfd-c482-4077-98a1-6157097c3db7","productCategoryName":"Cartridge"},{"id":"26550d8b-1628-4a93-954d-e81dc3e6f221","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2025-02-26T21:14:40.621Z","deletedAt":null,"name":"Pill","isCannabis":false,"productCategoryId":"55494b61-da32-4f7d-8340-282fe2965ac8","productCategoryName":"CBD"},{"id":"aa7e9335-9bc4-4fa6-a8f7-386e878ab65c","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Honey","isCannabis":true,"productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategoryName":"Edible"},{"id":"fabd1801-71f0-4995-a3b2-63e61b3d609d","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Moon Rocks","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"f222a6a0-024e-45c8-b2c5-5a8f202dd49a","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Bubble Hash","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"8f05891f-0c0c-4e3d-90ef-0b2ed1466fdd","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Jam","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"d7b927aa-b184-4ec9-81ff-59974b3a5dbd","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Rosin","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"59274be4-daeb-44f2-a7d3-568bbc814211","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Live Resin Sauce","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"eb76a643-d5d4-4e82-a6c8-c04bb357e78b","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Kief","isCannabis":true,"productCategoryId":"adfc3fde-a5ec-4bce-82b4-f82c3b3d646d","productCategoryName":"Extract"},{"id":"864075e7-157d-41e0-b5f0-ab31d48b2ea8","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Accessory","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"30f52d63-57b1-457b-9cf6-8d1a4c8cabb0","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Apparel","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"1a35a204-fe23-43ef-a0fc-3eef1ae23e4a","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Grinder","isCannabis":false,"productCategoryId":"941744d0-9354-47bb-a95b-547faae7120c","productCategoryName":"Merch"},{"id":"8688b14c-409e-424a-ba42-f1e528e072d7","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Blunt","isCannabis":true,"productCategoryId":"39900cf2-a554-49f5-8992-f49e6e26404e","productCategoryName":"Preroll"},{"id":"e2bd2796-4b66-4948-853f-7f303845a67c","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Infused Blunt","isCannabis":true,"productCategoryId":"39900cf2-a554-49f5-8992-f49e6e26404e","productCategoryName":"Preroll"},{"id":"fbb974a0-d28d-496d-9f8f-cdf628d89099","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Cosmetic","isCannabis":true,"productCategoryId":"84dc38c6-a4a4-4e92-947f-a63c30fb6e60","productCategoryName":"Topical"},{"id":"e1e0fe7f-839b-4abe-a46e-bda8730b8eed","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Lubricant","isCannabis":true,"productCategoryId":"84dc38c6-a4a4-4e92-947f-a63c30fb6e60","productCategoryName":"Topical"},{"id":"143b29df-550a-4731-8683-c4bce81a6f5c","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Roll-On","isCannabis":true,"productCategoryId":"84dc38c6-a4a4-4e92-947f-a63c30fb6e60","productCategoryName":"Topical"},{"id":"ed9fe2c0-6d23-41fb-8dfe-3add47b6460b","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Sauce","isCannabis":true,"productCategoryId":"8cb220ac-ccf7-4484-ab23-7433e0ad676c","productCategoryName":"Tincture"},{"id":"5d9b974e-28bf-4e5f-ae63-d454cb89a131","createdAt":"2024-08-28T18:26:39.189Z","updatedAt":"2024-08-28T18:26:39.189Z","deletedAt":null,"name":"Teen","isCannabis":true,"productCategoryId":"15fda9dc-93be-4ba0-928b-e5b07b4039c5","productCategoryName":"Plant"},{"id":"eadbaab8-7017-42dd-9bf4-d57983b30b5a","createdAt":"2024-09-04T06:45:03.694Z","updatedAt":"2025-02-03T19:44:38.513Z","deletedAt":null,"name":"All In One","isCannabis":true,"productCategoryId":"47479cfd-c482-4077-98a1-6157097c3db7","productCategoryName":"Cartridge"}]}},"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"a5940bac-4853-46ed-aa04-a6d7eb271623"},"createdAt":{"type":"string","example":"2023-06-30T23:21:11.577Z","format":"date-time"},"updatedAt":{"type":"string","example":"2023-06-30T23:21:11.577Z","format":"date-time"},"deletedAt":{"type":"string","format":"date-time"},"name":{"type":"string","example":"Beverage - General"},"isCannabis":{"type":"boolean","example":true,"default":true},"productCategoryId":{"type":"string","example":"96cfabcd-d951-4a1b-88a6-56c0601e269d"},"productCategoryName":{"type":"string","example":"Beverage"}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":{"message":"Event Schema Validation Failed","errorType":"Validation","errorMsgs":["must be a valid GUID"],"failed":[{"entity":{"ids":["8c7691b0-d9af-4b7b-ab9e-b36ef3c7c83"]},"errors":["must be a valid GUID"]}]}}},"schema":{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"must be a valid GUID"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string","example":"8c7691b0-d9af-4b7b-ab9e-b36ef3c7c83"}}}},"errors":{"type":"array","items":{"type":"string","example":"must be a valid GUID"}}}}}}}}}}}}},"/{ver}/product-category":{"get":{"summary":"Categories - Read","description":"This endpoint returns product category records. All records will be returned if the optional `ids` param is excluded.","operationId":"catalog-categories-read","parameters":[{"name":"ids","in":"query","description":"(optional) The `id` GUID of the product category to be returned. Exclude to return all values.","schema":{"type":"array","items":{"type":"string"}}},{"in":"path","name":"ver","schema":{"type":"string","default":"v3"},"required":true}],"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":"[\n {\n \"id\": \"39900cf2-a554-49f5-8992-f49e6e26404e\",\n \"createdAt\": \"2023-06-30T23:06:02.856Z\",\n \"updatedAt\": \"2024-01-19T17:35:34.710Z\",\n \"deletedAt\": null,\n \"name\": \"Preroll\",\n \"isCannabis\": true,\n \"uoms\": [\n {\n \"label\": \"GRAMS\",\n \"value\": \"GRAMS\",\n \"isDefault\": true\n },\n {\n \"label\": \"MILLIGRAMS\",\n \"value\": \"MILLIGRAMS\",\n \"isDefault\": false\n }\n ],\n \"productFormDetails\": [\n {\n \"input\": \"classification\",\n \"label\": \"Classification\",\n \"state\": [],\n \"required\": false,\n \"inputType\": \"string\"\n },\n {\n \"input\": \"strain\",\n \"label\": \"Strain\",\n \"state\": [],\n \"required\": false,\n \"inputType\": \"string\"\n }\n ],\n \"variantFormDetails\": [\n {\n \"input\": \"totalMgCbd\",\n \"label\": \"Total mg CBD\",\n \"state\": [],\n \"required\": false,\n \"inputType\": \"number\"\n },\n {\n \"input\": \"totalMgThc\",\n \"label\": \"Total mg THC\",\n \"state\": [],\n \"required\": false,\n \"inputType\": \"number\"\n },\n {\n \"icon\": \"PL\",\n \"input\": \"totalFlowerWeight\",\n \"label\": \"Total Flower Weight (g) *\",\n \"state\": [],\n \"required\": true,\n \"inputType\": \"number\"\n },\n {\n \"input\": \"totalConcentrateWeight\",\n \"label\": \"Total Concentrate Weight (g) *\",\n \"state\": [],\n \"toolTip\": \"This field is only required for the Infused Preroll subcategory.\",\n \"required\": false,\n \"inputType\": \"number\"\n },\n {\n \"input\": \"netWeight\",\n \"label\": \"Net Weight\",\n \"state\": [],\n \"required\": false,\n \"inputType\": \"number\"\n },\n {\n \"input\": \"netWeightUom\",\n \"label\": \"Net Weight UoM\",\n \"state\": [],\n \"required\": false,\n \"inputType\": \"string\"\n }\n ]\n }\n]"}},"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"39900cf2-a554-49f5-8992-f49e6e26404e"},"createdAt":{"type":"string","example":"2023-06-30T23:06:02.856Z"},"updatedAt":{"type":"string","example":"2024-01-19T17:35:34.710Z"},"deletedAt":{},"name":{"type":"string","example":"Preroll"},"isCannabis":{"type":"boolean","example":true,"default":true},"uoms":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","example":"GRAMS"},"value":{"type":"string","example":"GRAMS"},"isDefault":{"type":"boolean","example":true,"default":true}}}},"productFormDetails":{"type":"array","items":{"type":"object","properties":{"input":{"type":"string","example":"classification"},"label":{"type":"string","example":"Classification"},"state":{"type":"array","items":{"type":"object","properties":{}}},"required":{"type":"boolean","example":false,"default":true},"inputType":{"type":"string","example":"string"}}}},"variantFormDetails":{"type":"array","items":{"type":"object","properties":{"input":{"type":"string","example":"totalMgCbd"},"label":{"type":"string","example":"Total mg CBD"},"state":{"type":"array","items":{"type":"object","properties":{}}},"required":{"type":"boolean","example":false,"default":true},"inputType":{"type":"string","example":"number"}}}}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":"{}"}},"schema":{"type":"object","properties":{}}}}}},"deprecated":false}},"/{ver}/product":{"get":{"summary":"Get Products by ID","description":"","operationId":"catalog-product-read","parameters":[{"name":"ids","in":"query","description":"`id` of the product to be retrieved.","required":true,"schema":{"type":"array","items":{"type":"string"}}},{"in":"path","name":"ver","schema":{"type":"string","default":"v3"},"required":true}],"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":[{"id":"01da5dbd-4e45-44d5-a62e-0e349f221cff","createdAt":"2025-06-23T14:26:59.056Z","updatedAt":"2026-02-03T18:44:08.016Z","deletedAt":null,"brandId":"461fcf07-6e11-4c1e-943a-261c2956d695","details":{"classification":"Hybrid","extractionMethod":"Solventless"},"status":"active","deprecatedAmount":null,"name":"Super Mega Wicked Awesome Yum Yums","organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","productSubCategoryId":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652","referenceIds":[],"strain":null,"pricingMethod":"FLAT","priceTierId":null,"targetMergedProductId":null,"brand":{"id":"461fcf07-6e11-4c1e-943a-261c2956d695","createdAt":"2024-12-12T16:38:10.014Z","updatedAt":"2024-12-12T16:38:10.014Z","deletedAt":null,"name":"Camino","organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"productSubCategory":{"id":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652","name":"Gummy","productCategoryId":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","productCategory":{"id":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf","name":"Edible"}},"variants":[{"id":"99dd4a54-4095-42e4-987e-b23ad59d2ac3","createdAt":"2025-06-23T14:29:11.503Z","updatedAt":"2026-02-03T18:26:25.785Z","deletedAt":null,"name":"Super Mega Wicked Awesome Yum Yums - 10 mg","labelPrinter":null,"defaultPrices":{"base":2500},"details":{"doses":1,"netWeight":10,"cbdPerDose":1,"thcPerDose":10,"totalMgCbd":1,"totalMgThc":10,"description":"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd.","netWeightUom":"MILLIGRAMS","useCustomName":false,"hideFromEcomMenu":false},"status":"active","sku":null,"additionalSku":[],"uom":"milligrams","liquidVolumeUom":null,"amount":10,"liquidVolumeAmount":null,"unitCount":1,"merchandiseSize":null,"organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","productId":"01da5dbd-4e45-44d5-a62e-0e349f221cff","referenceIds":[{"sourceId":"456789","sourceName":"myReferenceId"},{"sourceId":"654987654","sourceName":"External ID"}],"targetMergedVariantId":null,"parentId":null,"label":"10 mg"},{"id":"d0688962-79f8-4250-b2dc-fe173279a1fc","createdAt":"2026-01-20T14:48:44.763Z","updatedAt":"2026-02-03T18:26:25.786Z","deletedAt":null,"name":"Super Mega Wicked Awesome Yum Yums - 10 mg - Sample","labelPrinter":null,"defaultPrices":{"base":1},"details":{"doses":1,"isSample":true,"netWeight":10,"cbdPerDose":1,"thcPerDose":10,"totalMgCbd":1,"totalMgThc":10,"description":"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd.","netWeightUom":"MILLIGRAMS","useCustomName":false,"hideFromEcomMenu":true},"status":"active","sku":null,"additionalSku":[],"uom":"milligrams","liquidVolumeUom":null,"amount":10,"liquidVolumeAmount":null,"unitCount":1,"merchandiseSize":null,"organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","productId":"01da5dbd-4e45-44d5-a62e-0e349f221cff","referenceIds":[],"targetMergedVariantId":null,"parentId":"99dd4a54-4095-42e4-987e-b23ad59d2ac3","label":"10 mg - Sample"}],"productAttributes":[]}]}},"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"01da5dbd-4e45-44d5-a62e-0e349f221cff"},"createdAt":{"type":"string","example":"2025-06-23T14:26:59.056Z"},"updatedAt":{"type":"string","example":"2026-02-03T18:44:08.016Z"},"deletedAt":{},"brandId":{"type":"string","example":"461fcf07-6e11-4c1e-943a-261c2956d695"},"details":{"type":"object","properties":{"classification":{"type":"string","example":"Hybrid"},"extractionMethod":{"type":"string","example":"Solventless"}}},"status":{"type":"string","example":"active"},"deprecatedAmount":{},"name":{"type":"string","example":"Super Mega Wicked Awesome Yum Yums"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"productSubCategoryId":{"type":"string","example":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652"},"referenceIds":{"type":"array","items":{"type":"object","properties":{}}},"strain":{},"pricingMethod":{"type":"string","example":"FLAT"},"priceTierId":{},"targetMergedProductId":{},"brand":{"type":"object","properties":{"id":{"type":"string","example":"461fcf07-6e11-4c1e-943a-261c2956d695"},"createdAt":{"type":"string","example":"2024-12-12T16:38:10.014Z"},"updatedAt":{"type":"string","example":"2024-12-12T16:38:10.014Z"},"deletedAt":{},"name":{"type":"string","example":"Camino"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"}}},"productSubCategory":{"type":"object","properties":{"id":{"type":"string","example":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652"},"name":{"type":"string","example":"Gummy"},"productCategoryId":{"type":"string","example":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf"},"productCategory":{"type":"object","properties":{"id":{"type":"string","example":"6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf"},"name":{"type":"string","example":"Edible"}}}}},"variants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"99dd4a54-4095-42e4-987e-b23ad59d2ac3"},"createdAt":{"type":"string","example":"2025-06-23T14:29:11.503Z"},"updatedAt":{"type":"string","example":"2026-02-03T18:26:25.785Z"},"deletedAt":{},"name":{"type":"string","example":"Super Mega Wicked Awesome Yum Yums - 10 mg"},"labelPrinter":{},"defaultPrices":{"type":"object","properties":{"base":{"type":"integer","example":2500,"default":0}}},"details":{"type":"object","properties":{"doses":{"type":"integer","example":1,"default":0},"netWeight":{"type":"integer","example":10,"default":0},"cbdPerDose":{"type":"integer","example":1,"default":0},"thcPerDose":{"type":"integer","example":10,"default":0},"totalMgCbd":{"type":"integer","example":1,"default":0},"totalMgThc":{"type":"integer","example":10,"default":0},"description":{"type":"string","example":"As the name says, these are even more awesome than their predecessor, Mega Wicked Awesome Yum Yums. Who'd have thought this was even possible? Putting this much awesomeness into a gummy is just absurd."},"netWeightUom":{"type":"string","example":"MILLIGRAMS"},"useCustomName":{"type":"boolean","example":false,"default":true},"hideFromEcomMenu":{"type":"boolean","example":false,"default":true}}},"status":{"type":"string","example":"active"},"sku":{},"additionalSku":{"type":"array","items":{"type":"object","properties":{}}},"uom":{"type":"string","example":"milligrams"},"liquidVolumeUom":{},"amount":{"type":"integer","example":10,"default":0},"liquidVolumeAmount":{},"unitCount":{"type":"integer","example":1,"default":0},"merchandiseSize":{},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"productId":{"type":"string","example":"01da5dbd-4e45-44d5-a62e-0e349f221cff"},"referenceIds":{"type":"array","items":{"type":"object","properties":{"sourceId":{"type":"string","example":"456789"},"sourceName":{"type":"string","example":"myReferenceId"}}}},"targetMergedVariantId":{},"parentId":{},"label":{"type":"string","example":"10 mg"}}}},"productAttributes":{"type":"array","items":{"type":"object","properties":{}}}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":""}}}}}},"deprecated":false}},"/{ver}/resolved-subcategory":{"get":{"summary":"Subcategories - Resolved","description":"Returns the organization's effective subcategory set: every custom subcategory the org has created, unioned with every global (canonical) subcategory. Each row is tagged `type: custom | canonical` and carries `isExcluded`, `isShadowed`, and the `shownInProductDropdown` rollup. With no parameters only rows where `shownInProductDropdown` is `true` are returned, which is the set a product picker should offer. Use `id + type` from this response when assigning a subcategory on product create/update: `customSubCategoryId` for custom rows, `productSubCategoryId` for canonical rows.","operationId":"catalog-categories-read-1-1","parameters":[{"in":"path","name":"ver","schema":{"type":"string","default":"v3"},"required":true,"description":""},{"in":"query","name":"productCategoryId","schema":{"type":"string"},"description":"Scope the list to one product category. Required when `includeProductCounts` is `true`."},{"in":"query","name":"includeShadowed","schema":{"type":"boolean"},"description":"Also return rows hidden from the picker (canonicals that are shadowed by a custom, and excluded canonicals)."},{"in":"query","name":"includeProductCounts","schema":{"type":"boolean"},"description":"Add `productCount` (direct assignments only) to each row. Requires `productCategoryId`."},{"in":"query","name":"includeDeleted","schema":{"type":"boolean"},"description":"Also return soft-deleted custom subcategories as display-only rows flagged `deleted: true`, so a stored id can still be labelled."}],"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":[{"id":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10","type":"custom","displayName":"Disposable","productSubCategoryId":"a5940bac-4853-46ed-aa04-a6d7eb271623","canonicalSubCategoryName":"All In One","productCategoryId":"8b0d2c4e-6f1a-4b3c-9d7e-2a5f8c1b4d60","productCategoryName":"Cartridge","organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","isExcluded":false,"isShadowed":false,"shownInProductDropdown":true,"isBulk":false},{"id":"a5940bac-4853-46ed-aa04-a6d7eb271623","type":"canonical","displayName":"All In One","productSubCategoryId":"a5940bac-4853-46ed-aa04-a6d7eb271623","canonicalSubCategoryName":"All In One","productCategoryId":"8b0d2c4e-6f1a-4b3c-9d7e-2a5f8c1b4d60","productCategoryName":"Cartridge","organizationId":null,"isExcluded":false,"isShadowed":true,"shownInProductDropdown":false,"isBulk":false}]}},"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10"},"type":{"type":"string","example":"custom"},"displayName":{"type":"string","example":"Disposable"},"productSubCategoryId":{"type":"string","example":"a5940bac-4853-46ed-aa04-a6d7eb271623"},"canonicalSubCategoryName":{"type":"string","example":"All In One"},"productCategoryId":{"type":"string","example":"8b0d2c4e-6f1a-4b3c-9d7e-2a5f8c1b4d60"},"productCategoryName":{"type":"string","example":"Cartridge"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"isExcluded":{"type":"boolean","example":false,"default":true},"isShadowed":{"type":"boolean","example":false,"default":true},"shownInProductDropdown":{"type":"boolean","example":true,"default":true},"isBulk":{"type":"boolean","example":false,"default":true}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":{"message":"Event Schema Validation Failed","errorType":"Validation","errorMsgs":["\"productSubCategoryId\" must be a valid GUID","\"productSubCategoryId\" must be a valid GUID"],"failed":[{"entity":{"key_0":4708.6358186846},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"},"key_1":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"}}},{"entity":{"key_0":"string","key_1":false,"key_2":9514.105203063558},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"},"key_1":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"},"key_2":{"code":"SUB_CATEGORY_EXCLUSION_CANONICAL_HAS_CUSTOMS"},"key_3":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"},"key_4":{"code":"CUSTOM_SUBCATEGORY_IN_USE"}}}]}}},"schema":{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"\"productSubCategoryId\" must be a valid GUID"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"key_0":{"type":"number","example":4708.6358186846,"default":0}}},"errors":{"type":"array","items":{"type":"string","example":"string"}},"errorDetails":{"type":"object","properties":{"key_0":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"}}},"key_1":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"}}}}}}}}}}}}}},"x-internal":false}},"/{ver}/custom-subcategory":{"get":{"summary":"Custom Subcategories - Read","description":"Returns the organization's live custom subcategories, each enriched with the global subcategory and category it maps to. All records are returned when `ids` is omitted. For building a picker, prefer Subcategories - Resolved Read.","operationId":"catalog-categories-read-1-1-1","parameters":[{"name":"ids","in":"query","description":"(optional) The `id` GUID(s) of the custom subcategories to return. Repeat the parameter for multiple ids (`?ids=a&ids=b`). Exclude to return all values.","schema":{"type":"array","items":{"type":"string"}}},{"in":"path","name":"ver","schema":{"type":"string","default":"v3"},"required":true}],"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":[{"id":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10","organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","displayName":"Disposable","productSubCategoryId":"a5940bac-4853-46ed-aa04-a6d7eb271623","productSubCategoryName":"All In One","productCategoryId":"8b0d2c4e-6f1a-4b3c-9d7e-2a5f8c1b4d60","productCategoryName":"Cartridge"}]}},"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"displayName":{"type":"string","example":"Disposable"},"productSubCategoryId":{"type":"string","example":"a5940bac-4853-46ed-aa04-a6d7eb271623"},"productSubCategoryName":{"type":"string","example":"All In One"},"productCategoryId":{"type":"string","example":"8b0d2c4e-6f1a-4b3c-9d7e-2a5f8c1b4d60"},"productCategoryName":{"type":"string","example":"Cartridge"}}}}}}},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":{"message":"Event Schema Validation Failed","errorType":"Validation","errorMsgs":["\"productSubCategoryId\" must be a valid GUID","\"productSubCategoryId\" must be a valid GUID"],"failed":[{"entity":{"key_0":4708.6358186846},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"},"key_1":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"}}},{"entity":{"key_0":"string","key_1":false,"key_2":9514.105203063558},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"},"key_1":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"},"key_2":{"code":"SUB_CATEGORY_EXCLUSION_CANONICAL_HAS_CUSTOMS"},"key_3":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"},"key_4":{"code":"CUSTOM_SUBCATEGORY_IN_USE"}}}]}}},"schema":{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"\"productSubCategoryId\" must be a valid GUID"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"key_0":{"type":"number","example":4708.6358186846,"default":0}}},"errors":{"type":"array","items":{"type":"string","example":"string"}},"errorDetails":{"type":"object","properties":{"key_0":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"}}},"key_1":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"}}}}}}}}}}}}}},"x-internal":false},"post":{"summary":"Custom Subcategories - Create","description":"Creates one or more custom subcategories for the organization. Each custom maps to exactly one global subcategory (`productSubCategoryId`), which is fixed at create. Creating a custom hides (shadows) its global subcategory from the product picker; the custom's `displayName` shows instead. `displayName` must be unique within the category, case-insensitive, against every global subcategory name and the org's other customs. It may match the name of the global subcategory it maps to, but no other. Requires the Catalog Management - Custom Subcategories feature to be enabled for the organization.","operationId":"catalog-categories-read-1-1-1-2","parameters":[{"in":"path","name":"ver","schema":{"type":"string","default":"v3"},"required":true}],"responses":{"200":{"description":"200","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"displayName":{"type":"string","example":"Disposable"},"productSubCategoryId":{"type":"string","example":"a5940bac-4853-46ed-aa04-a6d7eb271623"}}}}}},"examples":{"OK":{"summary":"OK","value":{"data":[{"id":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10","organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","displayName":"Disposable","productSubCategoryId":"a5940bac-4853-46ed-aa04-a6d7eb271623"}]}}}}}},"206":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{}}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"displayName":{"type":"string","example":"Gummy"},"productSubCategoryId":{"type":"string","example":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652"}}},"errors":{"type":"array","items":{"type":"string","example":"Custom subcategory name cannot match a Treez subcategory name"}}}}}}},"examples":{"Partial Content":{"summary":"Partial Content","value":{"data":[],"failed":[{"entity":{"displayName":"Gummy","productSubCategoryId":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652"},"errors":["Custom subcategory name cannot match a Treez subcategory name"]}]}}}}},"description":"Partial Content"},"400":{"description":"400","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"\"productSubCategoryId\" must be a valid GUID"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"key_0":{"type":"number","example":4708.6358186846,"default":0}}},"errors":{"type":"array","items":{"type":"string","example":"string"}},"errorDetails":{"type":"object","properties":{"key_0":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"}}},"key_1":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"}}}}}}}}}},"examples":{"Bad Request":{"summary":"Bad Request","value":{"message":"Event Schema Validation Failed","errorType":"Validation","errorMsgs":["\"productSubCategoryId\" must be a valid GUID","\"productSubCategoryId\" must be a valid GUID"],"failed":[{"entity":{"key_0":4708.6358186846},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"},"key_1":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"}}},{"entity":{"key_0":"string","key_1":false,"key_2":9514.105203063558},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"},"key_1":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"},"key_2":{"code":"SUB_CATEGORY_EXCLUSION_CANONICAL_HAS_CUSTOMS"},"key_3":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"},"key_4":{"code":"CUSTOM_SUBCATEGORY_IN_USE"}}}]}}}}}}},"x-internal":false,"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"displayName":{"type":"string"},"productSubCategoryId":{"type":"string"}},"required":["displayName","productSubCategoryId"]}}}}}},"patch":{"summary":"Custom Subcategories - Update","description":"Renames one or more custom subcategories. `displayName` is the only mutable field; the global subcategory a custom maps to cannot be changed. The same uniqueness rules as create apply, and keeping the current name is allowed. Requires the `Catalog Management - Custom Subcategories` feature to be enabled for the organization.","operationId":"catalog-categories-read-1-1-1-2-1","parameters":[{"in":"path","name":"ver","schema":{"type":"string","default":"v3"},"required":true}],"responses":{"200":{"description":"200","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"displayName":{"type":"string","example":"Disposable"},"productSubCategoryId":{"type":"string","example":"a5940bac-4853-46ed-aa04-a6d7eb271623"}}}}}},"examples":{"OK":{"summary":"OK","value":{"data":[{"id":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10","organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","displayName":"Disposable","productSubCategoryId":"a5940bac-4853-46ed-aa04-a6d7eb271623"}]}}}}}},"206":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"displayName":{"type":"string","example":"Disposable"},"productSubCategoryId":{"type":"string","example":"a5940bac-4853-46ed-aa04-a6d7eb271623"}}}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"key_0":{"type":"integer","example":7670,"default":0}}},"errors":{"type":"array","items":{"type":"string","example":"string"}},"errorDetails":{"type":"object","properties":{"key_0":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_CANONICAL_HAS_CUSTOMS"}}}}}}}}}},"examples":{"Partial Content":{"summary":"Partial Content","value":{"data":[{"id":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10","organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","displayName":"Disposable","productSubCategoryId":"a5940bac-4853-46ed-aa04-a6d7eb271623"},{"id":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10","organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","displayName":"Disposable","productSubCategoryId":"a5940bac-4853-46ed-aa04-a6d7eb271623"}],"failed":[{"entity":{"key_0":7670},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_CANONICAL_HAS_CUSTOMS"}}},{"entity":{"key_0":3306.947577323918,"key_1":false},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"},"key_1":{"code":"SUB_CATEGORY_EXCLUSION_CANONICAL_HAS_CUSTOMS"},"key_2":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"}}}]}}}}},"description":"Partial Content"},"400":{"description":"400","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"\"productSubCategoryId\" must be a valid GUID"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"key_0":{"type":"number","example":4708.6358186846,"default":0}}},"errors":{"type":"array","items":{"type":"string","example":"string"}},"errorDetails":{"type":"object","properties":{"key_0":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"}}},"key_1":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"}}}}}}}}}},"examples":{"Bad Request":{"summary":"Bad Request","value":{"message":"Event Schema Validation Failed","errorType":"Validation","errorMsgs":["\"productSubCategoryId\" must be a valid GUID","\"productSubCategoryId\" must be a valid GUID"],"failed":[{"entity":{"key_0":4708.6358186846},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"},"key_1":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"}}},{"entity":{"key_0":"string","key_1":false,"key_2":9514.105203063558},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"},"key_1":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"},"key_2":{"code":"SUB_CATEGORY_EXCLUSION_CANONICAL_HAS_CUSTOMS"},"key_3":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"},"key_4":{"code":"CUSTOM_SUBCATEGORY_IN_USE"}}}]}}}}}}},"x-internal":false,"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"displayName":{"type":"string"},"productSubCategoryId":{"type":"string"}},"required":["displayName","productSubCategoryId"]}}}}}},"delete":{"summary":"Custom Subcategories - Delete","description":"Soft-deletes one or more custom subcategories. A custom that is still assigned to products is rejected with a structured `CUSTOM_SUBCATEGORY_IN_USE` error; reassign those products first (Product - Update with a new `customSubCategoryId`, or `customSubCategoryId: null`). Deleting the last custom over a global subcategory makes that global subcategory visible in the picker again. Requires the Catalog Management - Custom Subcategories feature to be enabled for the organization.","operationId":"catalog-categories-read-1-1-1-2-1-1","parameters":[{"in":"path","name":"ver","schema":{"type":"string","default":"v3"},"required":true}],"responses":{"200":{"description":"200","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"displayName":{"type":"string","example":"Disposable"},"productSubCategoryId":{"type":"string","example":"a5940bac-4853-46ed-aa04-a6d7eb271623"}}}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"key_0":{"type":"integer","example":7670,"default":0}}},"errors":{"type":"array","items":{"type":"string","example":"string"}},"errorDetails":{"type":"object","properties":{"key_0":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_CANONICAL_HAS_CUSTOMS"}}}}}}}}}},"examples":{"OK":{"summary":"OK","value":{"data":[{"id":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10","organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","displayName":"Disposable","productSubCategoryId":"a5940bac-4853-46ed-aa04-a6d7eb271623"},{"id":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10","organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","displayName":"Disposable","productSubCategoryId":"a5940bac-4853-46ed-aa04-a6d7eb271623"}],"failed":[{"entity":{"key_0":7670},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_CANONICAL_HAS_CUSTOMS"}}},{"entity":{"key_0":3306.947577323918,"key_1":false},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"},"key_1":{"code":"SUB_CATEGORY_EXCLUSION_CANONICAL_HAS_CUSTOMS"},"key_2":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"}}}]}}}}}},"206":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{}}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"displayName":{"type":"string","example":"Gummy"},"productSubCategoryId":{"type":"string","example":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652"}}},"errors":{"type":"array","items":{"type":"string","example":"Custom subcategory name cannot match a Treez subcategory name"}}}}}}},"examples":{"Partial Content":{"summary":"Partial Content","value":{"data":[],"failed":[{"entity":{"displayName":"Gummy","productSubCategoryId":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652"},"errors":["Custom subcategory name cannot match a Treez subcategory name"]}]}}}}},"description":"Partial Content"},"400":{"description":"400","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"\"productSubCategoryId\" must be a valid GUID"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"key_0":{"type":"number","example":4708.6358186846,"default":0}}},"errors":{"type":"array","items":{"type":"string","example":"string"}},"errorDetails":{"type":"object","properties":{"key_0":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"}}},"key_1":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"}}}}}}}}}},"examples":{"Bad Request":{"summary":"Bad Request","value":{"message":"Event Schema Validation Failed","errorType":"Validation","errorMsgs":["\"productSubCategoryId\" must be a valid GUID","\"productSubCategoryId\" must be a valid GUID"],"failed":[{"entity":{"key_0":4708.6358186846},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"},"key_1":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"}}},{"entity":{"key_0":"string","key_1":false,"key_2":9514.105203063558},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"},"key_1":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"},"key_2":{"code":"SUB_CATEGORY_EXCLUSION_CANONICAL_HAS_CUSTOMS"},"key_3":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"},"key_4":{"code":"CUSTOM_SUBCATEGORY_IN_USE"}}}]}}}}}}},"x-internal":false,"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"displayName":{"type":"string"},"productSubCategoryId":{"type":"string"}},"required":["displayName","productSubCategoryId"]}}}}}}},"/{ver}/subcategory-exclusion-1":{"post":{"summary":"Subcategory Exclusions - Create","description":"Excludes one or more global subcategories for the organization. Only global (canonical) subcategories can be excluded; a custom subcategory is retired by deleting it. A global subcategory that has live custom subcategories mapped to it cannot be excluded until those customs are deleted. Requires the Catalog Management - Custom Subcategories feature to be enabled for the organization.","operationId":"catalog-categories-read-1-1-2-1","parameters":[{"in":"path","name":"ver","schema":{"type":"string","default":"v3"},"required":true,"description":""}],"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":{"data":[{"id":"7e2b9c40-1d5a-4f3e-8a6b-9c0d1e2f3a45","organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","productSubCategoryId":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652","createdAt":"2026-08-20T17:02:11.412Z"}]}}},"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10"},"type":{"type":"string","example":"custom"},"displayName":{"type":"string","example":"Disposable"},"productSubCategoryId":{"type":"string","example":"a5940bac-4853-46ed-aa04-a6d7eb271623"},"canonicalSubCategoryName":{"type":"string","example":"All In One"},"productCategoryId":{"type":"string","example":"8b0d2c4e-6f1a-4b3c-9d7e-2a5f8c1b4d60"},"productCategoryName":{"type":"string","example":"Cartridge"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"isExcluded":{"type":"boolean","example":false,"default":true},"isShadowed":{"type":"boolean","example":false,"default":true},"shownInProductDropdown":{"type":"boolean","example":true,"default":true},"isBulk":{"type":"boolean","example":false,"default":true}}}}}}},"206":{"content":{"application/json":{"schema":{"type":"object","properties":{}},"examples":{"Partial Content":{"summary":"Partial Content","value":{"data":[],"failed":[{"entity":{"productSubCategoryId":"a5940bac-4853-46ed-aa04-a6d7eb271623"},"errors":["Canonical subcategory has custom subcategories and cannot be deactivated"],"errorDetails":{"canonicalHasCustoms":{"code":"SUB_CATEGORY_EXCLUSION_CANONICAL_HAS_CUSTOMS","productSubCategoryId":"a5940bac-4853-46ed-aa04-a6d7eb271623","blockingCustoms":[{"id":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10","displayName":"Disposable","productCount":12}]}}}]}}}}},"description":"Partial Content"},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":{"message":"Event Schema Validation Failed","errorType":"Validation","errorMsgs":["\"productSubCategoryId\" must be a valid GUID","\"productSubCategoryId\" must be a valid GUID"],"failed":[{"entity":{"key_0":4708.6358186846},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"},"key_1":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"}}},{"entity":{"key_0":"string","key_1":false,"key_2":9514.105203063558},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"},"key_1":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"},"key_2":{"code":"SUB_CATEGORY_EXCLUSION_CANONICAL_HAS_CUSTOMS"},"key_3":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"},"key_4":{"code":"CUSTOM_SUBCATEGORY_IN_USE"}}}]}}},"schema":{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"\"productSubCategoryId\" must be a valid GUID"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"key_0":{"type":"number","example":4708.6358186846,"default":0}}},"errors":{"type":"array","items":{"type":"string","example":"string"}},"errorDetails":{"type":"object","properties":{"key_0":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"}}},"key_1":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"}}}}}}}}}}}}}},"x-internal":false,"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"productSubCategoryId":{"type":"string"}},"required":["productSubCategoryId"]}}}}}}},"/{ver}/subcategory-exclusion":{"get":{"summary":"Subcategory Exclusions - Read","description":"Returns the organization's live subcategory exclusions. An exclusion hides a global subcategory from the product picker and blocks direct assignment of it on product create/update.","operationId":"catalog-categories-read-1-1-2","parameters":[{"in":"path","name":"ver","schema":{"type":"string","default":"v3"},"required":true,"description":""}],"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":[{"id":"7e2b9c40-1d5a-4f3e-8a6b-9c0d1e2f3a45","organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","productSubCategoryId":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652","createdAt":"2026-08-20T17:02:11.412Z"}]}},"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"7e2b9c40-1d5a-4f3e-8a6b-9c0d1e2f3a45"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"productSubCategoryId":{"type":"string","example":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652"},"createdAt":{"type":"string","example":"2026-08-20T17:02:11.412Z"}}}}}}},"400":{"description":"400","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"\"productSubCategoryId\" must be a valid GUID"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"key_0":{"type":"number","example":4708.6358186846,"default":0}}},"errors":{"type":"array","items":{"type":"string","example":"string"}},"errorDetails":{"type":"object","properties":{"key_0":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"}}},"key_1":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"}}}}}}}}}}}}}},"x-internal":false}},"/{ver}/subcategory-exclusion-1-1":{"delete":{"summary":"Subcategory Exclusions - Delete","description":"Removes exclusions so the global subcategories show in the picker again. Keyed by the global subcategory's productSubCategoryId, not by the exclusion row id. Requires the Catalog Management - Custom Subcategories feature to be enabled for the organization.","operationId":"catalog-categories-read-1-1-2-1-1","parameters":[{"in":"path","name":"ver","schema":{"type":"string","default":"v3"},"required":true,"description":""}],"responses":{"200":{"description":"200","content":{"application/json":{"examples":{"Result":{"value":{"data":[{"id":"7e2b9c40-1d5a-4f3e-8a6b-9c0d1e2f3a45","organizationId":"b1226d0b-4940-4edf-aab3-dbd1642f7f69","productSubCategoryId":"f6e25c9a-27f3-41a7-9037-b5e0c2f3e652","createdAt":"2026-08-20T17:02:11.412Z"}]}}},"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10"},"type":{"type":"string","example":"custom"},"displayName":{"type":"string","example":"Disposable"},"productSubCategoryId":{"type":"string","example":"a5940bac-4853-46ed-aa04-a6d7eb271623"},"canonicalSubCategoryName":{"type":"string","example":"All In One"},"productCategoryId":{"type":"string","example":"8b0d2c4e-6f1a-4b3c-9d7e-2a5f8c1b4d60"},"productCategoryName":{"type":"string","example":"Cartridge"},"organizationId":{"type":"string","example":"b1226d0b-4940-4edf-aab3-dbd1642f7f69"},"isExcluded":{"type":"boolean","example":false,"default":true},"isShadowed":{"type":"boolean","example":false,"default":true},"shownInProductDropdown":{"type":"boolean","example":true,"default":true},"isBulk":{"type":"boolean","example":false,"default":true}}}}}}},"206":{"content":{"application/json":{"schema":{"type":"object","properties":{}},"examples":{"Partial Content":{"summary":"Partial Content","value":{"data":[],"failed":[{"entity":{"productSubCategoryId":"a5940bac-4853-46ed-aa04-a6d7eb271623"},"errors":["Canonical subcategory has custom subcategories and cannot be deactivated"],"errorDetails":{"canonicalHasCustoms":{"code":"SUB_CATEGORY_EXCLUSION_CANONICAL_HAS_CUSTOMS","productSubCategoryId":"a5940bac-4853-46ed-aa04-a6d7eb271623","blockingCustoms":[{"id":"c1f4a6d2-3b7e-4c1a-9e2f-5d8b7a6c4e10","displayName":"Disposable","productCount":12}]}}}]}}}}},"description":"Partial Content"},"400":{"description":"400","content":{"application/json":{"examples":{"Result":{"value":{"message":"Event Schema Validation Failed","errorType":"Validation","errorMsgs":["\"productSubCategoryId\" must be a valid GUID","\"productSubCategoryId\" must be a valid GUID"],"failed":[{"entity":{"key_0":4708.6358186846},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"},"key_1":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"}}},{"entity":{"key_0":"string","key_1":false,"key_2":9514.105203063558},"errors":["string","string"],"errorDetails":{"key_0":{"code":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"},"key_1":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"},"key_2":{"code":"SUB_CATEGORY_EXCLUSION_CANONICAL_HAS_CUSTOMS"},"key_3":{"code":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"},"key_4":{"code":"CUSTOM_SUBCATEGORY_IN_USE"}}}]}}},"schema":{"type":"object","properties":{"message":{"type":"string","example":"Event Schema Validation Failed"},"errorType":{"type":"string","example":"Validation"},"errorMsgs":{"type":"array","items":{"type":"string","example":"\"productSubCategoryId\" must be a valid GUID"}},"failed":{"type":"array","items":{"type":"object","properties":{"entity":{"type":"object","properties":{"key_0":{"type":"number","example":4708.6358186846,"default":0}}},"errors":{"type":"array","items":{"type":"string","example":"string"}},"errorDetails":{"type":"object","properties":{"key_0":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_ALREADY_EXCLUDED"}}},"key_1":{"type":"object","properties":{"code":{"type":"string","example":"SUB_CATEGORY_EXCLUSION_NOT_EXCLUDED"}}}}}}}}}}}}}},"x-internal":false,"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"productSubCategoryId":{"type":"string"}},"required":["productSubCategoryId"]}}}}}}}},"x-readme":{"headers":[{"key":"Accept-Encoding","value":"gzip, br"}],"explorer-enabled":true,"proxy-enabled":true},"x-readme-fauxas":true}