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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amazon_order_id** | **String** | An Amazon-defined order identifier, in 3-7-7 format. | 
**buyer_company_name** | Option<**String**> | The company name of the contact buyer. For IBA orders, the buyer company must be Amazon entities. | [optional]
**shipping_address** | Option<[**models::Address**]Address.md> |  | [optional]
**delivery_preferences** | Option<[**models::DeliveryPreferences**]DeliveryPreferences.md> |  | [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)