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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**status** | Option<[**models::VerificationStatus**]VerificationStatus.md> |  | [optional]
**external_reviewer_id** | **String** | The identifier of the order's regulated information reviewer. | 
**rejection_reason_id** | Option<**String**> | The unique identifier of the rejection reason used for rejecting the order's regulated information. Only required if the new status is rejected. | [optional]
**verification_details** | Option<[**models::VerificationDetails**]VerificationDetails.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)