Skip to main content

Get Inventory by Id

GET 

/inventory/id/:id

This endpoint is used to get an inventory data via it's unique inventory record Id.

Request

Path Parameters

    id stringrequired

    Inventory record Id

Responses

Get Inventory by Id - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • server

    string

  • x-request-id

    string

Schema

    data

    object

    companyId number
    costPrice number
    dateModified string
    id number
    location string
    nextDeliveryDate string
    notes string
    productId number
    quantity number
    sku string
    supplier string
    supplierCode string
    usergroupId number
    warehouseId number
    messages undefined[]
    total number
Loading...