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
15
16
17
# UnfulfillableQuantity

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total_unfulfillable_quantity** | Option<**i32**> | The total number of units in Amazon's fulfillment network in unsellable condition. | [optional]
**customer_damaged_quantity** | Option<**i32**> | The number of units in customer damaged disposition. | [optional]
**warehouse_damaged_quantity** | Option<**i32**> | The number of units in warehouse damaged disposition. | [optional]
**distributor_damaged_quantity** | Option<**i32**> | The number of units in distributor damaged disposition. | [optional]
**carrier_damaged_quantity** | Option<**i32**> | The number of units in carrier damaged disposition. | [optional]
**defective_quantity** | Option<**i32**> | The number of units in defective disposition. | [optional]
**expired_quantity** | Option<**i32**> | The number of units in expired disposition. | [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)