Skip to content

Green Check Access (1.0.0)

Green Check Access

Overview
Languages
Servers
Mock server
https://developer.greencheckverified.com/_mock/apis/swagger
Sandbox server
https://sandbox-api.greencheckverified.com
Production server
https://prod-api.greencheckverified.com

Authentication

Operations

Service Provider

Operations

CRB Info

Operations

CRB Customers

Operations

CRB Documents

Operations

CRB Inventory

Operations

CRB Inventory Locations

Operations

Get CRB Inventory Locations

Request

Security
access_auth
Path
sp_idstring^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...required

Service Provider Id

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

CRB Id

Query
limitinteger(int32)[ 1 .. 1000 ]

The page size

Default 1000
offsetinteger(int32)>= 0

The page offset

Default 0
curl -i -X GET \
  'https://developer.greencheckverified.com/_mock/apis/swagger/service-providers/{sp_id}/crbs/{crb_id}/inventory-locations?limit=1000&offset=0' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Ok

Bodyapplication/json
metadataobjectrequired
metadata.​totalinteger(int32)>= 0required
metadata.​countstringrequired

Range of items returned

dataArray of objectsrequired
data[].​idstring(uuid)^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...required
data[].​crb_idstring(uuid)^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...required
data[].​namestringrequired

Name of the location

data[].​pos_typestringrequired
Enum"Alleaves""Dutchie""Dutchie Wholesale""Cova""Meadow""MJ Freeway""MJ Freeway Wholesale""Greenbits""GrowFlow""GrowFlow Wholesale"
data[].​pos_location_idstringrequired

POS location ID

data[].​pos_location_typestring or nullrequired

POS location type. May or may not be provided by the POS

data[].​pos_updated_datestring or null(date-time)required
data[].​pos_updated_date_localstring or null^[2][0][0-9]{2}[-]([0][0-9]|[1][0-2])[-]([0-2...required
data[].​gc_created_datestring or null(date-time)required
data[].​gc_created_date_localstring or null^[2][0][0-9]{2}[-]([0][0-9]|[1][0-2])[-]([0-2...required
Response
application/json
{ "data": [ { "id": "e110B1de-aCc4-9B1f-46ad-fdc721bfE71a", "crb_id": "2cf6ab0a-BAD3-3a4a-9f3b-a8C32A5e55a6", "name": "Distribution", "pos_type": "Cova", "pos_location_id": "4293", "pos_location_type": "Delivery", "pos_updated_date": "2023-10-31T15:21:57.167Z", "pos_updated_date_local": "2023-09-18T20:57:34.917Z", "gc_created_date": "2023-10-28T17:31:35.563Z", "gc_created_date_local": "2023-09-18T20:57:34.917Z" }, { "id": "2319b9E2-F96c-DDA6-fD70-40D99AdFa9a5", "crb_id": "723Ad64C-f2B0-bdaA-E4Bb-9d42b997C88d", "name": "Other", "pos_type": "Flowhub", "pos_location_id": "4297", "pos_location_type": "Delivery", "pos_updated_date": "2023-10-28T17:31:35.563Z", "pos_updated_date_local": "2023-10-28T11:31:35.563Z", "gc_created_date": null, "gc_created_date_local": null }, { "id": "7b96F92F-F9aD-3bEE-d3ad-1C460babD5CF", "crb_id": "E6445F7d-6DBb-4426-4a3c-daEb231107Ae", "name": "Other", "pos_type": "Treez", "pos_location_id": "4328", "pos_location_type": "Store", "pos_updated_date": "2023-09-18T20:57:34.917Z", "pos_updated_date_local": "2023-10-28T11:31:35.563Z", "gc_created_date": "2023-02-28T14:00:33.603Z", "gc_created_date_local": "2023-02-28T14:00:33.603Z" } ], "metadata": { "count": "1 - 100", "total": 42248328 } }

Get CRB Inventory Location by ID

Request

Security
access_auth
Path
sp_idstring^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...required

Service Provider Id

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

CRB Id

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

The ID of the location

curl -i -X GET \
  'https://developer.greencheckverified.com/_mock/apis/swagger/service-providers/{sp_id}/crbs/{crb_id}/inventory-locations/{location_id}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Ok

Bodyapplication/json
idstring(uuid)^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...required
crb_idstring(uuid)^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...required
namestringrequired

Name of the location

pos_typestringrequired
Enum"Alleaves""Dutchie""Dutchie Wholesale""Cova""Meadow""MJ Freeway""MJ Freeway Wholesale""Greenbits""GrowFlow""GrowFlow Wholesale"
pos_location_idstringrequired

POS location ID

pos_location_typestring or nullrequired

POS location type. May or may not be provided by the POS

pos_updated_datestring or null(date-time)required
pos_updated_date_localstring or null^[2][0][0-9]{2}[-]([0][0-9]|[1][0-2])[-]([0-2...required
gc_created_datestring or null(date-time)required
gc_created_date_localstring or null^[2][0][0-9]{2}[-]([0][0-9]|[1][0-2])[-]([0-2...required
Response
application/json
{ "id": "68Fe83D7-A4A5-5Eb9-16Aa-54aDA9aFB014", "crb_id": "C9daeBDA-aCE0-0a48-e046-15fe98e4a96f", "name": "Distribution", "pos_type": "MJ Freeway", "pos_location_id": "4308", "pos_location_type": "Distribution", "pos_updated_date": null, "pos_updated_date_local": "2023-10-31T15:21:57.167Z", "gc_created_date": null, "gc_created_date_local": null }

CRB Products

Operations

CRB Sales

Operations

CRB Templates

Operations

CRB

Operations

Customers

Operations

Documents

Operations

Inventory

Operations

Inventory Locations

Operations

Products

Operations

Sales

Operations