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
# CartonReferenceDetails

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**carton_count** | Option<**i32**> | Pallet level carton count is mandatory for single item pallet and optional for mixed item pallet. | [optional]
**carton_reference_numbers** | **Vec<String>** | Array of reference numbers for the carton that are part of this pallet/shipment. Please provide the cartonSequenceNumber from the 'cartons' segment to refer to that carton's details here. | 

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