Get CRB product record by ID

Securityaccess_auth
Request
path Parameters
crb_id
required
string^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...

CRB Id

product_id
required
string^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...

Product Id

Responses
200

Ok

401

Unauthorized

403

Forbidden

404

Not Found

422

Validation Failed

get/crbs/{crb_id}/products/{product_id}
Response samples
application/json
{
  • "crb_id": "cfB07ECA-B4B8-F28C-5C1a-4D947d9aeCd0",
  • "id": "C3616F4d-1bC4-F15c-D4cB-f5cf3CD3b6fe",
  • "pos_product_id": "ex nostrud officia veniam dolor",
  • "pos_type": "Flourish Wholesale",
  • "name": "Rudeboi OG",
  • "gc_product_category_name": "marijuana_product",
  • "pos_product_category_name": "Non-Cannabis Retail",
  • "pos_product_subcategory_name": "Candy Bar",
  • "pos_strain_name": "Kush Berry",
  • "pos_brand_name": "RAD",
  • "medicated": null,
  • "sku": "10563228",
  • "description": "Night Rider is a hybrid strain created by Greenpoint Seeds.",
  • "gc_net_weight_grams": null,
  • "pos_unit_of_measure": "Qty",
  • "price": 99695789,
  • "unit_cost": 31465209.30971566,
  • "pos_updated_date": null,
  • "pos_updated_date_local": null,
  • "gc_created_date": "2023-10-31T15:18:22.000Z",
  • "gc_updated_date": "2023-09-18T20:57:34.000Z",
  • "price_tiers": [
    ],
  • "images": null
}