/*
* 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
*
* Generated by: https://openapi-generator.tech
*/
use cratemodels;
use ;
/// Pagination : The process of returning the results to a request in batches of a defined size called pages. This is done to exercise some control over result size and overall throughput. It's a form of traffic management.