amazon-spapi 2.0.3

A Rust client library for Amazon Selling Partner API (SP-API)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ReservedQuantity

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total_reserved_quantity** | Option<**i32**> | The total number of units in Amazon's fulfillment network that are currently being picked, packed, and shipped; or are sidelined for measurement, sampling, or other internal processes. | [optional]
**pending_customer_order_quantity** | Option<**i32**> | The number of units reserved for customer orders. | [optional]
**pending_transshipment_quantity** | Option<**i32**> | The number of units being transferred from one fulfillment center to another. | [optional]
**fc_processing_quantity** | Option<**i32**> | The number of units that have been sidelined at the fulfillment center for additional processing. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)