From c5a589196908507d85caa6466c88347794865184 Mon Sep 17 00:00:00 2001 From: Abby Menting Date: Mon, 23 Aug 2021 17:07:31 -0700 Subject: [PATCH] Update rate header description and sandbox extension --- .../fulfillmentInboundV0.json | 1364 +++++++++-------- 1 file changed, 716 insertions(+), 648 deletions(-) diff --git a/models/fulfillment-inbound-api-model/fulfillmentInboundV0.json b/models/fulfillment-inbound-api-model/fulfillmentInboundV0.json index 275941e..b73a0e6 100644 --- a/models/fulfillment-inbound-api-model/fulfillmentInboundV0.json +++ b/models/fulfillment-inbound-api-model/fulfillmentInboundV0.json @@ -78,17 +78,18 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "MarketplaceId": { - "value": "MarketplaceId" - }, - "SellerSKUList": { - "value": [ - "sku1", - "sku2" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "MarketplaceId": { + "value": "MarketplaceId" + }, + "SellerSKUList": { + "value": [ + "sku1", + "sku2" ] } } @@ -128,8 +129,9 @@ ] } } - } - ] + } + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -146,31 +148,33 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "MarketplaceId": { - "value": "BADVALUE" - }, - "SellerSKUList": { - "value": [ - "sku1", - "sku2" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "MarketplaceId": { + "value": "BADVALUE" + }, + "SellerSKUList": { + "value": [ + "sku1", + "sku2" ] } } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "MarketplaceId is incorrect" - } - ] + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "MarketplaceId is incorrect" + } + ] + } } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -180,7 +184,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -224,7 +228,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -240,7 +244,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -256,7 +260,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -300,17 +304,18 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "body": { - "value": { - "ShipFromAddress": { - "Name": "Name", - "AddressLine1": "123 any st", - "AddressLine2": "AddressLine2", - "DistrictOrCounty": "Washtenaw", + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "body": { + "value": { + "ShipFromAddress": { + "Name": "Name", + "AddressLine1": "123 any st", + "AddressLine2": "AddressLine2", + "DistrictOrCounty": "Washtenaw", "City": "Ann Arbor", "StateOrProvinceCode": "MI", "CountryCode": "US", @@ -383,8 +388,9 @@ ] } } - } - ] + } + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -401,17 +407,18 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "body": { - "value": { - "ShipFromAddress": { - "Name": "BADBAD NAME", - "AddressLine1": "BADAddressLine1", - "AddressLine2": "BADAddressLine2", - "DistrictOrCounty": "BADDistrictOrCounty", + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "body": { + "value": { + "ShipFromAddress": { + "Name": "BADBAD NAME", + "AddressLine1": "BADAddressLine1", + "AddressLine2": "BADAddressLine2", + "DistrictOrCounty": "BADDistrictOrCounty", "City": "BADCity", "StateOrProvinceCode": "BADStateOrProvinceCode", "CountryCode": "BADCountryCode", @@ -438,17 +445,18 @@ } } } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "Invalid data. Please check details" - } - ] + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "Invalid data. Please check details" + } + ] + } } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -458,7 +466,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -502,7 +510,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -518,7 +526,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -534,7 +542,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -585,17 +593,18 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "body": { - "value": { - "InboundShipmentHeader": { - "ShipmentName": "43545345", - "ShipFromAddress": { - "Name": "35435345", - "AddressLine1": "123 any st", + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "body": { + "value": { + "InboundShipmentHeader": { + "ShipmentName": "43545345", + "ShipFromAddress": { + "Name": "35435345", + "AddressLine1": "123 any st", "DistrictOrCounty": "Washtenaw", "City": "Ann Arbor", "StateOrProvinceCode": "Test", @@ -626,17 +635,18 @@ } ], "MarketplaceId": "MarketplaceId" + } } } - } - }, - "response": { - "payload": { - "ShipmentId": "ShipmentId" + }, + "response": { + "payload": { + "ShipmentId": "ShipmentId" + } } } - } - ] + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -653,17 +663,18 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "body": { - "value": { - "MarketplaceId": "BADATVPDKIKX0DER", - "InboundShipmentHeader": { - "ShipmentName": "Shipment for FBA15DJCQ1ZF", - "ShipFromAddress": { - "Name": "Uma Test", + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "body": { + "value": { + "MarketplaceId": "BADATVPDKIKX0DER", + "InboundShipmentHeader": { + "ShipmentName": "Shipment for FBA15DJCQ1ZF", + "ShipFromAddress": { + "Name": "Uma Test", "AddressLine1": "123 any st", "AddressLine2": "", "DistrictOrCounty": "Washtenaw", @@ -690,17 +701,18 @@ } } } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "Data is invalid. Please check." - } - ] + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "Data is invalid. Please check." + } + ] + } } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -710,7 +722,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -754,7 +766,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -770,7 +782,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -786,7 +798,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -835,17 +847,18 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "body": { - "value": { - "MarketplaceId": "ATVPDKIKX0DER", - "InboundShipmentHeader": { - "ShipmentName": "Shipment for FBA15DJCQ1ZF", - "ShipFromAddress": { - "Name": "Uma Test", + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "body": { + "value": { + "MarketplaceId": "ATVPDKIKX0DER", + "InboundShipmentHeader": { + "ShipmentName": "Shipment for FBA15DJCQ1ZF", + "ShipFromAddress": { + "Name": "Uma Test", "AddressLine1": "123 any st", "AddressLine2": "", "DistrictOrCounty": "Washtenaw", @@ -864,17 +877,18 @@ "QuantityShipped": 1 } ] + } } } - } - }, - "response": { - "payload": { - "ShipmentId": "FBA15DJCQ1ZF" + }, + "response": { + "payload": { + "ShipmentId": "FBA15DJCQ1ZF" + } } } - } - ] + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -891,17 +905,18 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "body": { - "value": { - "MarketplaceId": "BADID", - "InboundShipmentHeader": { - "ShipmentName": "Shipment for FBA15DJCQ1ZF", - "ShipFromAddress": { - "Name": "Uma Test", + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "body": { + "value": { + "MarketplaceId": "BADID", + "InboundShipmentHeader": { + "ShipmentName": "Shipment for FBA15DJCQ1ZF", + "ShipFromAddress": { + "Name": "Uma Test", "AddressLine1": "123 any st", "AddressLine2": "", "DistrictOrCounty": "Washtenaw", @@ -923,17 +938,18 @@ } } } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "Data is invalid. Please check." - } - ] + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "Data is invalid. Please check." + } + ] + } } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -943,7 +959,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -987,7 +1003,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1003,7 +1019,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1019,7 +1035,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1069,28 +1085,30 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "shipmentId1" - }, - "MarketplaceId": { - "value": "MarketplaceId1" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "shipmentId1" + }, + "MarketplaceId": { + "value": "MarketplaceId1" + } + } + }, + "response": { + "payload": { + "ShipmentContainsPreorderableItems": true, + "ShipmentConfirmedForPreorder": true, + "NeedByDate": "2020-04-23", + "ConfirmedFulfillableDate": "2020-04-23" } } - }, - "response": { - "payload": { - "ShipmentContainsPreorderableItems": true, - "ShipmentConfirmedForPreorder": true, - "NeedByDate": "2020-04-23", - "ConfirmedFulfillableDate": "2020-04-23" - } } - } - ] + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -1107,28 +1125,30 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "BADshipmentId1" - }, - "MarketplaceId": { - "value": "BADMarketplaceId1" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "BADshipmentId1" + }, + "MarketplaceId": { + "value": "BADMarketplaceId1" + } } + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "Data is invalid. Please check." + } + ] } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "Data is invalid. Please check." - } - ] } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -1138,7 +1158,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1182,7 +1202,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1198,7 +1218,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1214,7 +1234,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1272,29 +1292,31 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "shipmentId1" - }, - "NeedByDate": { - "value": "2020-10-10" - }, - "MarketplaceId": { + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "shipmentId1" + }, + "NeedByDate": { + "value": "2020-10-10" + }, + "MarketplaceId": { "value": "MarketplaceId1" + } + } + }, + "response": { + "payload": { + "ConfirmedNeedByDate": "2020-04-23", + "ConfirmedFulfillableDate": "2020-04-23" } } - }, - "response": { - "payload": { - "ConfirmedNeedByDate": "2020-04-23", - "ConfirmedFulfillableDate": "2020-04-23" - } } - } - ] + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -1311,31 +1333,33 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "BADshipmentId1" - }, - "NeedByDate": { - "value": "2020-10-10" - }, - "MarketplaceId": { + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "BADshipmentId1" + }, + "NeedByDate": { + "value": "2020-10-10" + }, + "MarketplaceId": { "value": "BADMarketplaceId1" } } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "Data is invalid. Please check." - } - ] + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "Data is invalid. Please check." + } + ] + } } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -1345,7 +1369,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1389,7 +1413,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1405,7 +1429,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1421,7 +1445,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1487,17 +1511,18 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "ShipToCountryCode": { - "value": "US" - }, - "ASINList": { - "value": [ - "ASIN1" - ] + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "ShipToCountryCode": { + "value": "US" + }, + "ASINList": { + "value": [ + "ASIN1" + ] } } }, @@ -1547,8 +1572,9 @@ ] } } - } - ] + } + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -1565,30 +1591,32 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "ShipToCountryCode": { - "value": "US" - }, - "ASINList": { - "value": [ - "BADASIN" - ] + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "ShipToCountryCode": { + "value": "US" + }, + "ASINList": { + "value": [ + "BADASIN" + ] } } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "Data is invalid. Please check." - } - ] + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "Data is invalid. Please check." + } + ] + } } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -1598,7 +1626,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1642,7 +1670,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1658,7 +1686,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1674,7 +1702,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1717,17 +1745,18 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "shipmentId1" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "shipmentId1" + } } - } - }, - "response": { - "payload": { + }, + "response": { + "payload": { "TransportContent": { "TransportHeader": { "SellerId": "A3O2V2ZBRHE3NZ", @@ -1759,10 +1788,11 @@ "TransportStatus": "WORKING" } } + } } } - } - ] + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -1779,25 +1809,27 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "BADshipmentId1" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "BADshipmentId1" + } } + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "Data is invalid. Please check." + } + ] } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "Data is invalid. Please check." - } - ] } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -1807,7 +1839,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1851,7 +1883,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1867,7 +1899,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1883,7 +1915,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -1932,17 +1964,18 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "shipmentId1" - }, - "body": { - "value": { - "IsPartnered": true, - "ShipmentType": "SP", + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "shipmentId1" + }, + "body": { + "value": { + "IsPartnered": true, + "ShipmentType": "SP", "TransportDetails": { "PartneredSmallParcelData": { "PackageList": [ @@ -2010,17 +2043,18 @@ } } } - } - }, - "response": { - "payload": { - "TransportResult": { - "TransportStatus": "WORKING" + } + }, + "response": { + "payload": { + "TransportResult": { + "TransportStatus": "WORKING" + } } } } - } - ] + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -2037,17 +2071,18 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "shipmentId1" - }, - "body": { - "value": { - "IsPartnered": true, - "ShipmentType": "SP", + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "shipmentId1" + }, + "body": { + "value": { + "IsPartnered": true, + "ShipmentType": "SP", "TransportDetails": { "PartneredSmallParcelData": { "PackageList": [ @@ -2116,17 +2151,18 @@ } } } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "Data is invalid. Please check." - } - ] + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "Data is invalid. Please check." + } + ] + } } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -2136,7 +2172,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -2180,7 +2216,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -2196,7 +2232,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -2212,7 +2248,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -2255,24 +2291,26 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "shipmentId1" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "shipmentId1" + } } - } - }, - "response": { - "payload": { - "TransportResult": { - "TransportStatus": "VOIDING" + }, + "response": { + "payload": { + "TransportResult": { + "TransportStatus": "VOIDING" + } } } } - } - ] + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -2289,25 +2327,27 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "badshipmentId1" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "badshipmentId1" + } } + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "Data is invalid. Please check." + } + ] } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "Data is invalid. Please check." - } - ] } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -2317,7 +2357,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -2361,7 +2401,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -2377,7 +2417,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -2393,7 +2433,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -2436,24 +2476,26 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "shipmentId1" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "shipmentId1" + } } - } - }, - "response": { - "payload": { - "TransportResult": { - "TransportStatus": "ESTIMATING" + }, + "response": { + "payload": { + "TransportResult": { + "TransportStatus": "ESTIMATING" + } } } } - } - ] + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -2470,25 +2512,27 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "BadshipmentId1" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "BadshipmentId1" + } } + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "Data is invalid. Please check." + } + ] } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "Data is invalid. Please check." - } - ] } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -2498,7 +2542,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -2542,7 +2586,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -2558,7 +2602,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -2574,7 +2618,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -2617,24 +2661,26 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "shipmentId1" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "shipmentId1" + } } - } - }, - "response": { - "payload": { - "TransportResult": { - "TransportStatus": "CONFIRMING" + }, + "response": { + "payload": { + "TransportResult": { + "TransportStatus": "CONFIRMING" + } } } } - } - ] + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -2651,25 +2697,27 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "shipmentId1" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "shipmentId1" + } } + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "Data is invalid. Please check." + } + ] } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "Data is invalid. Please check." - } - ] } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -2679,7 +2727,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -2723,7 +2771,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -2739,7 +2787,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -2755,7 +2803,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -2934,28 +2982,30 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "348975493" - }, - "PageType": { - "value": "PackageLabel_Letter_2" - }, - "LabelType": { - "value": "BARCODE_2D" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "348975493" + }, + "PageType": { + "value": "PackageLabel_Letter_2" + }, + "LabelType": { + "value": "BARCODE_2D" + } + } + }, + "response": { + "payload": { + "DownloadURL": "http://www.labels.url.com" } } - }, - "response": { - "payload": { - "DownloadURL": "http://www.labels.url.com" - } } - } - ] + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -2972,31 +3022,33 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "BADVALUE" - }, - "PageType": { - "value": "PackageLabel_Letter_2" - }, - "LabelType": { + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "BADVALUE" + }, + "PageType": { + "value": "PackageLabel_Letter_2" + }, + "LabelType": { "value": "BARCODE_2D" } } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "Data is invalid. Please check." - } - ] + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "Data is invalid. Please check." + } + ] + } } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -3006,7 +3058,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -3050,7 +3102,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -3066,7 +3118,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -3082,7 +3134,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -3125,22 +3177,24 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "shipmentId" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "shipmentId" + } + } + }, + "response": { + "payload": { + "DownloadURL": "http://bill-of.lading.url.com" } } - }, - "response": { - "payload": { - "DownloadURL": "http://bill-of.lading.url.com" - } } - } - ] + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -3157,25 +3211,27 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "badid1" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "shipmentId": { + "value": "badid1" + } } + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "Data is invalid. Please check." + } + ] } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "Data is invalid. Please check." - } - ] } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -3185,7 +3241,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -3229,7 +3285,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -3245,7 +3301,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -3261,7 +3317,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -3427,17 +3483,18 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "MarketplaceId": { - "value": "ATVPDKIKX0DER" - }, - "QueryType": { - "value": "SHIPMENT" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "MarketplaceId": { + "value": "ATVPDKIKX0DER" + }, + "QueryType": { + "value": "SHIPMENT" + } } - } }, "response": { "payload": { @@ -3462,8 +3519,9 @@ "NextToken": "AAAAAAAAAADwtRhfSFJXzbRgKc+wYysmXwEAAAAAAACLuoztkDYG/ClQt9ELs4kYW6MrmpJdFf1QQYk6hSIZSsy5ipek26YvTwmkD9i4cbQny1EWwuuU88wghPxa7770q5R+YYCuP4pYWVy3AVAzWzAib6BRlDr4B0msx6sOKcYCy6ms4J021964JOS9nZhRBGfJ86d96S91rhJPli55+r7Jp+VHPly2FCJ2mAuC53sGTsNP108IUuPdbZqq2myWZ5U+EggLjhRBvXhHFFxRclETG7XfyX46A9nCKKhJYEjDFmMPQoQPtqSuxtMAUMDLPs4MttashstL96Oiu79VYhjV84L13mdMNZS6g21HKgU5E6CDivHvsgS5kC7joXHrXGjwpXMeLcfJqwg+DocBFiU2NELMEbfksrIGXVVjFqiLxHtTiDBsuDxDLbYeVepW0E9oA/ppbZJK4c0nDbgT3WSxxfsgpmAZ42O6iVMhW/KVlJZFDjKsmmHATcq5S5c=" } } - } - ] + } + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -3480,28 +3538,30 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "MarketplaceId": { - "value": "BADATVPDKIKX0DER" - }, - "QueryType": { - "value": "BADSHIPMENT" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "MarketplaceId": { + "value": "BADATVPDKIKX0DER" + }, + "QueryType": { + "value": "BADSHIPMENT" + } } + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "Data is invalid. Please check." + } + ] } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "Data is invalid. Please check." - } - ] } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -3511,7 +3571,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -3555,7 +3615,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -3571,7 +3631,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -3587,7 +3647,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -3637,17 +3697,18 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "MarketplaceId": { - "value": "ATVPDKIKX0DER" - }, - "shipmentId": { - "value": "FBA15DJ9SVVD" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "MarketplaceId": { + "value": "ATVPDKIKX0DER" + }, + "shipmentId": { + "value": "FBA15DJ9SVVD" + } } - } }, "response": { "payload": { @@ -3675,8 +3736,9 @@ "NextToken": "AAAAAAAAAABtqoY6CcWi1L8mJB7Nnt2gaQEAAAAAAAD6ehPTas9PliWJK6+QPwRpOgJJTgQphGOQ+9o1k7PBrBe5GrNyGDQYBmz2D4yDT4FVSHVhpbKi8Mgrw3tfRTLrkcMQOn5CvEySS5ePVzv8WhjCDxM9FGwBzoeDWLKx9OEy29XlAFkeBdwaxOAxEMF97uQkxGhUQS5sGeXdSAXNXMgCoOXMgw+JlsgzIq3Byt/yObIt8z9T0GPk440bqiQZl3ceVEiLX2g2LAa5qNwJBtCgYtizJsYSu/tX9zbR0Fe13bSqTOUEAXykYvQSTYCbuEPC3UFukVLobuP0lW+WZzZxcbWRxEzBTHnlgorzdsCc4cBnWVhTdp5nxTPeiYGbda9KilRFXtVl1vgXCHq5npDNV9yULsgjAqFPDBaz8YMlKoJgCe2E1GmbHzenJW21IHcIo3gtmujx+ib3Y9j23SwCfEbsUR9OrFNvGxiZ0VS7qYzm+fvElsU9jBx1PFrOigHnGD71Yq+y" } } - } - ] + } + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -3693,28 +3755,30 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "MarketplaceId": { - "value": "BADATVPDKIKX0DER" - }, - "shipmentId": { - "value": "BADFBA15DJ9SVVD" + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "MarketplaceId": { + "value": "BADATVPDKIKX0DER" + }, + "shipmentId": { + "value": "BADFBA15DJ9SVVD" + } } + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "Data is invalid. Please check." + } + ] } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "Data is invalid. Please check." - } - ] } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -3724,7 +3788,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -3768,7 +3832,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -3784,7 +3848,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -3800,7 +3864,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -3887,17 +3951,18 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "MarketplaceId": { - "value": "ATVPDKIKX0DER" - }, - "QueryType": { - "value": "SHIPMENT" - }, - "NextToken": { + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "MarketplaceId": { + "value": "ATVPDKIKX0DER" + }, + "QueryType": { + "value": "SHIPMENT" + }, + "NextToken": { "value": "NextToken" } } @@ -3969,7 +4034,8 @@ } } } - ] + ] + } }, "400": { "description": "Request has missing or invalid parameters and cannot be parsed.", @@ -3986,31 +4052,33 @@ "description": "Unique request reference identifier." } }, - "x-amazon-spds-sandbox-behaviors": [ - { - "request": { - "parameters": { - "MarketplaceId": { - "value": "BADATVPDKIKX0DER" - }, - "QueryType": { - "value": "BADSHIPMENT" - }, - "NextToken": { + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "MarketplaceId": { + "value": "BADATVPDKIKX0DER" + }, + "QueryType": { + "value": "BADSHIPMENT" + }, + "NextToken": { "value": "BADNextToken" } } - }, - "response": { - "errors": [ - { - "code": "Invalid Input", - "message": "Data is invalid. Please check." - } - ] + }, + "response": { + "errors": [ + { + "code": "Invalid Input", + "message": "Data is invalid. Please check." + } + ] + } } - } - ] + ] + } }, "401": { "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", @@ -4020,7 +4088,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -4064,7 +4132,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -4080,7 +4148,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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", @@ -4096,7 +4164,7 @@ "headers": { "x-amzn-RateLimit-Limit": { "type": "string", - "description": "Your rate limit (requests per second) for this operation." + "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",