Back to Collection Items
integer li_rc
oleobject loo_Http
integer li_Success
oleobject loo_Json
oleobject loo_SbRequestBody
oleobject loo_Resp
oleobject loo_SbResponseBody
oleobject loo_JResp
integer li_RespStatusCode
string ls_Length
string ls_Width
string ls_Height
string ls_Unit
string ls_Identifier
string ls_SlotId
string ls_StartTime
string ls_EndTime
string ls_HandoverMethod
string ls_Value
string ls_PackageWeightUnit
string ls_AmazonOrderId
string ls_PackageId
string ls_PackageIdentifier
string ls_InvoiceNumber
string ls_InvoiceDate
string ls_PackageStatus
string ls_TrackingId
integer j
integer li_Count_j
string ls_OrderItemIdValue
string ls_OrderItemSerialNumbersValue
integer i
integer li_Count_i
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
loo_Http = create oleobject
// Use "Chilkat_9_5_0.Http" for versions of Chilkat < 10.0.0
li_rc = loo_Http.ConnectToNewObject("Chilkat.Http")
if li_rc < 0 then
destroy loo_Http
MessageBox("Error","Connecting to COM object failed")
return
end if
// Use this online tool to generate code from sample JSON: Generate Code to Create JSON
// The following JSON is sent in the request body.
// {
// "marketplaceId": "consequat amet",
// "updatePackageDetailsList": [
// {
// "packageTimeSlot": {
// "slotId": "cupidatat commodo",
// "startTime": "1988-12-03T03:57:10.940Z",
// "endTime": "1985-11-04T15:19:48.217Z",
// "handoverMethod": "Pickup"
// },
// "scheduledPackageId": {
// "amazonOrderId": "est n",
// "packageId": "in reprehe"
// }
// }
// ]
// }
loo_Json = create oleobject
// Use "Chilkat_9_5_0.JsonObject" for versions of Chilkat < 10.0.0
li_rc = loo_Json.ConnectToNewObject("Chilkat.JsonObject")
loo_Json.UpdateString("marketplaceId","consequat amet")
loo_Json.UpdateString("updatePackageDetailsList[0].packageTimeSlot.slotId","cupidatat commodo")
loo_Json.UpdateString("updatePackageDetailsList[0].packageTimeSlot.startTime","1988-12-03T03:57:10.940Z")
loo_Json.UpdateString("updatePackageDetailsList[0].packageTimeSlot.endTime","1985-11-04T15:19:48.217Z")
loo_Json.UpdateString("updatePackageDetailsList[0].packageTimeSlot.handoverMethod","Pickup")
loo_Json.UpdateString("updatePackageDetailsList[0].scheduledPackageId.amazonOrderId","est n")
loo_Json.UpdateString("updatePackageDetailsList[0].scheduledPackageId.packageId","in reprehe")
loo_Http.SetRequestHeader("Content-Type","application/json")
loo_Http.SetRequestHeader("Accept","application/json")
loo_SbRequestBody = create oleobject
// Use "Chilkat_9_5_0.StringBuilder" for versions of Chilkat < 10.0.0
li_rc = loo_SbRequestBody.ConnectToNewObject("Chilkat.StringBuilder")
loo_Json.EmitSb(loo_SbRequestBody)
loo_Resp = loo_Http.PTextSb("PATCH","https://sellingpartnerapi-na.amazon.com/easyShip/2022-03-23/package",loo_SbRequestBody,"utf-8","application/json",0,0)
if loo_Http.LastMethodSuccess = 0 then
Write-Debug loo_Http.LastErrorText
destroy loo_Http
destroy loo_Json
destroy loo_SbRequestBody
return
end if
loo_SbResponseBody = create oleobject
// Use "Chilkat_9_5_0.StringBuilder" for versions of Chilkat < 10.0.0
li_rc = loo_SbResponseBody.ConnectToNewObject("Chilkat.StringBuilder")
loo_Resp.GetBodySb(loo_SbResponseBody)
loo_JResp = create oleobject
// Use "Chilkat_9_5_0.JsonObject" for versions of Chilkat < 10.0.0
li_rc = loo_JResp.ConnectToNewObject("Chilkat.JsonObject")
loo_JResp.LoadSb(loo_SbResponseBody)
loo_JResp.EmitCompact = 0
Write-Debug "Response Body:"
Write-Debug loo_JResp.Emit()
li_RespStatusCode = loo_Resp.StatusCode
Write-Debug "Response Status Code = " + string(li_RespStatusCode)
if li_RespStatusCode >= 400 then
Write-Debug "Response Header:"
Write-Debug loo_Resp.Header
Write-Debug "Failed."
destroy loo_Resp
destroy loo_Http
destroy loo_Json
destroy loo_SbRequestBody
destroy loo_SbResponseBody
destroy loo_JResp
return
end if
destroy loo_Resp
// Sample JSON response:
// (Sample code for parsing the JSON response is shown below)
// {
// "packages": [
// {
// "packageDimensions": {
// "length": 40062457.37349262,
// "width": 50471035.04865554,
// "height": 80775236.68226911,
// "unit": "Cm",
// "identifier": "dolor ad aute do"
// },
// "packageTimeSlot": {
// "slotId": "Duis commodo",
// "startTime": "1960-10-16T13:48:03.084Z",
// "endTime": "1945-11-11T21:27:05.677Z",
// "handoverMethod": "Dropoff"
// },
// "packageWeight": {
// "value": 67364554.16403891,
// "unit": "Grams"
// },
// "scheduledPackageId": {
// "amazonOrderId": "ut",
// "packageId": "adipisicing ea laborum"
// },
// "packageItems": [
// {
// "orderItemId": {
// "value": "<Error: Too many levels of nesting to fake this schema>"
// },
// "orderItemSerialNumbers": {
// "value": "<Error: Too many levels of nesting to fake this schema>"
// }
// },
// {
// "orderItemId": {
// "value": "<Error: Too many levels of nesting to fake this schema>"
// },
// "orderItemSerialNumbers": {
// "value": "<Error: Too many levels of nesting to fake this schema>"
// }
// }
// ],
// "packageIdentifier": "dolore ut",
// "invoice": {
// "invoiceNumber": "Excepteur sit commodo amet aliquip",
// "invoiceDate": "1951-09-19T19:16:40.337Z"
// },
// "packageStatus": "ReturnedToSeller",
// "trackingDetails": {
// "trackingId": "labore enim nisi aliq"
// }
// }
// ]
// }
// Sample code for parsing the JSON response...
// Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code
i = 0
li_Count_i = loo_JResp.SizeOfArray("packages")
do while i < li_Count_i
loo_JResp.I = i
ls_Length = loo_JResp.StringOf("packages[i].packageDimensions.length")
ls_Width = loo_JResp.StringOf("packages[i].packageDimensions.width")
ls_Height = loo_JResp.StringOf("packages[i].packageDimensions.height")
ls_Unit = loo_JResp.StringOf("packages[i].packageDimensions.unit")
ls_Identifier = loo_JResp.StringOf("packages[i].packageDimensions.identifier")
ls_SlotId = loo_JResp.StringOf("packages[i].packageTimeSlot.slotId")
ls_StartTime = loo_JResp.StringOf("packages[i].packageTimeSlot.startTime")
ls_EndTime = loo_JResp.StringOf("packages[i].packageTimeSlot.endTime")
ls_HandoverMethod = loo_JResp.StringOf("packages[i].packageTimeSlot.handoverMethod")
ls_Value = loo_JResp.StringOf("packages[i].packageWeight.value")
ls_PackageWeightUnit = loo_JResp.StringOf("packages[i].packageWeight.unit")
ls_AmazonOrderId = loo_JResp.StringOf("packages[i].scheduledPackageId.amazonOrderId")
ls_PackageId = loo_JResp.StringOf("packages[i].scheduledPackageId.packageId")
ls_PackageIdentifier = loo_JResp.StringOf("packages[i].packageIdentifier")
ls_InvoiceNumber = loo_JResp.StringOf("packages[i].invoice.invoiceNumber")
ls_InvoiceDate = loo_JResp.StringOf("packages[i].invoice.invoiceDate")
ls_PackageStatus = loo_JResp.StringOf("packages[i].packageStatus")
ls_TrackingId = loo_JResp.StringOf("packages[i].trackingDetails.trackingId")
j = 0
li_Count_j = loo_JResp.SizeOfArray("packages[i].packageItems")
do while j < li_Count_j
loo_JResp.J = j
ls_OrderItemIdValue = loo_JResp.StringOf("packages[i].packageItems[j].orderItemId.value")
ls_OrderItemSerialNumbersValue = loo_JResp.StringOf("packages[i].packageItems[j].orderItemSerialNumbers.value")
j = j + 1
loop
i = i + 1
loop
destroy loo_Http
destroy loo_Json
destroy loo_SbRequestBody
destroy loo_SbResponseBody
destroy loo_JResp
Curl Command
curl -X PATCH
-H "Content-Type: application/json"
-H "Accept: application/json"
-d '{
"marketplaceId": "consequat amet",
"updatePackageDetailsList": [
{
"packageTimeSlot": {
"slotId": "cupidatat commodo",
"startTime": "1988-12-03T03:57:10.940Z",
"endTime": "1985-11-04T15:19:48.217Z",
"handoverMethod": "Pickup"
},
"scheduledPackageId": {
"amazonOrderId": "est n",
"packageId": "in reprehe"
}
}
]
}'
https://sellingpartnerapi-na.amazon.com/easyShip/2022-03-23/package
Postman Collection Item JSON
{
"name": "update Scheduled Packages",
"request": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"marketplaceId\": \"consequat amet\",\n \"updatePackageDetailsList\": [\n {\n \"packageTimeSlot\": {\n \"slotId\": \"cupidatat commodo\",\n \"startTime\": \"1988-12-03T03:57:10.940Z\",\n \"endTime\": \"1985-11-04T15:19:48.217Z\",\n \"handoverMethod\": \"Pickup\"\n },\n \"scheduledPackageId\": {\n \"amazonOrderId\": \"est n\",\n \"packageId\": \"in reprehe\"\n }\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/easyShip/2022-03-23/package",
"host": [
"{{baseUrl}}"
],
"path": [
"easyShip",
"2022-03-23",
"package"
]
},
"description": "Updates the time slot for handing over the package indicated by the specified `scheduledPackageId`. You can get the new `slotId` value for the time slot by calling the `listHandoverSlots` operation before making another `patch` call.\n\nSee the **Update Package** column in the [Marketplace Support Table](doc:easy-ship-api-v2022-03-23-use-case-guide) to see which marketplaces this operation is supported in.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 5 |\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)."
},
"response": [
{
"name": "Success",
"originalRequest": {
"method": "PATCH",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"marketplaceId\": \"consequat amet\",\n \"updatePackageDetailsList\": [\n {\n \"packageTimeSlot\": {\n \"slotId\": \"cupidatat commodo\",\n \"startTime\": \"1988-12-03T03:57:10.940Z\",\n \"endTime\": \"1985-11-04T15:19:48.217Z\",\n \"handoverMethod\": \"Pickup\"\n },\n \"scheduledPackageId\": {\n \"amazonOrderId\": \"est n\",\n \"packageId\": \"in reprehe\"\n }\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/easyShip/2022-03-23/package",
"host": [
"{{baseUrl}}"
],
"path": [
"easyShip",
"2022-03-23",
"package"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "x-amzn-RateLimit-Limit",
"value": "do anim",
"description": "Your rate limit (requests per second) for this operation."
},
{
"key": "x-amzn-RequestId",
"value": "do anim",
"description": "Unique request reference identifier."
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"packages\": [\n {\n \"packageDimensions\": {\n \"length\": 40062457.37349262,\n \"width\": 50471035.04865554,\n \"height\": 80775236.68226911,\n \"unit\": \"Cm\",\n \"identifier\": \"dolor ad aute do\"\n },\n \"packageTimeSlot\": {\n \"slotId\": \"Duis commodo\",\n \"startTime\": \"1960-10-16T13:48:03.084Z\",\n \"endTime\": \"1945-11-11T21:27:05.677Z\",\n \"handoverMethod\": \"Dropoff\"\n },\n \"packageWeight\": {\n \"value\": 67364554.16403891,\n \"unit\": \"Grams\"\n },\n \"scheduledPackageId\": {\n \"amazonOrderId\": \"ut\",\n \"packageId\": \"adipisicing ea laborum\"\n },\n \"packageItems\": [\n {\n \"orderItemId\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"orderItemSerialNumbers\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n {\n \"orderItemId\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"orderItemSerialNumbers\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n ],\n \"packageIdentifier\": \"dolore ut\",\n \"invoice\": {\n \"invoiceNumber\": \"Excepteur sit commodo amet aliquip\",\n \"invoiceDate\": \"1951-09-19T19:16:40.337Z\"\n },\n \"packageStatus\": \"ReturnedToSeller\",\n \"trackingDetails\": {\n \"trackingId\": \"labore enim nisi aliq\"\n }\n }\n ]\n}"
},
{
"name": "Request has missing or invalid parameters and cannot be parsed.",
"originalRequest": {
"method": "PATCH",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"marketplaceId\": \"consequat amet\",\n \"updatePackageDetailsList\": [\n {\n \"packageTimeSlot\": {\n \"slotId\": \"cupidatat commodo\",\n \"startTime\": \"1988-12-03T03:57:10.940Z\",\n \"endTime\": \"1985-11-04T15:19:48.217Z\",\n \"handoverMethod\": \"Pickup\"\n },\n \"scheduledPackageId\": {\n \"amazonOrderId\": \"est n\",\n \"packageId\": \"in reprehe\"\n }\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/easyShip/2022-03-23/package",
"host": [
"{{baseUrl}}"
],
"path": [
"easyShip",
"2022-03-23",
"package"
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "x-amzn-RateLimit-Limit",
"value": "do anim",
"description": "Your rate limit (requests per second) for this operation."
},
{
"key": "x-amzn-RequestId",
"value": "do anim",
"description": "Unique request reference identifier."
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n {\n \"code\": \"minim nisi sint\",\n \"message\": \"irure sed dolor\",\n \"details\": \"officia consectetur Excepteur\"\n },\n {\n \"code\": \"Ut do\",\n \"message\": \"non nisi ipsum\",\n \"details\": \"Ut\"\n }\n ]\n}"
},
{
"name": "The request's Authorization header is not formatted correctly or does not contain a valid token.",
"originalRequest": {
"method": "PATCH",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"marketplaceId\": \"consequat amet\",\n \"updatePackageDetailsList\": [\n {\n \"packageTimeSlot\": {\n \"slotId\": \"cupidatat commodo\",\n \"startTime\": \"1988-12-03T03:57:10.940Z\",\n \"endTime\": \"1985-11-04T15:19:48.217Z\",\n \"handoverMethod\": \"Pickup\"\n },\n \"scheduledPackageId\": {\n \"amazonOrderId\": \"est n\",\n \"packageId\": \"in reprehe\"\n }\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/easyShip/2022-03-23/package",
"host": [
"{{baseUrl}}"
],
"path": [
"easyShip",
"2022-03-23",
"package"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "json",
"header": [
{
"key": "x-amzn-RateLimit-Limit",
"value": "do anim",
"description": "Your rate limit (requests per second) for this operation."
},
{
"key": "x-amzn-RequestId",
"value": "do anim",
"description": "Unique request reference identifier."
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n {\n \"code\": \"minim nisi sint\",\n \"message\": \"irure sed dolor\",\n \"details\": \"officia consectetur Excepteur\"\n },\n {\n \"code\": \"Ut do\",\n \"message\": \"non nisi ipsum\",\n \"details\": \"Ut\"\n }\n ]\n}"
},
{
"name": "Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
"originalRequest": {
"method": "PATCH",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"marketplaceId\": \"consequat amet\",\n \"updatePackageDetailsList\": [\n {\n \"packageTimeSlot\": {\n \"slotId\": \"cupidatat commodo\",\n \"startTime\": \"1988-12-03T03:57:10.940Z\",\n \"endTime\": \"1985-11-04T15:19:48.217Z\",\n \"handoverMethod\": \"Pickup\"\n },\n \"scheduledPackageId\": {\n \"amazonOrderId\": \"est n\",\n \"packageId\": \"in reprehe\"\n }\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/easyShip/2022-03-23/package",
"host": [
"{{baseUrl}}"
],
"path": [
"easyShip",
"2022-03-23",
"package"
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "json",
"header": [
{
"key": "x-amzn-RequestId",
"value": "do anim",
"description": "Unique request reference identifier."
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n {\n \"code\": \"minim nisi sint\",\n \"message\": \"irure sed dolor\",\n \"details\": \"officia consectetur Excepteur\"\n },\n {\n \"code\": \"Ut do\",\n \"message\": \"non nisi ipsum\",\n \"details\": \"Ut\"\n }\n ]\n}"
},
{
"name": "The specified resource does not exist.",
"originalRequest": {
"method": "PATCH",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"marketplaceId\": \"consequat amet\",\n \"updatePackageDetailsList\": [\n {\n \"packageTimeSlot\": {\n \"slotId\": \"cupidatat commodo\",\n \"startTime\": \"1988-12-03T03:57:10.940Z\",\n \"endTime\": \"1985-11-04T15:19:48.217Z\",\n \"handoverMethod\": \"Pickup\"\n },\n \"scheduledPackageId\": {\n \"amazonOrderId\": \"est n\",\n \"packageId\": \"in reprehe\"\n }\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/easyShip/2022-03-23/package",
"host": [
"{{baseUrl}}"
],
"path": [
"easyShip",
"2022-03-23",
"package"
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "json",
"header": [
{
"key": "x-amzn-RateLimit-Limit",
"value": "do anim",
"description": "Your rate limit (requests per second) for this operation."
},
{
"key": "x-amzn-RequestId",
"value": "do anim",
"description": "Unique request reference identifier."
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n {\n \"code\": \"minim nisi sint\",\n \"message\": \"irure sed dolor\",\n \"details\": \"officia consectetur Excepteur\"\n },\n {\n \"code\": \"Ut do\",\n \"message\": \"non nisi ipsum\",\n \"details\": \"Ut\"\n }\n ]\n}"
},
{
"name": "The request payload is in an unsupported format.",
"originalRequest": {
"method": "PATCH",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"marketplaceId\": \"consequat amet\",\n \"updatePackageDetailsList\": [\n {\n \"packageTimeSlot\": {\n \"slotId\": \"cupidatat commodo\",\n \"startTime\": \"1988-12-03T03:57:10.940Z\",\n \"endTime\": \"1985-11-04T15:19:48.217Z\",\n \"handoverMethod\": \"Pickup\"\n },\n \"scheduledPackageId\": {\n \"amazonOrderId\": \"est n\",\n \"packageId\": \"in reprehe\"\n }\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/easyShip/2022-03-23/package",
"host": [
"{{baseUrl}}"
],
"path": [
"easyShip",
"2022-03-23",
"package"
]
}
},
"status": "Unsupported Media Type",
"code": 415,
"_postman_previewlanguage": "json",
"header": [
{
"key": "x-amzn-RequestId",
"value": "do anim",
"description": "Unique request reference identifier."
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n {\n \"code\": \"minim nisi sint\",\n \"message\": \"irure sed dolor\",\n \"details\": \"officia consectetur Excepteur\"\n },\n {\n \"code\": \"Ut do\",\n \"message\": \"non nisi ipsum\",\n \"details\": \"Ut\"\n }\n ]\n}"
},
{
"name": "The frequency of requests was greater than allowed.",
"originalRequest": {
"method": "PATCH",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"marketplaceId\": \"consequat amet\",\n \"updatePackageDetailsList\": [\n {\n \"packageTimeSlot\": {\n \"slotId\": \"cupidatat commodo\",\n \"startTime\": \"1988-12-03T03:57:10.940Z\",\n \"endTime\": \"1985-11-04T15:19:48.217Z\",\n \"handoverMethod\": \"Pickup\"\n },\n \"scheduledPackageId\": {\n \"amazonOrderId\": \"est n\",\n \"packageId\": \"in reprehe\"\n }\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/easyShip/2022-03-23/package",
"host": [
"{{baseUrl}}"
],
"path": [
"easyShip",
"2022-03-23",
"package"
]
}
},
"status": "Too Many Requests",
"code": 429,
"_postman_previewlanguage": "json",
"header": [
{
"key": "x-amzn-RequestId",
"value": "do anim",
"description": "Unique request reference identifier."
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n {\n \"code\": \"minim nisi sint\",\n \"message\": \"irure sed dolor\",\n \"details\": \"officia consectetur Excepteur\"\n },\n {\n \"code\": \"Ut do\",\n \"message\": \"non nisi ipsum\",\n \"details\": \"Ut\"\n }\n ]\n}"
},
{
"name": "An unexpected condition occurred that prevented the server from fulfilling the request.",
"originalRequest": {
"method": "PATCH",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"marketplaceId\": \"consequat amet\",\n \"updatePackageDetailsList\": [\n {\n \"packageTimeSlot\": {\n \"slotId\": \"cupidatat commodo\",\n \"startTime\": \"1988-12-03T03:57:10.940Z\",\n \"endTime\": \"1985-11-04T15:19:48.217Z\",\n \"handoverMethod\": \"Pickup\"\n },\n \"scheduledPackageId\": {\n \"amazonOrderId\": \"est n\",\n \"packageId\": \"in reprehe\"\n }\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/easyShip/2022-03-23/package",
"host": [
"{{baseUrl}}"
],
"path": [
"easyShip",
"2022-03-23",
"package"
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "x-amzn-RequestId",
"value": "do anim",
"description": "Unique request reference identifier."
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n {\n \"code\": \"minim nisi sint\",\n \"message\": \"irure sed dolor\",\n \"details\": \"officia consectetur Excepteur\"\n },\n {\n \"code\": \"Ut do\",\n \"message\": \"non nisi ipsum\",\n \"details\": \"Ut\"\n }\n ]\n}"
},
{
"name": "Temporary overloading or maintenance of the server.",
"originalRequest": {
"method": "PATCH",
"header": [
],
"body": {
"mode": "raw",
"raw": "{\n \"marketplaceId\": \"consequat amet\",\n \"updatePackageDetailsList\": [\n {\n \"packageTimeSlot\": {\n \"slotId\": \"cupidatat commodo\",\n \"startTime\": \"1988-12-03T03:57:10.940Z\",\n \"endTime\": \"1985-11-04T15:19:48.217Z\",\n \"handoverMethod\": \"Pickup\"\n },\n \"scheduledPackageId\": {\n \"amazonOrderId\": \"est n\",\n \"packageId\": \"in reprehe\"\n }\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/easyShip/2022-03-23/package",
"host": [
"{{baseUrl}}"
],
"path": [
"easyShip",
"2022-03-23",
"package"
]
}
},
"status": "Service Unavailable",
"code": 503,
"_postman_previewlanguage": "json",
"header": [
{
"key": "x-amzn-RequestId",
"value": "do anim",
"description": "Unique request reference identifier."
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n {\n \"code\": \"minim nisi sint\",\n \"message\": \"irure sed dolor\",\n \"details\": \"officia consectetur Excepteur\"\n },\n {\n \"code\": \"Ut do\",\n \"message\": \"non nisi ipsum\",\n \"details\": \"Ut\"\n }\n ]\n}"
}
]
}