Inventory Status provides a snapshot of all merchant-owned sellable and non-sellable inventory in Radial's warehouses. It does not include data for any other fulfilment locations such stores or non-Radial warehouses.

You have the following options:

  • The Inventory Status feed is an XML or flat file transmitted via SFTP at 2:00am EST daily. It includes inventory details for all items at Radial warehouses and can be used regardless of the SKU count being maintained. For details on this feed, refer to Inventory Status Feed

  • The Inventory Status JSON API enables you to retrieve inventory data for a single item or for a group of up to 25 items. Note that data is not currently broken out by lots or segments. The API has two endpoints:

    • GET: Request inventory status of a specific item at one or all Radial DCs.

    • POST: Request inventory status of up to 25 items at a specific Radial DC.

Endpoints

Operation Endpoint Description
GET /rom-availability-service/stores/{storeId}/inventoryStatus
  • Retrieves the inventory status of a single specific item at one or all Radial warehouses.

  • Inventory Segmentation functionality is not currently represented in the response.

  • Lot Control functionality is not currently represented in the response.

POST

/rom-availability-service/stores/{storeId}/inventoryStatus
  • Retrieves the inventory status of multiple items at a single specific Radial warehouse.

  • Limited to a maximum of 25 items per call.

  • Inventory Segmentation functionality is not currently represented in the response.

  • Lot Control functionality is not currently represented in the response.

For details on each endpoint, refer to the following topics:

 

Field Definitions and Open API Specifications

Open API Specifications

The Open API Specifications code is here. To preview, edit, or generate code, copy the specification and paste it in an OpenAPI editor such as this one.

Related Topics

Inventory Status Feed

Retrieve Inventory Status of Multiple Items at a Single Warehouse

Retrieve Inventory Status of an Item