Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: cleaning up placeholder text, add Properties to 'Types used ...'
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 26, 2020
1 parent ef10709 commit 13c4086
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,12 +302,12 @@ Under each section are methods that perform "actions" on the MWS API parses the
| Acknowledged | boolean | true | No |

## Subscriptions
[Amazon MWS Subscriptions official API](http://docs.developer.amazonservices.com/en_CA/subscriptions/Subscriptions_Overview.html)

### Types used in Subscriptions

#### Subscription
[Amazon MWS Subscriptions official API](http://docs.developer.amazonservices.com/en_CA/subscriptions/Subscriptions_Overview.html)

**Properties**
| Name | Type | Example | Required |
|------------------ |------------- |------------------- |---------- |
| NotificationType | string | 'AnyOfferChanged' | Yes |
Expand All @@ -317,7 +317,7 @@ Under each section are methods that perform "actions" on the MWS API parses the
* [Possible values for NotificationType](http://docs.developer.amazonservices.com/en_CA/subscriptions/Subscriptions_NotificationType.html)

#### Destination

**Properties**
| Name | Type | Example | Required |
|----------------- |------------------- |------------------------------------ |---------- |
| DeliveryChannel | string | 'SQS' | Yes |
Expand All @@ -326,7 +326,7 @@ Under each section are methods that perform "actions" on the MWS API parses the
* [Possible values for DeliveryChannel](http://docs.developer.amazonservices.com/en_CA/subscriptions/Subscriptions_Datatypes.html#Destination)

#### AttribueKeyValue

**Properties**
| Name | Type | Example | Required |
|------- |-------- |-------------------------------------------------------------------------------- |---------- |
| Key | string | 'sqsQueueUrl' | Yes |
Expand Down Expand Up @@ -514,11 +514,7 @@ Under each section are methods that perform "actions" on the MWS API parses the

### Types used in Products
#### FeesEstimateRequest

- [FeesEstimateRequest](#feesestimaterequest)
- [PriceToEstimateFees](#pricetoestimatefees)
- [MoneyType](#moneytype)
- [Points](#points)
**Properties**

| Name | Type | Example | Required |
|--------------------- |--------------------- |-------------------------------------------- |---------- |
Expand All @@ -530,15 +526,15 @@ Under each section are methods that perform "actions" on the MWS API parses the
| IsAmazonFulfilled | boolean | true | Yes |

#### PriceToEstimateFees

**Properties**
| Name | Type | Example | Required |
|--------------------- |--------------------- |-------------------------- |---------- |
| ListingPrice | MoneyType | [MoneyType](#moneytype) | Yes |
| Shipping | MoneyType | [MoneyType](#moneytype) | No |
| Points | Points | [Points](#points) | No |

#### MoneyType

**Properties**
| Name | Type | Example | Required |
|--------------------- |--------------------- |------------ |---------- |
| Amount | number | 1000 | No |
Expand All @@ -547,7 +543,7 @@ Under each section are methods that perform "actions" on the MWS API parses the
* [Possible values for CurrencyCode](http://docs.developer.amazonservices.com/en_CA/products/Products_Datatypes.html#MoneyType)

#### Points

**Properties**
| Name | Type | Example | Required |
|--------------------- |--------------------- |------------------------ |---------- |
| PointsNumber | number | 1000 | Yes |
Expand Down

0 comments on commit 13c4086

Please sign in to comment.