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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**asin** | Option<**String**> | The Amazon Standard Identification Number (ASIN) of the item. | [optional]
**title** | Option<**String**> | The title of the item. | [optional]
**quantity** | Option<**i32**> | The total number of items included in the order. | [optional]
**order_id** | Option<**String**> | The Amazon-defined identifier for an order placed by the buyer, in 3-7-7 format. | [optional]
**item_status** | Option<**String**> | The status of the item. | [optional]
**brand_name** | Option<**String**> | The brand name of the item. | [optional]
**item_delivery** | Option<[**models::ItemDelivery**]ItemDelivery.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)