GetAdditionalInputsSchema
Returns the JSON schema to use for providing additional inputs when needed to purchase a shipping offering.
Input
| Name | Type | Required | Description |
| RequestToken | String | True | The request token returned in the response to the getRates operation. |
| RateId | String | True | The rate identifier for the shipping offering (rate) returned in the response to the getRates operation. |
| ShippingBusinessId | String | True | Amazon shipping business to assume for this request. The default is AmazonShipping_UK. Refer X-amzn-shipping-business-id for other marketplaces. |
Result Set Columns
| Name | Type | Description |
| Success | String | Boolean indicating whether the stored procedure was successfully executed. |
| Schema | String | The JSON schema to use to provide additional inputs when required to purchase a shipping offering. |