diff --git a/models/shipment-invoicing-api-model/shipmentInvoicingV0.json b/models/shipment-invoicing-api-model/shipmentInvoicingV0.json index de0b36c..28f9e9f 100644 --- a/models/shipment-invoicing-api-model/shipmentInvoicingV0.json +++ b/models/shipment-invoicing-api-model/shipmentInvoicingV0.json @@ -29,7 +29,7 @@ "tags": [ "shipmentInvoice" ], - "description": "Returns the shipment details required to issue an invoice for the specified shipment.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 1.133 | 25 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", + "description": "Returns the shipment details required to issue an invoice for the specified shipment.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1.133 | 25 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).", "operationId": "getShipmentDetails", "parameters": [ { @@ -58,16 +58,16 @@ }, "x-amzn-api-sandbox": { "static": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "shipmentId1" - } + { + "request": { + "parameters": { + "shipmentId": { + "value": "shipmentId1" } - }, - "response": { - "payload": { + } + }, + "response": { + "payload": { "WarehouseId": "wID1234", "AmazonOrderId": "222-333-4444333", "AmazonShipmentId": "F4385943758", @@ -144,10 +144,10 @@ ] } ] - } } } - ] + } + ] } }, "400": { @@ -167,25 +167,25 @@ }, "x-amzn-api-sandbox": { "static": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "BadShipId" - } + { + "request": { + "parameters": { + "shipmentId": { + "value": "BadShipId" } - }, - "response": { - "errors": [ - { - "code": "InvalidInput", - "message": "Invalid Shipment ID", - "details": "'BadShipId' is an invalid ShipmentID" - } - ] } + }, + "response": { + "errors": [ + { + "code": "InvalidInput", + "message": "Invalid Shipment ID", + "details": "'BadShipId' is an invalid ShipmentID" + } + ] } - ] + } + ] } }, "401": { @@ -304,7 +304,7 @@ "tags": [ "shipmentInvoice" ], - "description": "Submits a shipment invoice document for a given shipment.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 1.133 | 25 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", + "description": "Submits a shipment invoice document for a given shipment.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1.133 | 25 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).", "operationId": "submitInvoice", "parameters": [ { @@ -341,23 +341,23 @@ }, "x-amzn-api-sandbox": { "static": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "shipmentId1" - }, - "body": { - "value": { - "InvoiceContent": "SGF2ZSB0byBkZWFsIHdpdGggQmFzZTY0IGZvcm1hdD8=", - "ContentMD5Value": "9906bd8f227f6a43f1e27db4b9258ad4" - } + { + "request": { + "parameters": { + "shipmentId": { + "value": "shipmentId1" + }, + "body": { + "value": { + "InvoiceContent": "SGF2ZSB0byBkZWFsIHdpdGggQmFzZTY0IGZvcm1hdD8=", + "ContentMD5Value": "9906bd8f227f6a43f1e27db4b9258ad4" } } - }, - "response": {} - } - ] + } + }, + "response": {} + } + ] } }, "400": { @@ -377,31 +377,31 @@ }, "x-amzn-api-sandbox": { "static": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "BadIDForShipment" - }, - "body": { - "value": { - "InvoiceContent": "NonBase64EncodedValue", - "ContentMD5Value": "8f6df519a2125946820bc34a561164c2" + { + "request": { + "parameters": { + "shipmentId": { + "value": "BadIDForShipment" + }, + "body": { + "value": { + "InvoiceContent": "NonBase64EncodedValue", + "ContentMD5Value": "8f6df519a2125946820bc34a561164c2" } } } }, - "response": { - "errors": [ - { - "code": "InvalidInput", - "message": "Shipment ID is invalid", - "details": "InvoiceContent fails encoding. Shipment 'BadIDForShipment' does not exist" - } - ] - } + "response": { + "errors": [ + { + "code": "InvalidInput", + "message": "Shipment ID is invalid", + "details": "InvoiceContent fails encoding. Shipment 'BadIDForShipment' does not exist" + } + ] } - ] + } + ] } }, "401": { @@ -521,7 +521,7 @@ "tags": [ "shipmentInvoice" ], - "description": "Returns the invoice status for the shipment you specify.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 1.133 | 25 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", + "description": "Returns the invoice status for the shipment you specify.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1.133 | 25 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).", "operationId": "getInvoiceStatus", "parameters": [ { @@ -550,24 +550,24 @@ }, "x-amzn-api-sandbox": { "static": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "shipmentId1" - } + { + "request": { + "parameters": { + "shipmentId": { + "value": "shipmentId1" } - }, - "response": { - "payload": { - "Shipments": { - "AmazonShipmentId": "shipmentId1", - "InvoiceStatus": "Accepted" - } + } + }, + "response": { + "payload": { + "Shipments": { + "AmazonShipmentId": "shipmentId1", + "InvoiceStatus": "Accepted" } } } - ] + } + ] } }, "400": { @@ -587,25 +587,25 @@ }, "x-amzn-api-sandbox": { "static": [ - { - "request": { - "parameters": { - "shipmentId": { - "value": "BadShipId" - } + { + "request": { + "parameters": { + "shipmentId": { + "value": "BadShipId" } - }, - "response": { - "errors": [ - { - "code": "InvalidInput", - "message": "Invalid Shipment ID", - "details": "'BadShipId' is an invalid ShipmentID" - } - ] } + }, + "response": { + "errors": [ + { + "code": "InvalidInput", + "message": "Invalid Shipment ID", + "details": "'BadShipId' is an invalid ShipmentID" + } + ] } - ] + } + ] } }, "401": { @@ -1132,4 +1132,4 @@ "description": "The response schema for the getInvoiceStatus operation." } } -} \ No newline at end of file +}