@sp-api-sdk/fba-inventory-api-v1
Version:
The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon's fulfillment network.
22 lines (21 loc) • 826 B
JavaScript
/* tslint:disable */
/* eslint-disable */
/**
* Selling Partner API for FBA Inventory
* The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon\'s fulfillment network.
*
* The version of the OpenAPI document: v1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ResearchingQuantityEntryNameEnum = void 0;
exports.ResearchingQuantityEntryNameEnum = {
ResearchingQuantityInShortTerm: 'researchingQuantityInShortTerm',
ResearchingQuantityInMidTerm: 'researchingQuantityInMidTerm',
ResearchingQuantityInLongTerm: 'researchingQuantityInLongTerm'
};
;