Selling Partner API SDK for JavaScript
    Preparing search index...
    • ExternalFulfillmentInventoryApi - functional programming interface

      Parameters

      • Optionalconfiguration: Configuration

      Returns {
          batchInventory(
              body: BatchInventoryRequest,
              options?: RawAxiosRequestConfig,
          ): Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<BatchInventoryResponse>,
          >;
      }

      • batchInventory: function
        • Make up to 10 inventory requests. The response includes the set of responses that correspond to requests. The response for each successful request in the set includes the inventory count for the provided sku and locationId pair.

          Parameters

          • body: BatchInventoryRequest

            A list of inventory requests.

          • Optionaloptions: RawAxiosRequestConfig

            Override http request option.

          Returns Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<BatchInventoryResponse>,
          >