Skip to content

Instantly share code, notes, and snippets.

@bfatemi
Last active August 2, 2021 22:14
Show Gist options
  • Save bfatemi/bde041c17974cf0ea324f7a94c179a73 to your computer and use it in GitHub Desktop.
Save bfatemi/bde041c17974cf0ea324f7a94c179a73 to your computer and use it in GitHub Desktop.
reporting/products
[
{
"productId": 0,
"sku": "string",
"productName": "string",
"internalName": "string",
"description": "string",
"masterCategory": "string",
"categoryId": 0,
"category": "string",
"imageUrl": "string",
"imageUrls": [
"string"
],
"strainId": 0,
"strain": "string",
"strainType": "string",
"size": "string",
"netWeight": 0,
"brandId": 0,
"brandName": "string",
"vendorId": 0,
"vendorName": "string",
"isCannabis": true,
"isActive": true,
"isCoupon": true,
"thcContent": 0,
"thcContentUnit": "string",
"cbdContent": 0,
"cbdContentUnit": "string",
"productGrams": 0,
"flowerEquivalent": 0,
"recFlowerEquivalent": 0,
"price": 0,
"medPrice": 0,
"recPrice": 0,
"unitCost": 0,
"unitType": "string",
"onlineTitle": "string",
"onlineDescription": "string",
"onlineProduct": true,
"posProducts": true,
"pricingTier": 0,
"onlineAvailable": true,
"lowInventoryThreshold": 0,
"pricingTierName": "string",
"pricingTierData": [
{
"startWeight": 0,
"endWeight": 0,
"price": 0
}
],
"flavor": "string",
"alternateName": "string",
"lineageName": "string",
"distillationName": "string",
"maxPurchaseablePerTransaction": 0,
"tags": [
{
"tagId": 0,
"tagName": "string",
"productId": 0
}
],
"dosage": "string",
"instructions": "string",
"allergens": "string"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment