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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**op** | **String** | Type of JSON Patch operation. Supported JSON Patch operations include add, replace, and delete. See <https://tools.ietf.org/html/rfc6902>. | 
**path** | **String** | JSON Pointer path of the element to patch. See <https://tools.ietf.org/html/rfc6902>. | 
**value** | Option<[**Vec<std::collections::HashMap<String, serde_json::Value>>**]std::collections::HashMap.md> | JSON value to add, replace, or delete. | [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)