diff --git a/models/vendor-direct-fulfillment-orders-api-model/vendorDirectFulfillmentOrdersV1.json b/models/vendor-direct-fulfillment-orders-api-model/vendorDirectFulfillmentOrdersV1.json index bf1ffdd..b6206a5 100644 --- a/models/vendor-direct-fulfillment-orders-api-model/vendorDirectFulfillmentOrdersV1.json +++ b/models/vendor-direct-fulfillment-orders-api-model/vendorDirectFulfillmentOrdersV1.json @@ -29,7 +29,7 @@ "tags": [ "vendorOrders" ], - "description": "Returns a list of purchase orders created during the time frame that you specify. You define the time frame using the createdAfter and createdBefore parameters. You must use both parameters. You can choose to get only the purchase order numbers by setting the includeDetails parameter to false. In that case, the operation returns a list of purchase order numbers. You can then call the getOrder operation to return the details of a specific order.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 10 | 10 |\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 a list of purchase orders created during the time frame that you specify. You define the time frame using the createdAfter and createdBefore parameters. You must use both parameters. You can choose to get only the purchase order numbers by setting the includeDetails parameter to false. In that case, the operation returns a list of purchase order numbers. You can then call the getOrder operation to return the details of a specific order.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 10 | 10 |\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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).", "operationId": "getOrders", "parameters": [ { @@ -276,925 +276,925 @@ "value": "2020-02-15T14:00:00-08:00" }, "includeDetails": { - "value": "true" - }, - "limit": { - "value": 2 - }, - "sortOrder": { - "value": "DESC" + "value": "true" + }, + "limit": { + "value": 2 + }, + "sortOrder": { + "value": "DESC" + } + } + }, + "response": { + "payload": { + "pagination": { + "nextToken": "MDAwMDAwMDAwMQ==" + }, + "orders": [ + { + "purchaseOrderNumber": "2JK3S9VC", + "orderDetails": { + "customerOrderNumber": "123-ABC", + "orderDate": "2020-02-20T13:51:00Z", + "orderStatus": "NEW", + "shipmentDetails": { + "isPriorityShipment": false, + "isScheduledDeliveryShipment": false, + "isPslipRequired": true, + "isGift": false, + "shipMethod": "UPS_2ND", + "shipmentDates": { + "requiredShipDate": "2020-02-21T00:00:00Z", + "promisedDeliveryDate": "2020-02-24T00:00:00Z" + }, + "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site.Thank you for shopping at Amazon.com" + }, + "taxTotal": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "190" + }, + "type": "TOTAL" + } + ] + }, + "sellingParty": { + "partyId": "999US" + }, + "shipFromParty": { + "partyId": "ABCD" + }, + "shipToParty": { + "name": "ABCD", + "attention": "ABCD", + "addressLine1": "123 XYZ Street", + "addressLine2": "Apt 5", + "city": "San Jose", + "stateOrRegion": "CA", + "postalCode": "94086", + "countryCode": "USA" + }, + "billToParty": { + "partyId": "ABCD" + }, + "items": [ + { + "itemSequenceNumber": "00001", + "buyerProductIdentifier": "B07DFVDRAB", + "vendorProductIdentifier": "8806098286500", + "title": "LG 8 kg Inverter Wi-Fi Fully-Automatic Front Loading Washing Machine (FHT1408SWS, STS-VCM, Inbuilt Heater)", + "orderedQuantity": { + "amount": 1, + "unitOfMeasure": "EACH" + }, + "netPrice": { + "currencyCode": "USD", + "amount": "500" + }, + "taxDetails": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "50" + }, + "type": "TOTAL" + } + ] + } + }, + { + "itemSequenceNumber": "00002", + "buyerProductIdentifier": "B07DFYF5AB", + "vendorProductIdentifier": "8806098286123", + "title": "LG 6.5 kg Inverter Fully-Automatic Front Loading Washing Machine (FHT1065SNW, Blue and White, Inbuilt Heater)", + "orderedQuantity": { + "amount": 2, + "unitOfMeasure": "EACH" + }, + "netPrice": { + "currencyCode": "USD", + "amount": "700" + }, + "taxDetails": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "140" + }, + "type": "TOTAL" + } + ] + } + } + ] + } + }, + { + "purchaseOrderNumber": "3TRD2IAB", + "orderDetails": { + "customerOrderNumber": "456-ABC", + "orderDate": "2020-02-18T11:47:00Z", + "orderStatus": "NEW", + "shipmentDetails": { + "isPriorityShipment": false, + "isScheduledDeliveryShipment": false, + "isPslipRequired": true, + "isGift": false, + "shipMethod": "UPS_2ND", + "shipmentDates": { + "requiredShipDate": "2020-02-20T00:00:00Z", + "promisedDeliveryDate": "2020-02-22T00:00:00Z" + }, + "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site.Thank you for shopping at Amazon.com" + }, + "taxTotal": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "2" + }, + "type": "TOTAL" + } + ] + }, + "sellingParty": { + "partyId": "999US" + }, + "shipFromParty": { + "partyId": "ABCD" + }, + "shipToParty": { + "name": "XYZ", + "attention": "XYZ", + "addressLine1": "456 ABC Street", + "city": "Seattle", + "stateOrRegion": "WA", + "postalCode": "98007", + "countryCode": "USA" + }, + "billToParty": { + "partyId": "ABCD" + }, + "items": [ + { + "itemSequenceNumber": "00001", + "buyerProductIdentifier": "B01LNRIIAB", + "vendorProductIdentifier": "8806098286501", + "title": "Baby Dove Baby Wipes Rich Moisture (50 Pieces)", + "orderedQuantity": { + "amount": 1, + "unitOfMeasure": "EACH" + }, + "netPrice": { + "currencyCode": "USD", + "amount": "20" + }, + "taxDetails": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "2" + }, + "type": "TOTAL" + } + ] + } + } + ] + } + } + ] } } }, - "response": { - "payload": { - "pagination": { - "nextToken": "MDAwMDAwMDAwMQ==" - }, - "orders": [ - { - "purchaseOrderNumber": "2JK3S9VC", - "orderDetails": { - "customerOrderNumber": "123-ABC", - "orderDate": "2020-02-20T13:51:00Z", - "orderStatus": "NEW", - "shipmentDetails": { - "isPriorityShipment": false, - "isScheduledDeliveryShipment": false, - "isPslipRequired": true, - "isGift": false, - "shipMethod": "UPS_2ND", - "shipmentDates": { - "requiredShipDate": "2020-02-21T00:00:00Z", - "promisedDeliveryDate": "2020-02-24T00:00:00Z" - }, - "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site.Thank you for shopping at Amazon.com" - }, - "taxTotal": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "190" - }, - "type": "TOTAL" - } - ] - }, - "sellingParty": { - "partyId": "999US" - }, - "shipFromParty": { - "partyId": "ABCD" - }, - "shipToParty": { - "name": "ABCD", - "attention": "ABCD", - "addressLine1": "123 XYZ Street", - "addressLine2": "Apt 5", - "city": "San Jose", - "stateOrRegion": "CA", - "postalCode": "94086", - "countryCode": "USA" - }, - "billToParty": { - "partyId": "ABCD" - }, - "items": [ - { - "itemSequenceNumber": "00001", - "buyerProductIdentifier": "B07DFVDRAB", - "vendorProductIdentifier": "8806098286500", - "title": "LG 8 kg Inverter Wi-Fi Fully-Automatic Front Loading Washing Machine (FHT1408SWS, STS-VCM, Inbuilt Heater)", - "orderedQuantity": { - "amount": 1, - "unitOfMeasure": "EACH" - }, - "netPrice": { - "currencyCode": "USD", - "amount": "500" - }, - "taxDetails": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "50" - }, - "type": "TOTAL" - } - ] - } - }, - { - "itemSequenceNumber": "00002", - "buyerProductIdentifier": "B07DFYF5AB", - "vendorProductIdentifier": "8806098286123", - "title": "LG 6.5 kg Inverter Fully-Automatic Front Loading Washing Machine (FHT1065SNW, Blue and White, Inbuilt Heater)", - "orderedQuantity": { - "amount": 2, - "unitOfMeasure": "EACH" - }, - "netPrice": { - "currencyCode": "USD", - "amount": "700" - }, - "taxDetails": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "140" - }, - "type": "TOTAL" - } - ] - } - } - ] - } + { + "request": { + "parameters": { + "createdBefore": { + "value": "2020-02-20T00:00:00-08:00" }, - { - "purchaseOrderNumber": "3TRD2IAB", - "orderDetails": { - "customerOrderNumber": "456-ABC", - "orderDate": "2020-02-18T11:47:00Z", - "orderStatus": "NEW", - "shipmentDetails": { - "isPriorityShipment": false, - "isScheduledDeliveryShipment": false, - "isPslipRequired": true, - "isGift": false, - "shipMethod": "UPS_2ND", - "shipmentDates": { - "requiredShipDate": "2020-02-20T00:00:00Z", - "promisedDeliveryDate": "2020-02-22T00:00:00Z" + "createdAfter": { + "value": "2020-02-15T14:00:00-08:00" + }, + "includeDetails": { + "value": "true" + }, + "limit": { + "value": 2 + }, + "sortOrder": { + "value": "DESC" + }, + "nextToken": { + "value": "MDAwMDAwMDAwMQ==" + } + } + }, + "response": { + "payload": { + "orders": [ + { + "purchaseOrderNumber": "2JK3S9VCD", + "orderDetails": { + "customerOrderNumber": "123-ABC", + "orderDate": "2020-02-20T13:51:00Z", + "orderStatus": "NEW", + "shipmentDetails": { + "isPriorityShipment": false, + "isScheduledDeliveryShipment": false, + "isPslipRequired": true, + "isGift": false, + "shipMethod": "UPS_2ND", + "shipmentDates": { + "requiredShipDate": "2020-02-21T00:00:00Z", + "promisedDeliveryDate": "2020-02-24T00:00:00Z" + }, + "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site.Thank you for shopping at Amazon.com" }, - "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site.Thank you for shopping at Amazon.com" - }, - "taxTotal": { - "taxLineItem": [ + "taxTotal": { + "taxLineItem": [ + { + "taxAmount": { + "currencyCode": "USD", + "amount": "190" + }, + "type": "TOTAL" + } + ] + }, + "sellingParty": { + "partyId": "999US" + }, + "shipFromParty": { + "partyId": "ABCD" + }, + "shipToParty": { + "name": "ABCD", + "attention": "ABCD", + "addressLine1": "123 XYZ Street", + "addressLine2": "Apt 5", + "city": "San Jose", + "stateOrRegion": "CA", + "postalCode": "94086", + "countryCode": "USA" + }, + "billToParty": { + "partyId": "ABCD" + }, + "items": [ { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "2" + "itemSequenceNumber": "00001", + "buyerProductIdentifier": "B07DFVDRAB", + "vendorProductIdentifier": "8806098286500", + "title": "LG 8 kg Inverter Wi-Fi Fully-Automatic Front Loading Washing Machine (FHT1408SWS, STS-VCM, Inbuilt Heater)", + "orderedQuantity": { + "amount": 1, + "unitOfMeasure": "EACH" }, - "type": "TOTAL" + "netPrice": { + "currencyCode": "USD", + "amount": "500" + }, + "taxDetails": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "50" + }, + "type": "TOTAL" + } + ] + } + }, + { + "itemSequenceNumber": "00002", + "buyerProductIdentifier": "B07DFYF5AB", + "vendorProductIdentifier": "8806098286123", + "title": "LG 6.5 kg Inverter Fully-Automatic Front Loading Washing Machine (FHT1065SNW, Blue and White, Inbuilt Heater)", + "orderedQuantity": { + "amount": 2, + "unitOfMeasure": "EACH" + }, + "netPrice": { + "currencyCode": "USD", + "amount": "700" + }, + "taxDetails": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "140" + }, + "type": "TOTAL" + } + ] + } } ] - }, - "sellingParty": { - "partyId": "999US" - }, - "shipFromParty": { - "partyId": "ABCD" - }, - "shipToParty": { - "name": "XYZ", - "attention": "XYZ", - "addressLine1": "456 ABC Street", - "city": "Seattle", - "stateOrRegion": "WA", - "postalCode": "98007", - "countryCode": "USA" - }, - "billToParty": { - "partyId": "ABCD" - }, - "items": [ - { - "itemSequenceNumber": "00001", - "buyerProductIdentifier": "B01LNRIIAB", - "vendorProductIdentifier": "8806098286501", - "title": "Baby Dove Baby Wipes Rich Moisture (50 Pieces)", - "orderedQuantity": { - "amount": 1, - "unitOfMeasure": "EACH" + } + }, + { + "purchaseOrderNumber": "3TRD2IABC", + "orderDetails": { + "customerOrderNumber": "456-ABC", + "orderDate": "2020-02-18T11:47:00Z", + "orderStatus": "NEW", + "shipmentDetails": { + "isPriorityShipment": false, + "isScheduledDeliveryShipment": false, + "isPslipRequired": true, + "isGift": false, + "shipMethod": "UPS_2ND", + "shipmentDates": { + "requiredShipDate": "2020-02-20T00:00:00Z", + "promisedDeliveryDate": "2020-02-22T00:00:00Z" }, - "netPrice": { - "currencyCode": "USD", - "amount": "20" - }, - "taxDetails": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "2" - }, - "type": "TOTAL" - } - ] + "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site.Thank you for shopping at Amazon.com" + }, + "taxTotal": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "2" + }, + "type": "TOTAL" + } + ] + }, + "sellingParty": { + "partyId": "999US" + }, + "shipFromParty": { + "partyId": "ABCD" + }, + "shipToParty": { + "name": "XYZ", + "attention": "XYZ", + "addressLine1": "456 ABC Street", + "city": "Seattle", + "stateOrRegion": "WA", + "postalCode": "98007", + "countryCode": "USA" + }, + "billToParty": { + "partyId": "ABCD" + }, + "items": [ + { + "itemSequenceNumber": "00001", + "buyerProductIdentifier": "B01LNRIIAB", + "vendorProductIdentifier": "8806098286501", + "title": "Baby Dove Baby Wipes Rich Moisture (50 Pieces)", + "orderedQuantity": { + "amount": 1, + "unitOfMeasure": "EACH" + }, + "netPrice": { + "currencyCode": "USD", + "amount": "20" + }, + "taxDetails": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "2" + }, + "type": "TOTAL" + } + ] + } } - } - ] + ] + } } - } - ] - } - } - }, - { - "request": { - "parameters": { - "createdBefore": { - "value": "2020-02-20T00:00:00-08:00" - }, - "createdAfter": { - "value": "2020-02-15T14:00:00-08:00" - }, - "includeDetails": { - "value": "true" - }, - "limit": { - "value": 2 - }, - "sortOrder": { - "value": "DESC" - }, - "nextToken": { - "value": "MDAwMDAwMDAwMQ==" + ] } } }, - "response": { - "payload": { - "orders": [ - { - "purchaseOrderNumber": "2JK3S9VCD", - "orderDetails": { - "customerOrderNumber": "123-ABC", - "orderDate": "2020-02-20T13:51:00Z", - "orderStatus": "NEW", - "shipmentDetails": { - "isPriorityShipment": false, - "isScheduledDeliveryShipment": false, - "isPslipRequired": true, - "isGift": false, - "shipMethod": "UPS_2ND", - "shipmentDates": { - "requiredShipDate": "2020-02-21T00:00:00Z", - "promisedDeliveryDate": "2020-02-24T00:00:00Z" - }, - "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site.Thank you for shopping at Amazon.com" - }, - "taxTotal": { - "taxLineItem": [ - { - "taxAmount": { - "currencyCode": "USD", - "amount": "190" - }, - "type": "TOTAL" - } - ] - }, - "sellingParty": { - "partyId": "999US" - }, - "shipFromParty": { - "partyId": "ABCD" - }, - "shipToParty": { - "name": "ABCD", - "attention": "ABCD", - "addressLine1": "123 XYZ Street", - "addressLine2": "Apt 5", - "city": "San Jose", - "stateOrRegion": "CA", - "postalCode": "94086", - "countryCode": "USA" - }, - "billToParty": { - "partyId": "ABCD" - }, - "items": [ - { - "itemSequenceNumber": "00001", - "buyerProductIdentifier": "B07DFVDRAB", - "vendorProductIdentifier": "8806098286500", - "title": "LG 8 kg Inverter Wi-Fi Fully-Automatic Front Loading Washing Machine (FHT1408SWS, STS-VCM, Inbuilt Heater)", - "orderedQuantity": { - "amount": 1, - "unitOfMeasure": "EACH" - }, - "netPrice": { - "currencyCode": "USD", - "amount": "500" - }, - "taxDetails": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "50" - }, - "type": "TOTAL" - } - ] - } - }, - { - "itemSequenceNumber": "00002", - "buyerProductIdentifier": "B07DFYF5AB", - "vendorProductIdentifier": "8806098286123", - "title": "LG 6.5 kg Inverter Fully-Automatic Front Loading Washing Machine (FHT1065SNW, Blue and White, Inbuilt Heater)", - "orderedQuantity": { - "amount": 2, - "unitOfMeasure": "EACH" - }, - "netPrice": { - "currencyCode": "USD", - "amount": "700" - }, - "taxDetails": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "140" - }, - "type": "TOTAL" - } - ] - } - } - ] - } + { + "request": { + "parameters": { + "createdBefore": { + "value": "2020-02-20T00:00:00-08:00" }, - { - "purchaseOrderNumber": "3TRD2IABC", - "orderDetails": { - "customerOrderNumber": "456-ABC", - "orderDate": "2020-02-18T11:47:00Z", - "orderStatus": "NEW", - "shipmentDetails": { - "isPriorityShipment": false, - "isScheduledDeliveryShipment": false, - "isPslipRequired": true, - "isGift": false, - "shipMethod": "UPS_2ND", - "shipmentDates": { - "requiredShipDate": "2020-02-20T00:00:00Z", - "promisedDeliveryDate": "2020-02-22T00:00:00Z" + "createdAfter": { + "value": "2020-02-15T14:00:00-08:00" + }, + "includeDetails": { + "value": "true" + }, + "limit": { + "value": 2 + }, + "sortOrder": { + "value": "DESC" + }, + "nextToken": { + "value": "MDAwMDAwMDAwMQ==" + } + } + }, + "response": { + "payload": { + "orders": [ + { + "purchaseOrderNumber": "2JK3S9VCD", + "orderDetails": { + "customerOrderNumber": "123-ABC", + "orderDate": "2020-02-20T13:51:00Z", + "orderStatus": "NEW", + "shipmentDetails": { + "isPriorityShipment": false, + "isScheduledDeliveryShipment": false, + "isPslipRequired": true, + "isGift": false, + "shipMethod": "UPS_2ND", + "shipmentDates": { + "requiredShipDate": "2020-02-21T00:00:00Z", + "promisedDeliveryDate": "2020-02-24T00:00:00Z" + }, + "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site.Thank you for shopping at Amazon.com" }, - "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site.Thank you for shopping at Amazon.com" - }, - "taxTotal": { - "taxLineItem": [ + "taxTotal": { + "taxLineItem": [ + { + "taxAmount": { + "currencyCode": "USD", + "amount": "190" + }, + "type": "TOTAL" + } + ] + }, + "sellingParty": { + "partyId": "999US" + }, + "shipFromParty": { + "partyId": "ABCD" + }, + "shipToParty": { + "name": "ABCD", + "attention": "ABCD", + "addressLine1": "123 XYZ Street", + "addressLine2": "Apt 5", + "city": "San Jose", + "stateOrRegion": "CA", + "postalCode": "94086", + "countryCode": "USA" + }, + "billToParty": { + "partyId": "ABCD" + }, + "items": [ { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "2" + "itemSequenceNumber": "00001", + "buyerProductIdentifier": "B07DFVDRAB", + "vendorProductIdentifier": "8806098286500", + "title": "LG 8 kg Inverter Wi-Fi Fully-Automatic Front Loading Washing Machine (FHT1408SWS, STS-VCM, Inbuilt Heater)", + "orderedQuantity": { + "amount": 1, + "unitOfMeasure": "EACH" }, - "type": "TOTAL" + "netPrice": { + "currencyCode": "USD", + "amount": "500" + }, + "taxDetails": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "50" + }, + "type": "TOTAL" + } + ] + } + }, + { + "itemSequenceNumber": "00002", + "buyerProductIdentifier": "B07DFYF5AB", + "vendorProductIdentifier": "8806098286123", + "title": "LG 6.5 kg Inverter Fully-Automatic Front Loading Washing Machine (FHT1065SNW, Blue and White, Inbuilt Heater)", + "orderedQuantity": { + "amount": 2, + "unitOfMeasure": "EACH" + }, + "netPrice": { + "currencyCode": "USD", + "amount": "700" + }, + "taxDetails": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "140" + }, + "type": "TOTAL" + } + ] + } } ] - }, - "sellingParty": { - "partyId": "999US" - }, - "shipFromParty": { - "partyId": "ABCD" - }, - "shipToParty": { - "name": "XYZ", - "attention": "XYZ", - "addressLine1": "456 ABC Street", - "city": "Seattle", - "stateOrRegion": "WA", - "postalCode": "98007", - "countryCode": "USA" - }, - "billToParty": { - "partyId": "ABCD" - }, - "items": [ - { - "itemSequenceNumber": "00001", - "buyerProductIdentifier": "B01LNRIIAB", - "vendorProductIdentifier": "8806098286501", - "title": "Baby Dove Baby Wipes Rich Moisture (50 Pieces)", - "orderedQuantity": { - "amount": 1, - "unitOfMeasure": "EACH" + } + }, + { + "purchaseOrderNumber": "3TRD2IABC", + "orderDetails": { + "customerOrderNumber": "456-ABC", + "orderDate": "2020-02-18T11:47:00Z", + "orderStatus": "NEW", + "shipmentDetails": { + "isPriorityShipment": false, + "isScheduledDeliveryShipment": false, + "isPslipRequired": true, + "isGift": false, + "shipMethod": "UPS_2ND", + "shipmentDates": { + "requiredShipDate": "2020-02-20T00:00:00Z", + "promisedDeliveryDate": "2020-02-22T00:00:00Z" }, - "netPrice": { - "currencyCode": "USD", - "amount": "20" - }, - "taxDetails": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "2" - }, - "type": "TOTAL" - } - ] + "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site.Thank you for shopping at Amazon.com" + }, + "taxTotal": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "2" + }, + "type": "TOTAL" + } + ] + }, + "sellingParty": { + "partyId": "999US" + }, + "shipFromParty": { + "partyId": "ABCD" + }, + "shipToParty": { + "name": "XYZ", + "attention": "XYZ", + "addressLine1": "456 ABC Street", + "city": "Seattle", + "stateOrRegion": "WA", + "postalCode": "98007", + "countryCode": "USA" + }, + "billToParty": { + "partyId": "ABCD" + }, + "items": [ + { + "itemSequenceNumber": "00001", + "buyerProductIdentifier": "B01LNRIIAB", + "vendorProductIdentifier": "8806098286501", + "title": "Baby Dove Baby Wipes Rich Moisture (50 Pieces)", + "orderedQuantity": { + "amount": 1, + "unitOfMeasure": "EACH" + }, + "netPrice": { + "currencyCode": "USD", + "amount": "20" + }, + "taxDetails": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "2" + }, + "type": "TOTAL" + } + ] + } } - } - ] + ] + } } - } - ] - } - } - }, - { - "request": { - "parameters": { - "createdBefore": { - "value": "2020-02-20T00:00:00-08:00" - }, - "createdAfter": { - "value": "2020-02-15T14:00:00-08:00" - }, - "includeDetails": { - "value": "true" - }, - "limit": { - "value": 2 - }, - "sortOrder": { - "value": "DESC" - }, - "nextToken": { - "value": "MDAwMDAwMDAwMQ==" + ] } } }, - "response": { - "payload": { - "orders": [ - { - "purchaseOrderNumber": "2JK3S9VCD", - "orderDetails": { - "customerOrderNumber": "123-ABC", - "orderDate": "2020-02-20T13:51:00Z", - "orderStatus": "NEW", - "shipmentDetails": { - "isPriorityShipment": false, - "isScheduledDeliveryShipment": false, - "isPslipRequired": true, - "isGift": false, - "shipMethod": "UPS_2ND", - "shipmentDates": { - "requiredShipDate": "2020-02-21T00:00:00Z", - "promisedDeliveryDate": "2020-02-24T00:00:00Z" - }, - "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site.Thank you for shopping at Amazon.com" - }, - "taxTotal": { - "taxLineItem": [ - { - "taxAmount": { - "currencyCode": "USD", - "amount": "190" - }, - "type": "TOTAL" - } - ] - }, - "sellingParty": { - "partyId": "999US" - }, - "shipFromParty": { - "partyId": "ABCD" - }, - "shipToParty": { - "name": "ABCD", - "attention": "ABCD", - "addressLine1": "123 XYZ Street", - "addressLine2": "Apt 5", - "city": "San Jose", - "stateOrRegion": "CA", - "postalCode": "94086", - "countryCode": "USA" - }, - "billToParty": { - "partyId": "ABCD" - }, - "items": [ - { - "itemSequenceNumber": "00001", - "buyerProductIdentifier": "B07DFVDRAB", - "vendorProductIdentifier": "8806098286500", - "title": "LG 8 kg Inverter Wi-Fi Fully-Automatic Front Loading Washing Machine (FHT1408SWS, STS-VCM, Inbuilt Heater)", - "orderedQuantity": { - "amount": 1, - "unitOfMeasure": "EACH" - }, - "netPrice": { - "currencyCode": "USD", - "amount": "500" - }, - "taxDetails": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "50" - }, - "type": "TOTAL" - } - ] - } - }, - { - "itemSequenceNumber": "00002", - "buyerProductIdentifier": "B07DFYF5AB", - "vendorProductIdentifier": "8806098286123", - "title": "LG 6.5 kg Inverter Fully-Automatic Front Loading Washing Machine (FHT1065SNW, Blue and White, Inbuilt Heater)", - "orderedQuantity": { - "amount": 2, - "unitOfMeasure": "EACH" - }, - "netPrice": { - "currencyCode": "USD", - "amount": "700" - }, - "taxDetails": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "140" - }, - "type": "TOTAL" - } - ] - } - } - ] - } + { + "request": { + "parameters": { + "createdBefore": { + "value": "2019-08-21T00:00:00-08:00" }, - { - "purchaseOrderNumber": "3TRD2IABC", - "orderDetails": { - "customerOrderNumber": "456-ABC", - "orderDate": "2020-02-18T11:47:00Z", - "orderStatus": "NEW", - "shipmentDetails": { - "isPriorityShipment": false, - "isScheduledDeliveryShipment": false, - "isPslipRequired": true, - "isGift": false, - "shipMethod": "UPS_2ND", - "shipmentDates": { - "requiredShipDate": "2020-02-20T00:00:00Z", - "promisedDeliveryDate": "2020-02-22T00:00:00Z" - }, - "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site.Thank you for shopping at Amazon.com" - }, - "taxTotal": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "2" - }, - "type": "TOTAL" - } - ] - }, - "sellingParty": { - "partyId": "999US" - }, - "shipFromParty": { - "partyId": "ABCD" - }, - "shipToParty": { - "name": "XYZ", - "attention": "XYZ", - "addressLine1": "456 ABC Street", - "city": "Seattle", - "stateOrRegion": "WA", - "postalCode": "98007", - "countryCode": "USA" - }, - "billToParty": { - "partyId": "ABCD" - }, - "items": [ - { - "itemSequenceNumber": "00001", - "buyerProductIdentifier": "B01LNRIIAB", - "vendorProductIdentifier": "8806098286501", - "title": "Baby Dove Baby Wipes Rich Moisture (50 Pieces)", - "orderedQuantity": { - "amount": 1, - "unitOfMeasure": "EACH" - }, - "netPrice": { - "currencyCode": "USD", - "amount": "20" - }, - "taxDetails": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "2" - }, - "type": "TOTAL" - } - ] - } - } - ] - } + "createdAfter": { + "value": "2019-08-20T14:00:00-08:00" + }, + "includeDetails": { + "value": "false" + }, + "sortOrder": { + "value": "DESC" } - ] - } - } - }, - { - "request": { - "parameters": { - "createdBefore": { - "value": "2019-08-21T00:00:00-08:00" - }, - "createdAfter": { - "value": "2019-08-20T14:00:00-08:00" - }, - "includeDetails": { - "value": "false" - }, - "sortOrder": { - "value": "DESC" + } + }, + "response": { + "payload": { + "pagination": { + "nextToken": "MDAwMDAwMDAwMQ==" + }, + "orders": [ + { + "purchaseOrderNumber": "2JK3S9VC" + }, + { + "purchaseOrderNumber": "3TRD2IAB" + } + ] } } }, - "response": { - "payload": { - "pagination": { - "nextToken": "MDAwMDAwMDAwMQ==" - }, - "orders": [ - { - "purchaseOrderNumber": "2JK3S9VC" + { + "request": { + "parameters": { + "createdBefore": { + "value": "2019-08-21T00:00:00-08:00" }, - { - "purchaseOrderNumber": "3TRD2IAB" + "createdAfter": { + "value": "2019-08-20T14:00:00-08:00" + }, + "includeDetails": { + "value": "false" + }, + "sortOrder": { + "value": "DESC" } - ] - } - } - }, - { - "request": { - "parameters": { - "createdBefore": { - "value": "2019-08-21T00:00:00-08:00" - }, - "createdAfter": { - "value": "2019-08-20T14:00:00-08:00" - }, - "includeDetails": { - "value": "false" - }, - "sortOrder": { - "value": "DESC" + } + }, + "response": { + "payload": { + "pagination": { + "nextToken": "MDAwMDAwMDAwMQ==" + }, + "orders": [ + { + "purchaseOrderNumber": "2JK3S9VC" + }, + { + "purchaseOrderNumber": "3TRD2IAB" + } + ] } } }, - "response": { - "payload": { - "pagination": { - "nextToken": "MDAwMDAwMDAwMQ==" - }, - "orders": [ - { - "purchaseOrderNumber": "2JK3S9VC" + { + "request": { + "parameters": { + "createdBefore": { + "value": "2019-08-21T00:00:00-08:00" }, - { - "purchaseOrderNumber": "3TRD2IAB" + "createdAfter": { + "value": "2019-08-20T14:00:00-08:00" + }, + "includeDetails": { + "value": "false" + }, + "sortOrder": { + "value": "DESC" + }, + "nextToken": { + "value": "MDAwMDAwMDAwMQ==" } - ] - } - } - }, - { - "request": { - "parameters": { - "createdBefore": { - "value": "2019-08-21T00:00:00-08:00" - }, - "createdAfter": { - "value": "2019-08-20T14:00:00-08:00" - }, - "includeDetails": { - "value": "false" - }, - "sortOrder": { - "value": "DESC" - }, - "nextToken": { - "value": "MDAwMDAwMDAwMQ==" + } + }, + "response": { + "payload": { + "orders": [ + { + "purchaseOrderNumber": "2JK3S9VCD" + }, + { + "purchaseOrderNumber": "3TRD2IABC" + } + ] } } }, - "response": { - "payload": { - "orders": [ - { - "purchaseOrderNumber": "2JK3S9VCD" - }, - { - "purchaseOrderNumber": "3TRD2IABC" - } - ] - } - } - }, - { - "request": { - "parameters": {} - }, - "response": { - "payload": { - "orders": [ - { - "purchaseOrderNumber": "2JK3S9VCD", - "orderDetails": { - "customerOrderNumber": "123-ABC", - "orderDate": "2020-02-20T13:51:00Z", - "orderStatus": "NEW", - "shipmentDetails": { - "isPriorityShipment": false, - "isScheduledDeliveryShipment": false, - "isPslipRequired": true, - "isGift": false, - "shipMethod": "UPS_2ND", - "shipmentDates": { - "requiredShipDate": "2020-02-21T00:00:00Z", - "promisedDeliveryDate": "2020-02-24T00:00:00Z" + { + "request": { + "parameters": {} + }, + "response": { + "payload": { + "orders": [ + { + "purchaseOrderNumber": "2JK3S9VCD", + "orderDetails": { + "customerOrderNumber": "123-ABC", + "orderDate": "2020-02-20T13:51:00Z", + "orderStatus": "NEW", + "shipmentDetails": { + "isPriorityShipment": false, + "isScheduledDeliveryShipment": false, + "isPslipRequired": true, + "isGift": false, + "shipMethod": "UPS_2ND", + "shipmentDates": { + "requiredShipDate": "2020-02-21T00:00:00Z", + "promisedDeliveryDate": "2020-02-24T00:00:00Z" + }, + "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site. Thank you for shopping at Amazon.com." }, - "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site. Thank you for shopping at Amazon.com." - }, - "taxTotal": { - "taxLineItem": [ + "taxTotal": { + "taxLineItem": [ + { + "taxAmount": { + "currencyCode": "USD", + "amount": "190" + }, + "type": "TOTAL" + } + ] + }, + "sellingParty": { + "partyId": "999US" + }, + "shipFromParty": { + "partyId": "ABCD" + }, + "shipToParty": { + "name": "ABCD", + "attention": "ABCD", + "addressLine1": "123 XYZ Street", + "addressLine2": "Apt 5", + "city": "San Jose", + "stateOrRegion": "CA", + "postalCode": "94086", + "countryCode": "USA" + }, + "billToParty": { + "partyId": "ABCD" + }, + "items": [ { - "taxAmount": { - "currencyCode": "USD", - "amount": "190" + "itemSequenceNumber": "00001", + "buyerProductIdentifier": "B07DFVDRAB", + "vendorProductIdentifier": "8806098286500", + "title": "LG 8 kg Inverter Wi-Fi Fully-Automatic Front Loading Washing Machine (FHT1408SWS, STS-VCM, Inbuilt Heater)", + "orderedQuantity": { + "amount": 1, + "unitOfMeasure": "EACH" }, - "type": "TOTAL" + "netPrice": { + "currencyCode": "USD", + "amount": "500" + }, + "taxDetails": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "50" + }, + "type": "TOTAL" + } + ] + } + }, + { + "itemSequenceNumber": "00002", + "buyerProductIdentifier": "B07DFYF5AB", + "vendorProductIdentifier": "8806098286123", + "title": "LG 6.5 kg Inverter Fully-Automatic Front Loading Washing Machine (FHT1065SNW, Blue and White, Inbuilt Heater)", + "orderedQuantity": { + "amount": 2, + "unitOfMeasure": "EACH" + }, + "netPrice": { + "currencyCode": "USD", + "amount": "700" + }, + "taxDetails": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "140" + }, + "type": "TOTAL" + } + ] + } } ] - }, - "sellingParty": { - "partyId": "999US" - }, - "shipFromParty": { - "partyId": "ABCD" - }, - "shipToParty": { - "name": "ABCD", - "attention": "ABCD", - "addressLine1": "123 XYZ Street", - "addressLine2": "Apt 5", - "city": "San Jose", - "stateOrRegion": "CA", - "postalCode": "94086", - "countryCode": "USA" - }, - "billToParty": { - "partyId": "ABCD" - }, - "items": [ - { - "itemSequenceNumber": "00001", - "buyerProductIdentifier": "B07DFVDRAB", - "vendorProductIdentifier": "8806098286500", - "title": "LG 8 kg Inverter Wi-Fi Fully-Automatic Front Loading Washing Machine (FHT1408SWS, STS-VCM, Inbuilt Heater)", - "orderedQuantity": { - "amount": 1, - "unitOfMeasure": "EACH" + } + }, + { + "purchaseOrderNumber": "3TRD2IABC", + "orderDetails": { + "customerOrderNumber": "456-ABC", + "orderDate": "2020-02-18T11:47:00Z", + "orderStatus": "NEW", + "shipmentDetails": { + "isPriorityShipment": false, + "isScheduledDeliveryShipment": false, + "isPslipRequired": true, + "isGift": false, + "shipMethod": "UPS_2ND", + "shipmentDates": { + "requiredShipDate": "2020-02-20T00:00:00Z", + "promisedDeliveryDate": "2020-02-22T00:00:00Z" }, - "netPrice": { - "currencyCode": "USD", - "amount": "500" - }, - "taxDetails": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "50" - }, - "type": "TOTAL" - } - ] - } + "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site. Thank you for shopping at Amazon.com." }, - { - "itemSequenceNumber": "00002", - "buyerProductIdentifier": "B07DFYF5AB", - "vendorProductIdentifier": "8806098286123", - "title": "LG 6.5 kg Inverter Fully-Automatic Front Loading Washing Machine (FHT1065SNW, Blue and White, Inbuilt Heater)", - "orderedQuantity": { - "amount": 2, - "unitOfMeasure": "EACH" - }, - "netPrice": { - "currencyCode": "USD", - "amount": "700" - }, - "taxDetails": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "140" - }, - "type": "TOTAL" - } - ] - } - } - ] - } - }, - { - "purchaseOrderNumber": "3TRD2IABC", - "orderDetails": { - "customerOrderNumber": "456-ABC", - "orderDate": "2020-02-18T11:47:00Z", - "orderStatus": "NEW", - "shipmentDetails": { - "isPriorityShipment": false, - "isScheduledDeliveryShipment": false, - "isPslipRequired": true, - "isGift": false, - "shipMethod": "UPS_2ND", - "shipmentDates": { - "requiredShipDate": "2020-02-20T00:00:00Z", - "promisedDeliveryDate": "2020-02-22T00:00:00Z" + "taxTotal": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "2" + }, + "type": "TOTAL" + } + ] }, - "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site. Thank you for shopping at Amazon.com." - }, - "taxTotal": { - "taxLineItem": [ + "sellingParty": { + "partyId": "999US" + }, + "shipFromParty": { + "partyId": "ABCD" + }, + "shipToParty": { + "name": "XYZ", + "attention": "XYZ", + "addressLine1": "456 ABC Street", + "city": "Seattle", + "stateOrRegion": "WA", + "postalCode": "98007", + "countryCode": "USA" + }, + "billToParty": { + "partyId": "ABCD" + }, + "items": [ { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "2" + "itemSequenceNumber": "00001", + "buyerProductIdentifier": "B01LNRIIAB", + "vendorProductIdentifier": "8806098286501", + "title": "Baby Dove Baby Wipes Rich Moisture (50 Pieces)", + "orderedQuantity": { + "amount": 1, + "unitOfMeasure": "EACH" }, - "type": "TOTAL" + "netPrice": { + "currencyCode": "USD", + "amount": "20" + }, + "taxDetails": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "2" + }, + "type": "TOTAL" + } + ] + } } ] - }, - "sellingParty": { - "partyId": "999US" - }, - "shipFromParty": { - "partyId": "ABCD" - }, - "shipToParty": { - "name": "XYZ", - "attention": "XYZ", - "addressLine1": "456 ABC Street", - "city": "Seattle", - "stateOrRegion": "WA", - "postalCode": "98007", - "countryCode": "USA" - }, - "billToParty": { - "partyId": "ABCD" - }, - "items": [ - { - "itemSequenceNumber": "00001", - "buyerProductIdentifier": "B01LNRIIAB", - "vendorProductIdentifier": "8806098286501", - "title": "Baby Dove Baby Wipes Rich Moisture (50 Pieces)", - "orderedQuantity": { - "amount": 1, - "unitOfMeasure": "EACH" - }, - "netPrice": { - "currencyCode": "USD", - "amount": "20" - }, - "taxDetails": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "2" - }, - "type": "TOTAL" - } - ] - } - } - ] + } } - } - ] + ] + } } } - } ] } }, @@ -1225,7 +1225,7 @@ "value": "2021-02-20T14:00:00" } } - }, + }, "response": { "errors": [ { @@ -1339,7 +1339,7 @@ "tags": [ "vendorOrders" ], - "description": "Returns purchase order information for the purchaseOrderNumber that you specify.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 10 | 10 |\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 purchase order information for the purchaseOrderNumber that you specify.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 10 | 10 |\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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).", "operationId": "getOrder", "parameters": [ { @@ -1486,223 +1486,223 @@ }, "response": { "payload": { - "purchaseOrderNumber": "2JK3S9VC", - "orderDetails": { - "customerOrderNumber": "123-ABC", - "orderDate": "2020-02-20T13:51:00Z", - "orderStatus": "NEW", - "shipmentDetails": { - "isPriorityShipment": false, - "isScheduledDeliveryShipment": false, - "isPslipRequired": true, - "isGift": false, - "shipMethod": "UPS_2ND", - "shipmentDates": { - "requiredShipDate": "2020-02-21T00:00:00Z", - "promisedDeliveryDate": "2020-02-24T00:00:00Z" + "purchaseOrderNumber": "2JK3S9VC", + "orderDetails": { + "customerOrderNumber": "123-ABC", + "orderDate": "2020-02-20T13:51:00Z", + "orderStatus": "NEW", + "shipmentDetails": { + "isPriorityShipment": false, + "isScheduledDeliveryShipment": false, + "isPslipRequired": true, + "isGift": false, + "shipMethod": "UPS_2ND", + "shipmentDates": { + "requiredShipDate": "2020-02-21T00:00:00Z", + "promisedDeliveryDate": "2020-02-24T00:00:00Z" + }, + "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site.Thank you for shopping at Amazon.com" }, - "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site.Thank you for shopping at Amazon.com" - }, - "taxTotal": { - "taxLineItem": [ + "taxTotal": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "190" + }, + "type": "TOTAL" + } + ] + }, + "sellingParty": { + "partyId": "999US" + }, + "shipFromParty": { + "partyId": "ABCD" + }, + "shipToParty": { + "name": "ABCD", + "attention": "ABCD", + "addressLine1": "123 XYZ Street", + "addressLine2": "Apt 5", + "city": "San Jose", + "stateOrRegion": "CA", + "postalCode": "94086", + "countryCode": "USA" + }, + "billToParty": { + "partyId": "ABCD" + }, + "items": [ { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "190" + "itemSequenceNumber": "00001", + "buyerProductIdentifier": "B07DFVDRAB", + "vendorProductIdentifier": "8806098286500", + "title": "LG 8 kg Inverter Wi-Fi Fully-Automatic Front Loading Washing Machine (FHT1408SWS, STS-VCM, Inbuilt Heater)", + "orderedQuantity": { + "amount": 1, + "unitOfMeasure": "EACH" }, - "type": "TOTAL" + "netPrice": { + "currencyCode": "USD", + "amount": "500" + }, + "taxDetails": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "50" + }, + "type": "TOTAL" + } + ] + } + }, + { + "itemSequenceNumber": "00002", + "buyerProductIdentifier": "B07DFYF5AB", + "vendorProductIdentifier": "8806098286123", + "title": "LG 6.5 kg Inverter Fully-Automatic Front Loading Washing Machine (FHT1065SNW, Blue and White, Inbuilt Heater)", + "orderedQuantity": { + "amount": 2, + "unitOfMeasure": "EACH" + }, + "netPrice": { + "currencyCode": "USD", + "amount": "700" + }, + "taxDetails": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "140" + }, + "type": "TOTAL" + } + ] + } } ] - }, - "sellingParty": { - "partyId": "999US" - }, - "shipFromParty": { - "partyId": "ABCD" - }, - "shipToParty": { - "name": "ABCD", - "attention": "ABCD", - "addressLine1": "123 XYZ Street", - "addressLine2": "Apt 5", - "city": "San Jose", - "stateOrRegion": "CA", - "postalCode": "94086", - "countryCode": "USA" - }, - "billToParty": { - "partyId": "ABCD" - }, - "items": [ - { - "itemSequenceNumber": "00001", - "buyerProductIdentifier": "B07DFVDRAB", - "vendorProductIdentifier": "8806098286500", - "title": "LG 8 kg Inverter Wi-Fi Fully-Automatic Front Loading Washing Machine (FHT1408SWS, STS-VCM, Inbuilt Heater)", - "orderedQuantity": { - "amount": 1, - "unitOfMeasure": "EACH" - }, - "netPrice": { - "currencyCode": "USD", - "amount": "500" - }, - "taxDetails": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "50" - }, - "type": "TOTAL" - } - ] - } - }, - { - "itemSequenceNumber": "00002", - "buyerProductIdentifier": "B07DFYF5AB", - "vendorProductIdentifier": "8806098286123", - "title": "LG 6.5 kg Inverter Fully-Automatic Front Loading Washing Machine (FHT1065SNW, Blue and White, Inbuilt Heater)", - "orderedQuantity": { - "amount": 2, - "unitOfMeasure": "EACH" - }, - "netPrice": { - "currencyCode": "USD", - "amount": "700" - }, - "taxDetails": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "140" - }, - "type": "TOTAL" - } - ] - } - } - ] + } } } - } - }, - { - "request": { - "parameters": {} }, - "response": { - "payload": { - "purchaseOrderNumber": "2JK3S9VCD", - "orderDetails": { - "customerOrderNumber": "123-ABC", - "orderDate": "2020-02-20T13:51:00Z", - "orderStatus": "NEW", - "shipmentDetails": { - "isPriorityShipment": false, - "isScheduledDeliveryShipment": false, - "isPslipRequired": true, - "isGift": false, - "shipMethod": "UPS_2ND", - "shipmentDates": { - "requiredShipDate": "2020-02-21T00:00:00Z", - "promisedDeliveryDate": "2020-02-24T00:00:00Z" + { + "request": { + "parameters": {} + }, + "response": { + "payload": { + "purchaseOrderNumber": "2JK3S9VCD", + "orderDetails": { + "customerOrderNumber": "123-ABC", + "orderDate": "2020-02-20T13:51:00Z", + "orderStatus": "NEW", + "shipmentDetails": { + "isPriorityShipment": false, + "isScheduledDeliveryShipment": false, + "isPslipRequired": true, + "isGift": false, + "shipMethod": "UPS_2ND", + "shipmentDates": { + "requiredShipDate": "2020-02-21T00:00:00Z", + "promisedDeliveryDate": "2020-02-24T00:00:00Z" + }, + "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site. Thank you for shopping at Amazon.com." }, - "messageToCustomer": "This shipment completes your order. You can always check the status of your orders from the \"Your Account\" link at the top of each page of our site. Thank you for shopping at Amazon.com." - }, - "taxTotal": { - "taxLineItem": [ + "taxTotal": { + "taxLineItem": [ + { + "taxAmount": { + "currencyCode": "USD", + "amount": "190" + }, + "type": "TOTAL" + } + ] + }, + "sellingParty": { + "partyId": "999US" + }, + "shipFromParty": { + "partyId": "ABCD" + }, + "shipToParty": { + "name": "ABCD", + "attention": "ABCD", + "addressLine1": "123 XYZ Street", + "addressLine2": "Apt 5", + "city": "San Jose", + "stateOrRegion": "CA", + "postalCode": "94086", + "countryCode": "USA" + }, + "billToParty": { + "partyId": "ABCD" + }, + "items": [ { - "taxAmount": { - "currencyCode": "USD", - "amount": "190" + "itemSequenceNumber": "00001", + "buyerProductIdentifier": "B07DFVDRAB", + "vendorProductIdentifier": "8806098286500", + "title": "LG 8 kg Inverter Wi-Fi Fully-Automatic Front Loading Washing Machine (FHT1408SWS, STS-VCM, Inbuilt Heater)", + "orderedQuantity": { + "amount": 1, + "unitOfMeasure": "EACH" }, - "type": "TOTAL" + "netPrice": { + "currencyCode": "USD", + "amount": "500" + }, + "taxDetails": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "50" + }, + "type": "TOTAL" + } + ] + } + }, + { + "itemSequenceNumber": "00002", + "buyerProductIdentifier": "B07DFYF5AB", + "vendorProductIdentifier": "8806098286123", + "title": "LG 6.5 kg Inverter Fully-Automatic Front Loading Washing Machine (FHT1065SNW, Blue and White, Inbuilt Heater)", + "orderedQuantity": { + "amount": 2, + "unitOfMeasure": "EACH" + }, + "netPrice": { + "currencyCode": "USD", + "amount": "700" + }, + "taxDetails": { + "taxLineItem": [ + { + "taxRate": "0.1", + "taxAmount": { + "currencyCode": "USD", + "amount": "140" + }, + "type": "TOTAL" + } + ] + } } ] - }, - "sellingParty": { - "partyId": "999US" - }, - "shipFromParty": { - "partyId": "ABCD" - }, - "shipToParty": { - "name": "ABCD", - "attention": "ABCD", - "addressLine1": "123 XYZ Street", - "addressLine2": "Apt 5", - "city": "San Jose", - "stateOrRegion": "CA", - "postalCode": "94086", - "countryCode": "USA" - }, - "billToParty": { - "partyId": "ABCD" - }, - "items": [ - { - "itemSequenceNumber": "00001", - "buyerProductIdentifier": "B07DFVDRAB", - "vendorProductIdentifier": "8806098286500", - "title": "LG 8 kg Inverter Wi-Fi Fully-Automatic Front Loading Washing Machine (FHT1408SWS, STS-VCM, Inbuilt Heater)", - "orderedQuantity": { - "amount": 1, - "unitOfMeasure": "EACH" - }, - "netPrice": { - "currencyCode": "USD", - "amount": "500" - }, - "taxDetails": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "50" - }, - "type": "TOTAL" - } - ] - } - }, - { - "itemSequenceNumber": "00002", - "buyerProductIdentifier": "B07DFYF5AB", - "vendorProductIdentifier": "8806098286123", - "title": "LG 6.5 kg Inverter Fully-Automatic Front Loading Washing Machine (FHT1065SNW, Blue and White, Inbuilt Heater)", - "orderedQuantity": { - "amount": 2, - "unitOfMeasure": "EACH" - }, - "netPrice": { - "currencyCode": "USD", - "amount": "700" - }, - "taxDetails": { - "taxLineItem": [ - { - "taxRate": "0.1", - "taxAmount": { - "currencyCode": "USD", - "amount": "140" - }, - "type": "TOTAL" - } - ] - } - } - ] + } } } } - } ] } }, @@ -1860,7 +1860,7 @@ "tags": [ "vendorOrders" ], - "description": "Submits acknowledgements for one or more purchase orders.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 10 | 10 |\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 acknowledgements for one or more purchase orders.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 10 | 10 |\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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).", "operationId": "submitAcknowledgement", "parameters": [ { @@ -1900,51 +1900,51 @@ "purchaseOrderNumber": "2JK3S9VC", "vendorOrderNumber": "ABC", "acknowledgementDate": "2020-02-20T19:17:34.304Z", - "acknowledgementStatus": { - "code": "00", - "description": "Shipping 100 percent of ordered product" - }, - "sellingParty": { - "partyId": "999US" - }, - "shipFromParty": { - "partyId": "ABCD" - }, - "itemAcknowledgements": [ - { - "itemSequenceNumber": "00001", - "buyerProductIdentifier": "B07DFVDRAB", - "vendorProductIdentifier": "8806098286500", - "acknowledgedQuantity": { - "amount": 1, - "unitOfMeasure": "Each" + "acknowledgementStatus": { + "code": "00", + "description": "Shipping 100 percent of ordered product" + }, + "sellingParty": { + "partyId": "999US" + }, + "shipFromParty": { + "partyId": "ABCD" + }, + "itemAcknowledgements": [ + { + "itemSequenceNumber": "00001", + "buyerProductIdentifier": "B07DFVDRAB", + "vendorProductIdentifier": "8806098286500", + "acknowledgedQuantity": { + "amount": 1, + "unitOfMeasure": "Each" + } } - } - ] - } - ] + ] + } + ] + } } } + }, + "response": { + "payload": { + "transactionId": "20190827182357-8725bde9-c61c-49f9-86ac-46efd82d4da5" + } } }, - "response": { - "payload": { - "transactionId": "20190827182357-8725bde9-c61c-49f9-86ac-46efd82d4da5" + { + "request": { + "parameters": { + "body": {} + } + }, + "response": { + "payload": { + "transactionId": "mock-TransactionId-20190827182357-8725bde9-c61c-49f9-86ac-46efd82d4da5" + } } } - }, - { - "request": { - "parameters": { - "body": {} - } - }, - "response": { - "payload": { - "transactionId": "mock-TransactionId-20190827182357-8725bde9-c61c-49f9-86ac-46efd82d4da5" - } - } - } ] } }, @@ -1975,11 +1975,11 @@ "purchaseOrderNumber": "TestOrder400", "sellingParty": {} } - ] + ] + } } } - } - }, + }, "response": { "errors": [ {