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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**carton_identifiers** | Option<[**Vec<models::ContainerIdentification>**]ContainerIdentification.md> | A list of carton identifiers. | [optional]
**carton_sequence_number** | **String** | Carton sequence number for the carton. The first carton will be 001, the second 002, and so on. This number is used as a reference to refer to this carton from the pallet level. | 
**dimensions** | Option<[**models::Dimensions**]Dimensions.md> |  | [optional]
**weight** | Option<[**models::Weight**]Weight.md> |  | [optional]
**tracking_number** | Option<**String**> | This is required to be provided for every carton in the small parcel shipments. | [optional]
**items** | [**Vec<models::ContainerItem>**]ContainerItem.md | A list of container item details. | 

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