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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**status** | [**models::VerificationStatus**]VerificationStatus.md |  | 
**requires_merchant_action** | **bool** | When true, the regulated information provided in the order requires a review by the merchant. | 
**valid_rejection_reasons** | [**Vec<models::RejectionReason>**]RejectionReason.md | A list of valid rejection reasons that may be used to reject the order's regulated information. | 
**rejection_reason** | Option<[**models::RejectionReason**]RejectionReason.md> |  | [optional]
**review_date** | Option<**String**> | The date the order was reviewed. In [ISO 8601]https://developer-docs.amazon.com/sp-api/docs/iso-8601 date time format. | [optional]
**external_reviewer_id** | Option<**String**> | The identifier for the order's regulated information reviewer. | [optional]
**valid_verification_details** | Option<[**Vec<models::ValidVerificationDetail>**]ValidVerificationDetail.md> | A list of valid verification details that may be provided and the criteria required for when the verification detail can be provided. | [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)