Get CRB product record by ID

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

Service Provider Id

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/service-providers/{sp_id}/crbs/{crb_id}/products/{product_id}
Response samples
application/json
{
  • "crb_id": "4BfF12B8-60CF-12f9-eE6E-C8CC3dfF7d01",
  • "id": "2DDD57cC-84DE-d213-ec1f-FF1a2FC8BBaA",
  • "pos_product_id": "cupidatat minim consectetur",
  • "pos_type": "Treez IO Test Account",
  • "name": "Hypnos Cartridge",
  • "gc_product_category_name": "extract",
  • "pos_product_category_name": "Ingestible",
  • "pos_product_subcategory_name": "Topical-Dermal-Balm",
  • "pos_strain_name": "Rocket Pop",
  • "pos_brand_name": "Hill Fire Cannabis",
  • "medicated": null,
  • "sku": "54389678",
  • "description": "Sunset Runtz, bred by Exotic Genetix, is a captivating indica-dominant hybrid.",
  • "gc_net_weight_grams": null,
  • "pos_unit_of_measure": "Qty",
  • "price": null,
  • "unit_cost": null,
  • "pos_updated_date": "2023-10-31T15:18:22.000Z",
  • "pos_updated_date_local": "2023-09-18T20:57:34.917Z",
  • "gc_created_date": "2023-10-28T17:31:35.000Z",
  • "gc_created_date_local": "2023-10-31T15:21:57.167Z",
  • "price_tiers": null,
  • "images": null
}