Skip to main content
GET
/
commerce
/
catalog
/
storefront
/
products
/
{productCode}
/
locationinventory
Error
A valid request URL is required to generate request examples
{
  "totalCount": 123,
  "items": [
    {
      "productCode": "<string>",
      "locationCode": "<string>",
      "stockAvailable": 123,
      "softStockAvailable": 123,
      "sku": "<string>",
      "mfgPartNumber": "<string>",
      "futureInventories": [
        {
          "futureInventoryID": 123,
          "onhand": 123,
          "available": 123,
          "allocated": 123,
          "pending": 123,
          "deliveryDate": "2023-11-07T05:31:56Z",
          "createDate": "2023-11-07T05:31:56Z",
          "sthFulfillmentDate": "2023-11-07T05:31:56Z",
          "bopisProcessingTimeDate": 123,
          "transferFulfillmentDate": "2023-11-07T05:31:56Z",
          "sthProcessingTimeHours": 123,
          "bopisProcessingTimeHours": 123,
          "transferProcessingTimeHours": 123
        }
      ],
      "sthFulfillmentDate": "2023-11-07T05:31:56Z",
      "bopisFulfillmentDate": "2023-11-07T05:31:56Z",
      "transferFulfillmentDate": "2023-11-07T05:31:56Z",
      "sthProcessingTimeHours": 123,
      "bopisProcessingTimeHours": 123,
      "transferProcessingTimeHours": 123,
      "segmentedQuantities": [
        {
          "tags": [
            {
              "category": "<string>",
              "tag": "<string>"
            }
          ],
          "quantity": 123,
          "isAvailable": true,
          "sthFulfillmentDate": "2023-11-07T05:31:56Z",
          "bopisFulfillmentDate": "2023-11-07T05:31:56Z",
          "transferFulfillmentDate": "2023-11-07T05:31:56Z",
          "sthProcessingTimeHours": 123,
          "bopisProcessingTimeHours": 123,
          "transferProcessingTimeHours": 123,
          "futureInventory": [
            {
              "futureInventoryID": 123,
              "onhand": 123,
              "available": 123,
              "allocated": 123,
              "pending": 123,
              "deliveryDate": "2023-11-07T05:31:56Z",
              "createDate": "2023-11-07T05:31:56Z",
              "sthFulfillmentDate": "2023-11-07T05:31:56Z",
              "bopisProcessingTimeDate": 123,
              "transferFulfillmentDate": "2023-11-07T05:31:56Z",
              "sthProcessingTimeHours": 123,
              "bopisProcessingTimeHours": 123,
              "transferProcessingTimeHours": 123
            }
          ]
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

productCode
string
required

Query Parameters

locationCodes
string
includeFutureInventory
boolean
default:false
includeSegmentedInventory
boolean
default:false
serialNumber
string
condition
string
responseFields
string

limits which fields are returned in the response body

Response

Success

totalCount
integer<int32>
items
object[] | null