GET api/inventory?pageNumber={pageNumber}&pageSize={pageSize}&modifiedAfter={modifiedAfter}&locationId={locationId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
pageNumber
No documentation available.

Define this parameter in the request URI.

pageSize
No documentation available.

Define this parameter in the request URI.

modifiedAfter
No documentation available.

Define this parameter in the request URI.

locationId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "PageNumber": 1,
  "PageSize": 2,
  "TotalItems": 3,
  "TotalPages": 4,
  "Inventories": [
    {
      "Sku": "sample string 1",
      "Name": "sample string 2",
      "Upc": "sample string 3",
      "ManufacturerNumber": "sample string 4",
      "LocationInventories": [
        {
          "LocationId": 1,
          "AvailableQuantity": 2,
          "QuantityOnHand": 3
        },
        {
          "LocationId": 1,
          "AvailableQuantity": 2,
          "QuantityOnHand": 3
        },
        {
          "LocationId": 1,
          "AvailableQuantity": 2,
          "QuantityOnHand": 3
        }
      ],
      "DateModified": "2024-07-27T09:12:53.8931043-04:00",
      "Sellable": true
    },
    {
      "Sku": "sample string 1",
      "Name": "sample string 2",
      "Upc": "sample string 3",
      "ManufacturerNumber": "sample string 4",
      "LocationInventories": [
        {
          "LocationId": 1,
          "AvailableQuantity": 2,
          "QuantityOnHand": 3
        },
        {
          "LocationId": 1,
          "AvailableQuantity": 2,
          "QuantityOnHand": 3
        },
        {
          "LocationId": 1,
          "AvailableQuantity": 2,
          "QuantityOnHand": 3
        }
      ],
      "DateModified": "2024-07-27T09:12:53.8931043-04:00",
      "Sellable": true
    },
    {
      "Sku": "sample string 1",
      "Name": "sample string 2",
      "Upc": "sample string 3",
      "ManufacturerNumber": "sample string 4",
      "LocationInventories": [
        {
          "LocationId": 1,
          "AvailableQuantity": 2,
          "QuantityOnHand": 3
        },
        {
          "LocationId": 1,
          "AvailableQuantity": 2,
          "QuantityOnHand": 3
        },
        {
          "LocationId": 1,
          "AvailableQuantity": 2,
          "QuantityOnHand": 3
        }
      ],
      "DateModified": "2024-07-27T09:12:53.8931043-04:00",
      "Sellable": true
    }
  ]
}

application/xml, text/xml

Sample:
<Results xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PageNumber>1</PageNumber>
  <PageSize>2</PageSize>
  <TotalItems>3</TotalItems>
  <TotalPages>4</TotalPages>
  <Inventories>
    <Inventory>
      <Sku>sample string 1</Sku>
      <Name>sample string 2</Name>
      <Upc>sample string 3</Upc>
      <ManufacturerNumber>sample string 4</ManufacturerNumber>
      <LocationInventories>
        <LocationInventory>
          <LocationId>1</LocationId>
          <AvailableQuantity>2</AvailableQuantity>
          <QuantityOnHand>3</QuantityOnHand>
        </LocationInventory>
        <LocationInventory>
          <LocationId>1</LocationId>
          <AvailableQuantity>2</AvailableQuantity>
          <QuantityOnHand>3</QuantityOnHand>
        </LocationInventory>
        <LocationInventory>
          <LocationId>1</LocationId>
          <AvailableQuantity>2</AvailableQuantity>
          <QuantityOnHand>3</QuantityOnHand>
        </LocationInventory>
      </LocationInventories>
      <DateModified>2024-07-27T09:12:53.8931043-04:00</DateModified>
      <Sellable>true</Sellable>
    </Inventory>
    <Inventory>
      <Sku>sample string 1</Sku>
      <Name>sample string 2</Name>
      <Upc>sample string 3</Upc>
      <ManufacturerNumber>sample string 4</ManufacturerNumber>
      <LocationInventories>
        <LocationInventory>
          <LocationId>1</LocationId>
          <AvailableQuantity>2</AvailableQuantity>
          <QuantityOnHand>3</QuantityOnHand>
        </LocationInventory>
        <LocationInventory>
          <LocationId>1</LocationId>
          <AvailableQuantity>2</AvailableQuantity>
          <QuantityOnHand>3</QuantityOnHand>
        </LocationInventory>
        <LocationInventory>
          <LocationId>1</LocationId>
          <AvailableQuantity>2</AvailableQuantity>
          <QuantityOnHand>3</QuantityOnHand>
        </LocationInventory>
      </LocationInventories>
      <DateModified>2024-07-27T09:12:53.8931043-04:00</DateModified>
      <Sellable>true</Sellable>
    </Inventory>
    <Inventory>
      <Sku>sample string 1</Sku>
      <Name>sample string 2</Name>
      <Upc>sample string 3</Upc>
      <ManufacturerNumber>sample string 4</ManufacturerNumber>
      <LocationInventories>
        <LocationInventory>
          <LocationId>1</LocationId>
          <AvailableQuantity>2</AvailableQuantity>
          <QuantityOnHand>3</QuantityOnHand>
        </LocationInventory>
        <LocationInventory>
          <LocationId>1</LocationId>
          <AvailableQuantity>2</AvailableQuantity>
          <QuantityOnHand>3</QuantityOnHand>
        </LocationInventory>
        <LocationInventory>
          <LocationId>1</LocationId>
          <AvailableQuantity>2</AvailableQuantity>
          <QuantityOnHand>3</QuantityOnHand>
        </LocationInventory>
      </LocationInventories>
      <DateModified>2024-07-27T09:12:53.8931043-04:00</DateModified>
      <Sellable>true</Sellable>
    </Inventory>
  </Inventories>
</Results>