Update rate header description and sandbox extension

This commit is contained in:
Abby Menting 2021-08-30 11:05:58 -07:00
parent 706c72d6f1
commit b07ca87ac1
1 changed files with 173 additions and 140 deletions

View File

@ -59,16 +59,6 @@
"enum": [
"INBOUND",
"COMMINGLING"
],
"x-docgen-enum-table-extension": [
{
"value": "INBOUND",
"description": "Inbound shipment."
},
{
"value": "COMMINGLING",
"description": "Using the manufacturer barcode for FBA inventory tracking."
}
]
}
],
@ -89,12 +79,17 @@
}
},
"headers": {
"x-amzn-RateLimit-Limit": {
"type": "string",
"description": "Your rate limit (requests per second) for this operation."
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
}
},
"x-amazon-spds-sandbox-behaviors": [
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
@ -113,6 +108,7 @@
}
}
]
}
},
"400": {
"description": "Request has missing or invalid parameters and cannot be parsed.",
@ -120,12 +116,17 @@
"$ref": "#/definitions/GetItemEligibilityPreviewResponse"
},
"headers": {
"x-amzn-RateLimit-Limit": {
"type": "string",
"description": "Your rate limit (requests per second) for this operation."
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
}
},
"x-amazon-spds-sandbox-behaviors": [
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
@ -144,6 +145,7 @@
}
}
]
}
},
"401": {
"description": "The request's Authorization header is not formatted correctly or does not contain a valid token.",
@ -151,12 +153,17 @@
"$ref": "#/definitions/GetItemEligibilityPreviewResponse"
},
"headers": {
"x-amzn-RateLimit-Limit": {
"type": "string",
"description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
}
},
"x-amazon-spds-sandbox-behaviors": [
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
@ -175,6 +182,7 @@
}
}
]
}
},
"403": {
"description": "403 can be caused for reasons like Access Denied, Unauthorized, Expired Token, Invalid Signature or Resource Not Found.",
@ -187,7 +195,8 @@
"description": "Unique request reference ID."
}
},
"x-amazon-spds-sandbox-behaviors": [
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
@ -206,6 +215,7 @@
}
}
]
}
},
"404": {
"description": "The resource specified does not exist.",
@ -213,12 +223,17 @@
"$ref": "#/definitions/GetItemEligibilityPreviewResponse"
},
"headers": {
"x-amzn-RateLimit-Limit": {
"type": "string",
"description": "Your rate limit (requests per second) for this operation."
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
}
},
"x-amazon-spds-sandbox-behaviors": [
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
@ -237,6 +252,7 @@
}
}
]
}
},
"429": {
"description": "The frequency of requests was greater than allowed.",
@ -244,12 +260,17 @@
"$ref": "#/definitions/GetItemEligibilityPreviewResponse"
},
"headers": {
"x-amzn-RateLimit-Limit": {
"type": "string",
"description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
}
},
"x-amazon-spds-sandbox-behaviors": [
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
@ -268,6 +289,7 @@
}
}
]
}
},
"500": {
"description": "Encountered an unexpected condition which prevented the server from fulfilling the request.",
@ -275,12 +297,17 @@
"$ref": "#/definitions/GetItemEligibilityPreviewResponse"
},
"headers": {
"x-amzn-RateLimit-Limit": {
"type": "string",
"description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
}
},
"x-amazon-spds-sandbox-behaviors": [
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
@ -299,6 +326,7 @@
}
}
]
}
},
"503": {
"description": "Temporary overloading or maintenance of the server.",
@ -306,12 +334,17 @@
"$ref": "#/definitions/GetItemEligibilityPreviewResponse"
},
"headers": {
"x-amzn-RateLimit-Limit": {
"type": "string",
"description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
}
},
"x-amazon-spds-sandbox-behaviors": [
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
@ -332,8 +365,8 @@
]
}
}
},
"parameters": []
}
}
}
},
"definitions": {