curl --request GET \
--url https://daffodil-staging.getmeadow.com/api/v1/products/all \
--header 'X-Client-Key: <api-key>' \
--header 'X-Consumer-Key: <api-key>'{
"data": [
{
"id": 516,
"organizationId": 1,
"name": "3C Farms Strawberry Fields",
"unit": "gram",
"strainType": "sativa",
"strainName": "3C Farms Strawberry Fields",
"percentThc": null,
"percentCbd": null,
"thcAmount": null,
"thcAmountEach": null,
"thcUnit": null,
"cbdAmount": null,
"cbdAmountEach": null,
"cbdUnit": null,
"description": "",
"createdAt": "2019-04-29T19:01:12.770Z",
"isActive": false,
"isFeatured": false,
"archivedAt": null,
"inventoryType": "option",
"unitPlural": "grams",
"movingAverageCostPerUnit": null,
"isCompliant": false,
"options": [
{
"id": 1432,
"productId": 516,
"name": "Gram",
"amount": 1,
"price": 1500,
"salesPrice": null,
"createdAt": "2019-04-29T12:01:12.786-07:00",
"upc": null,
"content": "1",
"movingAverageCostPerUnit": "43.090909",
"locationInventory": [
{
"inventoryLocationId": 10,
"amount": "110",
"maxQuantity": 110
}
]
},
{
"id": 1433,
"productId": 516,
"name": "Eighth",
"amount": 3.5,
"price": 3500,
"salesPrice": null,
"createdAt": "2019-04-29T12:01:12.787-07:00",
"upc": null,
"content": "3.5",
"movingAverageCostPerUnit": "14.642858",
"locationInventory": [
{
"inventoryLocationId": 7,
"amount": "50",
"maxQuantity": 50
},
{
"inventoryLocationId": 8,
"amount": "85",
"maxQuantity": 85
},
{
"inventoryLocationId": 10,
"amount": "0",
"maxQuantity": 0
}
]
}
],
"photos": [],
"productGroups": [],
"primaryCategory": {
"id": 1,
"name": "Flowers",
"order": 0,
"cannabisType": "non-concentrated"
},
"brand": {
"id": 2,
"name": "3C Farms"
},
"locationInventory": [],
"subCategories": [
{
"id": 45,
"name": "Top Shelf"
}
]
},
{
"id": 770,
"organizationId": 1,
"name": "1:3 Releaf Soak",
"unit": "item",
"strainType": "sativa",
"strainName": "",
"percentThc": null,
"percentCbd": null,
"thcAmount": "100",
"thcAmountEach": null,
"thcUnit": "mg",
"cbdAmount": "300",
"cbdAmountEach": null,
"cbdUnit": "mg",
"description": "This slow-release patch sticks to skin, offering pain relief through transdermal delivery of full-spectrum cannabinoids. With a quick and easy single application, you get up to 12 hours of relief for your whole body. This product has the potential for some intoxicating effects. Find the ratio that works best for your specific needs: the patch comes in several options from THC-rich to CBD-exclusive.\n\nAvailable individually, each patch has 30mg cannabinoids.\n\n",
"createdAt": "2020-03-24T22:07:00.005Z",
"isActive": false,
"isFeatured": false,
"archivedAt": null,
"inventoryType": "option",
"unitPlural": "items",
"movingAverageCostPerUnit": null,
"isCompliant": false,
"options": [
{
"id": 1936,
"productId": 770,
"name": "",
"amount": 1,
"price": 3000,
"salesPrice": null,
"createdAt": "2020-03-24T15:07:00.023-07:00",
"upc": null,
"content": "100",
"movingAverageCostPerUnit": null,
"locationInventory": []
}
],
"photos": [
{
"id": 409,
"productId": 770,
"path": "2020/8/8115fb84-304d-456b-90bb-5feafd3aae7f.jpeg",
"createdAt": "2020-09-15T21:13:35.917Z",
"format": null,
"fullPath": "https://meadow-staging.imgix.net/2020/8/8115fb84-304d-456b-90bb-5feafd3aae7f.jpeg?auto=format,compress&cs=csrgb&fit=max&h=640&w=640"
}
],
"productGroups": [],
"primaryCategory": {
"id": 5,
"name": "Topicals",
"order": 5,
"cannabisType": "concentrated"
},
"brand": {
"id": 111,
"name": "Papa & Barkley"
},
"locationInventory": [],
"subCategories": []
}
],
"meta": {
"categories": [
{
"id": 1,
"name": "Flowers",
"order": 0,
"cannabisType": "non-concentrated"
},
{
"id": 56,
"name": "Vape",
"order": 1,
"cannabisType": "concentrated"
},
{
"id": 2,
"name": "Pre-Rolls",
"order": 2,
"cannabisType": "non-concentrated"
},
{
"id": 4,
"name": "Concentrates",
"order": 3,
"cannabisType": "concentrated"
},
{
"id": 3,
"name": "Edibles",
"order": 4,
"cannabisType": "concentrated"
},
{
"id": 5,
"name": "Topicals",
"order": 5,
"cannabisType": "concentrated"
},
{
"id": 17,
"name": "Clones",
"order": 6,
"cannabisType": "immature-plant"
},
{
"id": 7,
"name": "Accessories",
"order": 7,
"cannabisType": "none"
},
{
"id": 138,
"name": "Meadow Select",
"order": 8,
"cannabisType": "none"
},
{
"id": 6,
"name": "Seeds",
"order": 9,
"cannabisType": "none"
}
],
"inventoryLocations": [
{
"id": 7,
"name": "Retail Floor"
},
{
"id": 8,
"name": "Vault Backstock"
},
{
"id": 10,
"name": "Delivery Inventory"
},
{
"id": 62,
"name": "Display"
},
{
"id": 69,
"name": "Car 1"
},
{
"id": 70,
"name": "Car 2"
}
]
}
}Retrieve all product information for both active and inactive products
curl --request GET \
--url https://daffodil-staging.getmeadow.com/api/v1/products/all \
--header 'X-Client-Key: <api-key>' \
--header 'X-Consumer-Key: <api-key>'{
"data": [
{
"id": 516,
"organizationId": 1,
"name": "3C Farms Strawberry Fields",
"unit": "gram",
"strainType": "sativa",
"strainName": "3C Farms Strawberry Fields",
"percentThc": null,
"percentCbd": null,
"thcAmount": null,
"thcAmountEach": null,
"thcUnit": null,
"cbdAmount": null,
"cbdAmountEach": null,
"cbdUnit": null,
"description": "",
"createdAt": "2019-04-29T19:01:12.770Z",
"isActive": false,
"isFeatured": false,
"archivedAt": null,
"inventoryType": "option",
"unitPlural": "grams",
"movingAverageCostPerUnit": null,
"isCompliant": false,
"options": [
{
"id": 1432,
"productId": 516,
"name": "Gram",
"amount": 1,
"price": 1500,
"salesPrice": null,
"createdAt": "2019-04-29T12:01:12.786-07:00",
"upc": null,
"content": "1",
"movingAverageCostPerUnit": "43.090909",
"locationInventory": [
{
"inventoryLocationId": 10,
"amount": "110",
"maxQuantity": 110
}
]
},
{
"id": 1433,
"productId": 516,
"name": "Eighth",
"amount": 3.5,
"price": 3500,
"salesPrice": null,
"createdAt": "2019-04-29T12:01:12.787-07:00",
"upc": null,
"content": "3.5",
"movingAverageCostPerUnit": "14.642858",
"locationInventory": [
{
"inventoryLocationId": 7,
"amount": "50",
"maxQuantity": 50
},
{
"inventoryLocationId": 8,
"amount": "85",
"maxQuantity": 85
},
{
"inventoryLocationId": 10,
"amount": "0",
"maxQuantity": 0
}
]
}
],
"photos": [],
"productGroups": [],
"primaryCategory": {
"id": 1,
"name": "Flowers",
"order": 0,
"cannabisType": "non-concentrated"
},
"brand": {
"id": 2,
"name": "3C Farms"
},
"locationInventory": [],
"subCategories": [
{
"id": 45,
"name": "Top Shelf"
}
]
},
{
"id": 770,
"organizationId": 1,
"name": "1:3 Releaf Soak",
"unit": "item",
"strainType": "sativa",
"strainName": "",
"percentThc": null,
"percentCbd": null,
"thcAmount": "100",
"thcAmountEach": null,
"thcUnit": "mg",
"cbdAmount": "300",
"cbdAmountEach": null,
"cbdUnit": "mg",
"description": "This slow-release patch sticks to skin, offering pain relief through transdermal delivery of full-spectrum cannabinoids. With a quick and easy single application, you get up to 12 hours of relief for your whole body. This product has the potential for some intoxicating effects. Find the ratio that works best for your specific needs: the patch comes in several options from THC-rich to CBD-exclusive.\n\nAvailable individually, each patch has 30mg cannabinoids.\n\n",
"createdAt": "2020-03-24T22:07:00.005Z",
"isActive": false,
"isFeatured": false,
"archivedAt": null,
"inventoryType": "option",
"unitPlural": "items",
"movingAverageCostPerUnit": null,
"isCompliant": false,
"options": [
{
"id": 1936,
"productId": 770,
"name": "",
"amount": 1,
"price": 3000,
"salesPrice": null,
"createdAt": "2020-03-24T15:07:00.023-07:00",
"upc": null,
"content": "100",
"movingAverageCostPerUnit": null,
"locationInventory": []
}
],
"photos": [
{
"id": 409,
"productId": 770,
"path": "2020/8/8115fb84-304d-456b-90bb-5feafd3aae7f.jpeg",
"createdAt": "2020-09-15T21:13:35.917Z",
"format": null,
"fullPath": "https://meadow-staging.imgix.net/2020/8/8115fb84-304d-456b-90bb-5feafd3aae7f.jpeg?auto=format,compress&cs=csrgb&fit=max&h=640&w=640"
}
],
"productGroups": [],
"primaryCategory": {
"id": 5,
"name": "Topicals",
"order": 5,
"cannabisType": "concentrated"
},
"brand": {
"id": 111,
"name": "Papa & Barkley"
},
"locationInventory": [],
"subCategories": []
}
],
"meta": {
"categories": [
{
"id": 1,
"name": "Flowers",
"order": 0,
"cannabisType": "non-concentrated"
},
{
"id": 56,
"name": "Vape",
"order": 1,
"cannabisType": "concentrated"
},
{
"id": 2,
"name": "Pre-Rolls",
"order": 2,
"cannabisType": "non-concentrated"
},
{
"id": 4,
"name": "Concentrates",
"order": 3,
"cannabisType": "concentrated"
},
{
"id": 3,
"name": "Edibles",
"order": 4,
"cannabisType": "concentrated"
},
{
"id": 5,
"name": "Topicals",
"order": 5,
"cannabisType": "concentrated"
},
{
"id": 17,
"name": "Clones",
"order": 6,
"cannabisType": "immature-plant"
},
{
"id": 7,
"name": "Accessories",
"order": 7,
"cannabisType": "none"
},
{
"id": 138,
"name": "Meadow Select",
"order": 8,
"cannabisType": "none"
},
{
"id": 6,
"name": "Seeds",
"order": 9,
"cannabisType": "none"
}
],
"inventoryLocations": [
{
"id": 7,
"name": "Retail Floor"
},
{
"id": 8,
"name": "Vault Backstock"
},
{
"id": 10,
"name": "Delivery Inventory"
},
{
"id": 62,
"name": "Display"
},
{
"id": 69,
"name": "Car 1"
},
{
"id": 70,
"name": "Car 2"
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://api-docs.getmeadow.com/llms.txt
Use this file to discover all available pages before exploring further.
daffodil.getmeadow.com or daffodil-staging.getmeadow.com (staging sandbox) instead of the api subdomain.https://daffodil.getmeadow.com/api/v1/products/allThe key assigned to your company and provided via Meadow
The key generated and provided by our mutual client
Products all response
The ID of the product
The name of the product
Either gram or item
One of sativa, indica, hybrid, hybrid-sativa, hybrid-indica, cbd, mixed, or none
The amount of THC in the product
The amount of THC per each of the product
Either % or mg
The amount of CBD in the product
The amount of CBD per each of the product
Either % or mg
A text description about the product
Either option or product. See above for clarification
Whether the product is active on menus or not
Whether the product is featured or not
The moving average cost per unit for this product if this products inventoryType is product
All of the pricing options for a product
Hide child attributes
The ID of this option
The name of this option
The amount of the underlying unit of this product
The price in cents of this option
The sales price in cents if one exists
The UPC code for this option
The moving average cost per unit for this product option
The inventory by location for this product option. Will only have values if the product's inventoryType is set to option
Additional information regarding products for this organization
Hide child attributes