GET /api/external/hub/v1/inventory_requests/{id}

Path parameters

  • id string Required

    Inventory Request IR number

Responses

  • 200

    Returns inventory request details

  • 404

    Inventory request not found

  • 401

    Unauthorized - missing org_id

GET /api/external/hub/v1/inventory_requests/{id}
curl \
 --request GET 'https://api.useshelf.com/api/external/hub/v1/inventory_requests/{id}'