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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**asin** | **String** | The Amazon Standard Identification Number (ASIN). | 
**badge_set** | Option<[**Vec<models::AsinBadge>**]AsinBadge.md> | The set of ASIN badges. | [optional]
**parent** | Option<**String**> | The Amazon Standard Identification Number (ASIN). | [optional]
**title** | Option<**String**> | The title for the ASIN in the Amazon catalog. | [optional]
**image_url** | Option<**String**> | The default image for the ASIN in the Amazon catalog. | [optional]
**content_reference_key_set** | Option<**Vec<String>**> | A set of content reference keys. | [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)