Get CRB inventory 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

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

Inventory Id

query Parameters
expand
boolean

Expands the response by including product data related to this resource

Responses
200

Ok

401

Unauthorized

403

Forbidden

404

Not Found

422

Validation Failed

get/crbs/{crb_id}/inventory/{inventory_id}
Response samples
application/json
{
  • "id": "f97cdeF8-f055-9356-F39e-0b8d91Acd88e",
  • "crb_id": "e169aF4b-FAca-Bd1F-31ae-B2EaD57f509b",
  • "pos_type": "Blaze",
  • "product_id": null,
  • "name": "Rocket Fuel .85 Cart",
  • "sku": "64392902",
  • "barcode": "1A40F0100000191000001750",
  • "total_quantity": 45,
  • "pos_updated_date": "2023-10-31T15:21:57.167Z",
  • "pos_updated_date_local": null,
  • "gc_created_date": "2023-10-28T17:31:35.000Z",
  • "gc_created_date_local": "2023-02-28T14:00:33.603Z",
  • "location_data": [
    ]
}