Chilkat Online Tools

DataFlex / Selling Partner API for Orders / get Order Items

Back to Collection Items

Use ChilkatAx-9.5.0-win32.pkg

Procedure Test
    Handle hoHttp
    Boolean iSuccess
    Variant vQueryParams
    Handle hoQueryParams
    Variant vResp
    Handle hoResp
    Variant vSbResponseBody
    Handle hoSbResponseBody
    Handle hoJResp
    Integer iRespStatusCode
    String sASIN
    String sOrderItemId
    String sSellerSKU
    String sTitle
    Integer iQuantityOrdered
    Integer iQuantityShipped
    Integer iPointsNumber
    String sCurrencyCode
    String sAmount
    String sItemPriceCurrencyCode
    String sItemPriceAmount
    String sShippingPriceCurrencyCode
    String sShippingPriceAmount
    String sScheduledDeliveryEndDate
    String sScheduledDeliveryStartDate
    String sCODFeeCurrencyCode
    String sCODFeeAmount
    String sCODFeeDiscountCurrencyCode
    String sCODFeeDiscountAmount
    String sPriceDesignation
    String sCustomizedURL
    String sGiftMessageText
    String sGiftWrapPriceCurrencyCode
    String sGiftWrapPriceAmount
    String sGiftWrapLevel
    Boolean iIsBuyerRequestedCancel
    String sBuyerCancelReason
    String sConditionId
    String sConditionSubtypeId
    String sConditionNote
    Integer j
    Integer iCount_j
    String sStrVal
    String sAmazonOrderId
    String sNextToken
    Integer i
    Integer iCount_i
    String sTemp1
    Boolean bTemp1

    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    Get Create (RefClass(cComChilkatHttp)) To hoHttp
    If (Not(IsComObjectCreated(hoHttp))) Begin
        Send CreateComObject of hoHttp
    End

    Get Create (RefClass(cComChilkatJsonObject)) To hoQueryParams
    If (Not(IsComObjectCreated(hoQueryParams))) Begin
        Send CreateComObject of hoQueryParams
    End
    Get ComUpdateString Of hoQueryParams "NextToken" "incididunt ea cillum" To iSuccess

    Send ComSetRequestHeader To hoHttp "Accept" "application/json"

    Get pvComObject of hoQueryParams to vQueryParams
    Get ComQuickRequestParams Of hoHttp "GET" "https://sellingpartnerapi-na.amazon.com/orders/v0/orders/:orderId/orderItems" vQueryParams To vResp
    If (IsComObject(vResp)) Begin
        Get Create (RefClass(cComChilkatHttpResponse)) To hoResp
        Set pvComObject Of hoResp To vResp
    End
    Get ComLastMethodSuccess Of hoHttp To bTemp1
    If (bTemp1 = False) Begin
        Get ComLastErrorText Of hoHttp To sTemp1
        Showln sTemp1
        Procedure_Return
    End

    Get Create (RefClass(cComChilkatStringBuilder)) To hoSbResponseBody
    If (Not(IsComObjectCreated(hoSbResponseBody))) Begin
        Send CreateComObject of hoSbResponseBody
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComGetBodySb Of hoResp vSbResponseBody To iSuccess

    Get Create (RefClass(cComChilkatJsonObject)) To hoJResp
    If (Not(IsComObjectCreated(hoJResp))) Begin
        Send CreateComObject of hoJResp
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComLoadSb Of hoJResp vSbResponseBody To iSuccess
    Set ComEmitCompact Of hoJResp To False

    Showln "Response Body:"
    Get ComEmit Of hoJResp To sTemp1
    Showln sTemp1

    Get ComStatusCode Of hoResp To iRespStatusCode
    Showln "Response Status Code = " iRespStatusCode
    If (iRespStatusCode >= 400) Begin
        Showln "Response Header:"
        Get ComHeader Of hoResp To sTemp1
        Showln sTemp1
        Showln "Failed."
        Send Destroy of hoResp
        Procedure_Return
    End

    Send Destroy of hoResp

    // Sample JSON response:
    // (Sample code for parsing the JSON response is shown below)

    // {
    //   "payload": {
    //     "AmazonOrderId": "903-1671087-0812628",
    //     "NextToken": "2YgYW55IGNhcm5hbCBwbGVhc3VyZS4",
    //     "OrderItems": [
    //       {
    //         "ASIN": "BT0093TELA",
    //         "OrderItemId": "68828574383266",
    //         "SellerSKU": "CBA_OTF_1",
    //         "Title": "Example item name",
    //         "QuantityOrdered": 1,
    //         "QuantityShipped": 1,
    //         "PointsGranted": {
    //           "PointsNumber": 10,
    //           "PointsMonetaryValue": {
    //             "CurrencyCode": "JPY",
    //             "Amount": "10.00"
    //           }
    //         },
    //         "ItemPrice": {
    //           "CurrencyCode": "JPY",
    //           "Amount": "25.99"
    //         },
    //         "ShippingPrice": {
    //           "CurrencyCode": "JPY",
    //           "Amount": "1.26"
    //         },
    //         "ScheduledDeliveryEndDate": "2013-09-09T01:30:00Z",
    //         "ScheduledDeliveryStartDate": "2013-09-07T02:00:00Z",
    //         "CODFee": {
    //           "CurrencyCode": "JPY",
    //           "Amount": "10.00"
    //         },
    //         "CODFeeDiscount": {
    //           "CurrencyCode": "JPY",
    //           "Amount": "1.00"
    //         },
    //         "PriceDesignation": "BusinessPrice",
    //         "BuyerInfo": {
    //           "BuyerCustomizedInfo": {
    //             "CustomizedURL": "https://zme-caps.amazon.com/t/bR6qHkzSOxuB/J8nbWhze0Bd3DkajkOdY-XQbWkFralegp2sr_QZiKEE/1"
    //           },
    //           "GiftMessageText": "For you!",
    //           "GiftWrapPrice": {
    //             "CurrencyCode": "GBP",
    //             "Amount": "41.99"
    //           },
    //           "GiftWrapLevel": "Classic"
    //         },
    //         "BuyerRequestedCancel": {
    //           "IsBuyerRequestedCancel": true,
    //           "BuyerCancelReason": "Found cheaper somewhere else."
    //         },
    //         "SerialNumbers": [
    //           "854"
    //         ]
    //       },
    //       {
    //         "ASIN": "BCTU1104UEFB",
    //         "OrderItemId": "79039765272157",
    //         "SellerSKU": "CBA_OTF_5",
    //         "Title": "Example item name",
    //         "QuantityOrdered": 2,
    //         "ItemPrice": {
    //           "CurrencyCode": "JPY",
    //           "Amount": "17.95"
    //         },
    //         "PromotionIds": [
    //           "FREESHIP"
    //         ],
    //         "ConditionId": "Used",
    //         "ConditionSubtypeId": "Mint",
    //         "ConditionNote": "Example ConditionNote",
    //         "PriceDesignation": "BusinessPrice",
    //         "BuyerInfo": {
    //           "BuyerCustomizedInfo": {
    //             "CustomizedURL": "https://zme-caps.amazon.com/t/bR6qHkzSOxuB/J8nbWhze0Bd3DkajkOdY-XQbWkFralegp2sr_QZiKEE/1"
    //           },
    //           "GiftMessageText": "For you!",
    //           "GiftWrapPrice": {
    //             "CurrencyCode": "JPY",
    //             "Amount": "1.99"
    //           },
    //           "GiftWrapLevel": "Classic"
    //         },
    //         "BuyerRequestedCancel": {
    //           "IsBuyerRequestedCancel": true,
    //           "BuyerCancelReason": "Found cheaper somewhere else."
    //         }
    //       }
    //     ]
    //   }
    // }

    // Sample code for parsing the JSON response...
    // Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    Get ComStringOf Of hoJResp "payload.AmazonOrderId" To sAmazonOrderId
    Get ComStringOf Of hoJResp "payload.NextToken" To sNextToken
    Move 0 To i
    Get ComSizeOfArray Of hoJResp "payload.OrderItems" To iCount_i
    While (i < iCount_i)
        Set ComI Of hoJResp To i
        Get ComStringOf Of hoJResp "payload.OrderItems[i].ASIN" To sASIN
        Get ComStringOf Of hoJResp "payload.OrderItems[i].OrderItemId" To sOrderItemId
        Get ComStringOf Of hoJResp "payload.OrderItems[i].SellerSKU" To sSellerSKU
        Get ComStringOf Of hoJResp "payload.OrderItems[i].Title" To sTitle
        Get ComIntOf Of hoJResp "payload.OrderItems[i].QuantityOrdered" To iQuantityOrdered
        Get ComIntOf Of hoJResp "payload.OrderItems[i].QuantityShipped" To iQuantityShipped
        Get ComIntOf Of hoJResp "payload.OrderItems[i].PointsGranted.PointsNumber" To iPointsNumber
        Get ComStringOf Of hoJResp "payload.OrderItems[i].PointsGranted.PointsMonetaryValue.CurrencyCode" To sCurrencyCode
        Get ComStringOf Of hoJResp "payload.OrderItems[i].PointsGranted.PointsMonetaryValue.Amount" To sAmount
        Get ComStringOf Of hoJResp "payload.OrderItems[i].ItemPrice.CurrencyCode" To sItemPriceCurrencyCode
        Get ComStringOf Of hoJResp "payload.OrderItems[i].ItemPrice.Amount" To sItemPriceAmount
        Get ComStringOf Of hoJResp "payload.OrderItems[i].ShippingPrice.CurrencyCode" To sShippingPriceCurrencyCode
        Get ComStringOf Of hoJResp "payload.OrderItems[i].ShippingPrice.Amount" To sShippingPriceAmount
        Get ComStringOf Of hoJResp "payload.OrderItems[i].ScheduledDeliveryEndDate" To sScheduledDeliveryEndDate
        Get ComStringOf Of hoJResp "payload.OrderItems[i].ScheduledDeliveryStartDate" To sScheduledDeliveryStartDate
        Get ComStringOf Of hoJResp "payload.OrderItems[i].CODFee.CurrencyCode" To sCODFeeCurrencyCode
        Get ComStringOf Of hoJResp "payload.OrderItems[i].CODFee.Amount" To sCODFeeAmount
        Get ComStringOf Of hoJResp "payload.OrderItems[i].CODFeeDiscount.CurrencyCode" To sCODFeeDiscountCurrencyCode
        Get ComStringOf Of hoJResp "payload.OrderItems[i].CODFeeDiscount.Amount" To sCODFeeDiscountAmount
        Get ComStringOf Of hoJResp "payload.OrderItems[i].PriceDesignation" To sPriceDesignation
        Get ComStringOf Of hoJResp "payload.OrderItems[i].BuyerInfo.BuyerCustomizedInfo.CustomizedURL" To sCustomizedURL
        Get ComStringOf Of hoJResp "payload.OrderItems[i].BuyerInfo.GiftMessageText" To sGiftMessageText
        Get ComStringOf Of hoJResp "payload.OrderItems[i].BuyerInfo.GiftWrapPrice.CurrencyCode" To sGiftWrapPriceCurrencyCode
        Get ComStringOf Of hoJResp "payload.OrderItems[i].BuyerInfo.GiftWrapPrice.Amount" To sGiftWrapPriceAmount
        Get ComStringOf Of hoJResp "payload.OrderItems[i].BuyerInfo.GiftWrapLevel" To sGiftWrapLevel
        Get ComBoolOf Of hoJResp "payload.OrderItems[i].BuyerRequestedCancel.IsBuyerRequestedCancel" To iIsBuyerRequestedCancel
        Get ComStringOf Of hoJResp "payload.OrderItems[i].BuyerRequestedCancel.BuyerCancelReason" To sBuyerCancelReason
        Get ComStringOf Of hoJResp "payload.OrderItems[i].ConditionId" To sConditionId
        Get ComStringOf Of hoJResp "payload.OrderItems[i].ConditionSubtypeId" To sConditionSubtypeId
        Get ComStringOf Of hoJResp "payload.OrderItems[i].ConditionNote" To sConditionNote
        Move 0 To j
        Get ComSizeOfArray Of hoJResp "payload.OrderItems[i].SerialNumbers" To iCount_j
        While (j < iCount_j)
            Set ComJ Of hoJResp To j
            Get ComStringOf Of hoJResp "payload.OrderItems[i].SerialNumbers[j]" To sStrVal
            Move (j + 1) To j
        Loop

        Move 0 To j
        Get ComSizeOfArray Of hoJResp "payload.OrderItems[i].PromotionIds" To iCount_j
        While (j < iCount_j)
            Set ComJ Of hoJResp To j
            Get ComStringOf Of hoJResp "payload.OrderItems[i].PromotionIds[j]" To sStrVal
            Move (j + 1) To j
        Loop

        Move (i + 1) To i
    Loop



End_Procedure

Curl Command

curl -G -d "NextToken=incididunt%20ea%20cillum"
	-H "Accept: application/json"
https://sellingpartnerapi-na.amazon.com/orders/v0/orders/:orderId/orderItems

Postman Collection Item JSON

{
  "name": "get Order Items",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/orders/v0/orders/:orderId/orderItems?NextToken=incididunt ea cillum",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "orders",
        "v0",
        "orders",
        ":orderId",
        "orderItems"
      ],
      "query": [
        {
          "key": "NextToken",
          "value": "incididunt ea cillum",
          "description": "A string token returned in the response of your previous request."
        }
      ],
      "variable": [
        {
          "key": "orderId",
          "value": "incididunt ea cillum",
          "description": "(Required) An Amazon-defined order identifier, in 3-7-7 format."
        }
      ]
    },
    "description": "Returns detailed order item information for the order that you specify. If NextToken is provided, it's used to retrieve the next page of order items.\n\n__Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.5 | 30 |\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 then 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": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/orders/v0/orders/:orderId/orderItems?NextToken=incididunt ea cillum",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "orders",
            "v0",
            "orders",
            ":orderId",
            "orderItems"
          ],
          "query": [
            {
              "key": "NextToken",
              "value": "incididunt ea cillum"
            }
          ],
          "variable": [
            {
              "key": "orderId",
              "value": "incididunt ea cillum",
              "description": "(Required) An Amazon-defined order identifier, in 3-7-7 format."
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "x-amzn-RateLimit-Limit",
          "value": "incididunt ea cillum",
          "description": "Your rate limit (requests per second) for this operation."
        },
        {
          "key": "x-amzn-RequestId",
          "value": "incididunt ea cillum",
          "description": "Unique request reference identifier."
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"payload\": {\n    \"AmazonOrderId\": \"903-1671087-0812628\",\n    \"NextToken\": \"2YgYW55IGNhcm5hbCBwbGVhc3VyZS4\",\n    \"OrderItems\": [\n      {\n        \"ASIN\": \"BT0093TELA\",\n        \"OrderItemId\": \"68828574383266\",\n        \"SellerSKU\": \"CBA_OTF_1\",\n        \"Title\": \"Example item name\",\n        \"QuantityOrdered\": 1,\n        \"QuantityShipped\": 1,\n        \"PointsGranted\": {\n          \"PointsNumber\": 10,\n          \"PointsMonetaryValue\": {\n            \"CurrencyCode\": \"JPY\",\n            \"Amount\": \"10.00\"\n          }\n        },\n        \"ItemPrice\": {\n          \"CurrencyCode\": \"JPY\",\n          \"Amount\": \"25.99\"\n        },\n        \"ShippingPrice\": {\n          \"CurrencyCode\": \"JPY\",\n          \"Amount\": \"1.26\"\n        },\n        \"ScheduledDeliveryEndDate\": \"2013-09-09T01:30:00Z\",\n        \"ScheduledDeliveryStartDate\": \"2013-09-07T02:00:00Z\",\n        \"CODFee\": {\n          \"CurrencyCode\": \"JPY\",\n          \"Amount\": \"10.00\"\n        },\n        \"CODFeeDiscount\": {\n          \"CurrencyCode\": \"JPY\",\n          \"Amount\": \"1.00\"\n        },\n        \"PriceDesignation\": \"BusinessPrice\",\n        \"BuyerInfo\": {\n          \"BuyerCustomizedInfo\": {\n            \"CustomizedURL\": \"https://zme-caps.amazon.com/t/bR6qHkzSOxuB/J8nbWhze0Bd3DkajkOdY-XQbWkFralegp2sr_QZiKEE/1\"\n          },\n          \"GiftMessageText\": \"For you!\",\n          \"GiftWrapPrice\": {\n            \"CurrencyCode\": \"GBP\",\n            \"Amount\": \"41.99\"\n          },\n          \"GiftWrapLevel\": \"Classic\"\n        },\n        \"BuyerRequestedCancel\": {\n          \"IsBuyerRequestedCancel\": true,\n          \"BuyerCancelReason\": \"Found cheaper somewhere else.\"\n        },\n        \"SerialNumbers\": [\n          \"854\"\n        ]\n      },\n      {\n        \"ASIN\": \"BCTU1104UEFB\",\n        \"OrderItemId\": \"79039765272157\",\n        \"SellerSKU\": \"CBA_OTF_5\",\n        \"Title\": \"Example item name\",\n        \"QuantityOrdered\": 2,\n        \"ItemPrice\": {\n          \"CurrencyCode\": \"JPY\",\n          \"Amount\": \"17.95\"\n        },\n        \"PromotionIds\": [\n          \"FREESHIP\"\n        ],\n        \"ConditionId\": \"Used\",\n        \"ConditionSubtypeId\": \"Mint\",\n        \"ConditionNote\": \"Example ConditionNote\",\n        \"PriceDesignation\": \"BusinessPrice\",\n        \"BuyerInfo\": {\n          \"BuyerCustomizedInfo\": {\n            \"CustomizedURL\": \"https://zme-caps.amazon.com/t/bR6qHkzSOxuB/J8nbWhze0Bd3DkajkOdY-XQbWkFralegp2sr_QZiKEE/1\"\n          },\n          \"GiftMessageText\": \"For you!\",\n          \"GiftWrapPrice\": {\n            \"CurrencyCode\": \"JPY\",\n            \"Amount\": \"1.99\"\n          },\n          \"GiftWrapLevel\": \"Classic\"\n        },\n        \"BuyerRequestedCancel\": {\n          \"IsBuyerRequestedCancel\": true,\n          \"BuyerCancelReason\": \"Found cheaper somewhere else.\"\n        }\n      }\n    ]\n  }\n}"
    },
    {
      "name": "Request has missing or invalid parameters and cannot be parsed.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/orders/v0/orders/:orderId/orderItems?NextToken=incididunt ea cillum",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "orders",
            "v0",
            "orders",
            ":orderId",
            "orderItems"
          ],
          "query": [
            {
              "key": "NextToken",
              "value": "incididunt ea cillum"
            }
          ],
          "variable": [
            {
              "key": "orderId",
              "value": "incididunt ea cillum",
              "description": "(Required) An Amazon-defined order identifier, in 3-7-7 format."
            }
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "x-amzn-RateLimit-Limit",
          "value": "incididunt ea cillum",
          "description": "Your rate limit (requests per second) for this operation."
        },
        {
          "key": "x-amzn-RequestId",
          "value": "incididunt ea cillum",
          "description": "Unique request reference identifier."
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"payload\": {\n    \"AmazonOrderId\": \"dolore amet ex\",\n    \"OrderItems\": [\n      {\n        \"ASIN\": \"ex elit aliquip\",\n        \"OrderItemId\": \"ullamco consectetur\",\n        \"QuantityOrdered\": -37193897,\n        \"SellerSKU\": \"ut eu officia in\",\n        \"Title\": \"velit dolor Ut Lorem\",\n        \"QuantityShipped\": 20410468,\n        \"ProductInfo\": {\n          \"NumberOfItems\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PointsGranted\": {\n          \"PointsNumber\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"PointsMonetaryValue\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionIds\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"CODFee\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"CODFeeDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"IsGift\": true,\n        \"ConditionNote\": \"sint cillum nisi minim\",\n        \"ConditionId\": \"voluptate\",\n        \"ConditionSubtypeId\": \"esse\",\n        \"ScheduledDeliveryStartDate\": \"anim\",\n        \"ScheduledDeliveryEndDate\": \"repr\",\n        \"PriceDesignation\": \"voluptate minim dolor consequat aliqua\",\n        \"TaxCollection\": {\n          \"Model\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ResponsibleParty\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumberRequired\": false,\n        \"IsTransparency\": true,\n        \"IossNumber\": \"enim in\",\n        \"StoreChainStoreId\": \"laborum amet\",\n        \"DeemedResellerCategory\": \"IOSS\",\n        \"BuyerInfo\": {\n          \"BuyerCustomizedInfo\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapPrice\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapTax\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftMessageText\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapLevel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"BuyerRequestedCancel\": {\n          \"IsBuyerRequestedCancel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"BuyerCancelReason\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemApprovalContext\": {\n          \"ApprovalType\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalStatus\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalSupportData\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumbers\": [\n          \"nostrud minim mollit deserunt\",\n          \"Lorem incididunt ipsum\"\n        ]\n      },\n      {\n        \"ASIN\": \"laborum eu\",\n        \"OrderItemId\": \"voluptate Ut nos\",\n        \"QuantityOrdered\": 91851605,\n        \"SellerSKU\": \"pariatur non\",\n        \"Title\": \"eu esse\",\n        \"QuantityShipped\": -99862825,\n        \"ProductInfo\": {\n          \"NumberOfItems\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PointsGranted\": {\n          \"PointsNumber\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"PointsMonetaryValue\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionIds\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"CODFee\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"CODFeeDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"IsGift\": false,\n        \"ConditionNote\": \"ex consequat\",\n        \"ConditionId\": \"veniam\",\n        \"ConditionSubtypeId\": \"aliqua consectetur sunt\",\n        \"ScheduledDeliveryStartDate\": \"voluptate commodo\",\n        \"ScheduledDeliveryEndDate\": \"voluptate minim\",\n        \"PriceDesignation\": \"aliquip est id\",\n        \"TaxCollection\": {\n          \"Model\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ResponsibleParty\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumberRequired\": false,\n        \"IsTransparency\": false,\n        \"IossNumber\": \"non\",\n        \"StoreChainStoreId\": \"aliquip occaecat\",\n        \"DeemedResellerCategory\": \"IOSS\",\n        \"BuyerInfo\": {\n          \"BuyerCustomizedInfo\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapPrice\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapTax\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftMessageText\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapLevel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"BuyerRequestedCancel\": {\n          \"IsBuyerRequestedCancel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"BuyerCancelReason\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemApprovalContext\": {\n          \"ApprovalType\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalStatus\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalSupportData\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumbers\": [\n          \"eiusmod d\",\n          \"Excepteur esse qui in\"\n        ]\n      }\n    ],\n    \"NextToken\": \"do cillum\"\n  },\n  \"errors\": [\n    {\n      \"code\": \"ipsum veniam quis\",\n      \"message\": \"Lorem\",\n      \"details\": \"eiusmod ex dese\"\n    },\n    {\n      \"code\": \"sit laborum dolore \",\n      \"message\": \"ut tempor non eu culpa\",\n      \"details\": \"consequat id\"\n    }\n  ]\n}"
    },
    {
      "name": "Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/orders/v0/orders/:orderId/orderItems?NextToken=incididunt ea cillum",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "orders",
            "v0",
            "orders",
            ":orderId",
            "orderItems"
          ],
          "query": [
            {
              "key": "NextToken",
              "value": "incididunt ea cillum"
            }
          ],
          "variable": [
            {
              "key": "orderId",
              "value": "incididunt ea cillum",
              "description": "(Required) An Amazon-defined order identifier, in 3-7-7 format."
            }
          ]
        }
      },
      "status": "Forbidden",
      "code": 403,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "x-amzn-RequestId",
          "value": "incididunt ea cillum",
          "description": "Unique request reference identifier."
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"payload\": {\n    \"AmazonOrderId\": \"consectetur qui veniam elit\",\n    \"OrderItems\": [\n      {\n        \"ASIN\": \"eu exercitation Excepteur\",\n        \"OrderItemId\": \"non occaecat\",\n        \"QuantityOrdered\": -34472543,\n        \"SellerSKU\": \"ullamco est ut proident\",\n        \"Title\": \"Ut occaecat\",\n        \"QuantityShipped\": 10640264,\n        \"ProductInfo\": {\n          \"NumberOfItems\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PointsGranted\": {\n          \"PointsNumber\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"PointsMonetaryValue\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionIds\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"CODFee\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"CODFeeDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"IsGift\": true,\n        \"ConditionNote\": \"sed exercitation qui occaecat consequ\",\n        \"ConditionId\": \"deserunt ullamco\",\n        \"ConditionSubtypeId\": \"dolore in\",\n        \"ScheduledDeliveryStartDate\": \"sit fugiat enim\",\n        \"ScheduledDeliveryEndDate\": \"occaecat irure\",\n        \"PriceDesignation\": \"incididunt\",\n        \"TaxCollection\": {\n          \"Model\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ResponsibleParty\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumberRequired\": false,\n        \"IsTransparency\": false,\n        \"IossNumber\": \"e\",\n        \"StoreChainStoreId\": \"sit Excepteur tempor ipsum occaec\",\n        \"DeemedResellerCategory\": \"IOSS\",\n        \"BuyerInfo\": {\n          \"BuyerCustomizedInfo\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapPrice\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapTax\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftMessageText\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapLevel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"BuyerRequestedCancel\": {\n          \"IsBuyerRequestedCancel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"BuyerCancelReason\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemApprovalContext\": {\n          \"ApprovalType\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalStatus\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalSupportData\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumbers\": [\n          \"ipsum anim elit\",\n          \"exercitation laboris labore commodo\"\n        ]\n      },\n      {\n        \"ASIN\": \"aliqua ut aliquip dolor\",\n        \"OrderItemId\": \"esse id mollit\",\n        \"QuantityOrdered\": 40208710,\n        \"SellerSKU\": \"in consectetur irure\",\n        \"Title\": \"id aute\",\n        \"QuantityShipped\": -80460210,\n        \"ProductInfo\": {\n          \"NumberOfItems\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PointsGranted\": {\n          \"PointsNumber\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"PointsMonetaryValue\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionIds\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"CODFee\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"CODFeeDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"IsGift\": false,\n        \"ConditionNote\": \"ipsum nulla\",\n        \"ConditionId\": \"pariatur cupidatat sunt\",\n        \"ConditionSubtypeId\": \"culpa cupidatat\",\n        \"ScheduledDeliveryStartDate\": \"ut nisi\",\n        \"ScheduledDeliveryEndDate\": \"commodo consectetur ea\",\n        \"PriceDesignation\": \"in anim enim officia magna\",\n        \"TaxCollection\": {\n          \"Model\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ResponsibleParty\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumberRequired\": false,\n        \"IsTransparency\": false,\n        \"IossNumber\": \"sunt\",\n        \"StoreChainStoreId\": \"sed Duis\",\n        \"DeemedResellerCategory\": \"UOSS\",\n        \"BuyerInfo\": {\n          \"BuyerCustomizedInfo\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapPrice\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapTax\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftMessageText\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapLevel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"BuyerRequestedCancel\": {\n          \"IsBuyerRequestedCancel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"BuyerCancelReason\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemApprovalContext\": {\n          \"ApprovalType\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalStatus\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalSupportData\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumbers\": [\n          \"voluptate nisi dolore qui\",\n          \"culpa Ut exercitation\"\n        ]\n      }\n    ],\n    \"NextToken\": \"deserunt\"\n  },\n  \"errors\": [\n    {\n      \"code\": \"magna pariatur ame\",\n      \"message\": \"consequat incididunt veniam in\",\n      \"details\": \"ad Lorem\"\n    },\n    {\n      \"code\": \"dolore et in\",\n      \"message\": \"proident\",\n      \"details\": \"ad ea reprehenderit\"\n    }\n  ]\n}"
    },
    {
      "name": "The resource specified does not exist.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/orders/v0/orders/:orderId/orderItems?NextToken=incididunt ea cillum",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "orders",
            "v0",
            "orders",
            ":orderId",
            "orderItems"
          ],
          "query": [
            {
              "key": "NextToken",
              "value": "incididunt ea cillum"
            }
          ],
          "variable": [
            {
              "key": "orderId",
              "value": "incididunt ea cillum",
              "description": "(Required) An Amazon-defined order identifier, in 3-7-7 format."
            }
          ]
        }
      },
      "status": "Not Found",
      "code": 404,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "x-amzn-RateLimit-Limit",
          "value": "incididunt ea cillum",
          "description": "Your rate limit (requests per second) for this operation."
        },
        {
          "key": "x-amzn-RequestId",
          "value": "incididunt ea cillum",
          "description": "Unique request reference identifier."
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"payload\": {\n    \"AmazonOrderId\": \"consectetur qui veniam elit\",\n    \"OrderItems\": [\n      {\n        \"ASIN\": \"eu exercitation Excepteur\",\n        \"OrderItemId\": \"non occaecat\",\n        \"QuantityOrdered\": -34472543,\n        \"SellerSKU\": \"ullamco est ut proident\",\n        \"Title\": \"Ut occaecat\",\n        \"QuantityShipped\": 10640264,\n        \"ProductInfo\": {\n          \"NumberOfItems\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PointsGranted\": {\n          \"PointsNumber\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"PointsMonetaryValue\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionIds\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"CODFee\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"CODFeeDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"IsGift\": true,\n        \"ConditionNote\": \"sed exercitation qui occaecat consequ\",\n        \"ConditionId\": \"deserunt ullamco\",\n        \"ConditionSubtypeId\": \"dolore in\",\n        \"ScheduledDeliveryStartDate\": \"sit fugiat enim\",\n        \"ScheduledDeliveryEndDate\": \"occaecat irure\",\n        \"PriceDesignation\": \"incididunt\",\n        \"TaxCollection\": {\n          \"Model\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ResponsibleParty\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumberRequired\": false,\n        \"IsTransparency\": false,\n        \"IossNumber\": \"e\",\n        \"StoreChainStoreId\": \"sit Excepteur tempor ipsum occaec\",\n        \"DeemedResellerCategory\": \"IOSS\",\n        \"BuyerInfo\": {\n          \"BuyerCustomizedInfo\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapPrice\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapTax\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftMessageText\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapLevel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"BuyerRequestedCancel\": {\n          \"IsBuyerRequestedCancel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"BuyerCancelReason\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemApprovalContext\": {\n          \"ApprovalType\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalStatus\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalSupportData\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumbers\": [\n          \"ipsum anim elit\",\n          \"exercitation laboris labore commodo\"\n        ]\n      },\n      {\n        \"ASIN\": \"aliqua ut aliquip dolor\",\n        \"OrderItemId\": \"esse id mollit\",\n        \"QuantityOrdered\": 40208710,\n        \"SellerSKU\": \"in consectetur irure\",\n        \"Title\": \"id aute\",\n        \"QuantityShipped\": -80460210,\n        \"ProductInfo\": {\n          \"NumberOfItems\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PointsGranted\": {\n          \"PointsNumber\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"PointsMonetaryValue\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionIds\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"CODFee\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"CODFeeDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"IsGift\": false,\n        \"ConditionNote\": \"ipsum nulla\",\n        \"ConditionId\": \"pariatur cupidatat sunt\",\n        \"ConditionSubtypeId\": \"culpa cupidatat\",\n        \"ScheduledDeliveryStartDate\": \"ut nisi\",\n        \"ScheduledDeliveryEndDate\": \"commodo consectetur ea\",\n        \"PriceDesignation\": \"in anim enim officia magna\",\n        \"TaxCollection\": {\n          \"Model\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ResponsibleParty\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumberRequired\": false,\n        \"IsTransparency\": false,\n        \"IossNumber\": \"sunt\",\n        \"StoreChainStoreId\": \"sed Duis\",\n        \"DeemedResellerCategory\": \"UOSS\",\n        \"BuyerInfo\": {\n          \"BuyerCustomizedInfo\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapPrice\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapTax\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftMessageText\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapLevel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"BuyerRequestedCancel\": {\n          \"IsBuyerRequestedCancel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"BuyerCancelReason\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemApprovalContext\": {\n          \"ApprovalType\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalStatus\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalSupportData\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumbers\": [\n          \"voluptate nisi dolore qui\",\n          \"culpa Ut exercitation\"\n        ]\n      }\n    ],\n    \"NextToken\": \"deserunt\"\n  },\n  \"errors\": [\n    {\n      \"code\": \"magna pariatur ame\",\n      \"message\": \"consequat incididunt veniam in\",\n      \"details\": \"ad Lorem\"\n    },\n    {\n      \"code\": \"dolore et in\",\n      \"message\": \"proident\",\n      \"details\": \"ad ea reprehenderit\"\n    }\n  ]\n}"
    },
    {
      "name": "The frequency of requests was greater than allowed.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/orders/v0/orders/:orderId/orderItems?NextToken=incididunt ea cillum",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "orders",
            "v0",
            "orders",
            ":orderId",
            "orderItems"
          ],
          "query": [
            {
              "key": "NextToken",
              "value": "incididunt ea cillum"
            }
          ],
          "variable": [
            {
              "key": "orderId",
              "value": "incididunt ea cillum",
              "description": "(Required) An Amazon-defined order identifier, in 3-7-7 format."
            }
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "x-amzn-RateLimit-Limit",
          "value": "incididunt ea cillum",
          "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."
        },
        {
          "key": "x-amzn-RequestId",
          "value": "incididunt ea cillum",
          "description": "Unique request reference identifier."
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"payload\": {\n    \"AmazonOrderId\": \"consectetur qui veniam elit\",\n    \"OrderItems\": [\n      {\n        \"ASIN\": \"eu exercitation Excepteur\",\n        \"OrderItemId\": \"non occaecat\",\n        \"QuantityOrdered\": -34472543,\n        \"SellerSKU\": \"ullamco est ut proident\",\n        \"Title\": \"Ut occaecat\",\n        \"QuantityShipped\": 10640264,\n        \"ProductInfo\": {\n          \"NumberOfItems\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PointsGranted\": {\n          \"PointsNumber\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"PointsMonetaryValue\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionIds\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"CODFee\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"CODFeeDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"IsGift\": true,\n        \"ConditionNote\": \"sed exercitation qui occaecat consequ\",\n        \"ConditionId\": \"deserunt ullamco\",\n        \"ConditionSubtypeId\": \"dolore in\",\n        \"ScheduledDeliveryStartDate\": \"sit fugiat enim\",\n        \"ScheduledDeliveryEndDate\": \"occaecat irure\",\n        \"PriceDesignation\": \"incididunt\",\n        \"TaxCollection\": {\n          \"Model\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ResponsibleParty\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumberRequired\": false,\n        \"IsTransparency\": false,\n        \"IossNumber\": \"e\",\n        \"StoreChainStoreId\": \"sit Excepteur tempor ipsum occaec\",\n        \"DeemedResellerCategory\": \"IOSS\",\n        \"BuyerInfo\": {\n          \"BuyerCustomizedInfo\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapPrice\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapTax\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftMessageText\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapLevel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"BuyerRequestedCancel\": {\n          \"IsBuyerRequestedCancel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"BuyerCancelReason\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemApprovalContext\": {\n          \"ApprovalType\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalStatus\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalSupportData\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumbers\": [\n          \"ipsum anim elit\",\n          \"exercitation laboris labore commodo\"\n        ]\n      },\n      {\n        \"ASIN\": \"aliqua ut aliquip dolor\",\n        \"OrderItemId\": \"esse id mollit\",\n        \"QuantityOrdered\": 40208710,\n        \"SellerSKU\": \"in consectetur irure\",\n        \"Title\": \"id aute\",\n        \"QuantityShipped\": -80460210,\n        \"ProductInfo\": {\n          \"NumberOfItems\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PointsGranted\": {\n          \"PointsNumber\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"PointsMonetaryValue\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionIds\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"CODFee\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"CODFeeDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"IsGift\": false,\n        \"ConditionNote\": \"ipsum nulla\",\n        \"ConditionId\": \"pariatur cupidatat sunt\",\n        \"ConditionSubtypeId\": \"culpa cupidatat\",\n        \"ScheduledDeliveryStartDate\": \"ut nisi\",\n        \"ScheduledDeliveryEndDate\": \"commodo consectetur ea\",\n        \"PriceDesignation\": \"in anim enim officia magna\",\n        \"TaxCollection\": {\n          \"Model\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ResponsibleParty\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumberRequired\": false,\n        \"IsTransparency\": false,\n        \"IossNumber\": \"sunt\",\n        \"StoreChainStoreId\": \"sed Duis\",\n        \"DeemedResellerCategory\": \"UOSS\",\n        \"BuyerInfo\": {\n          \"BuyerCustomizedInfo\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapPrice\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapTax\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftMessageText\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapLevel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"BuyerRequestedCancel\": {\n          \"IsBuyerRequestedCancel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"BuyerCancelReason\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemApprovalContext\": {\n          \"ApprovalType\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalStatus\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalSupportData\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumbers\": [\n          \"voluptate nisi dolore qui\",\n          \"culpa Ut exercitation\"\n        ]\n      }\n    ],\n    \"NextToken\": \"deserunt\"\n  },\n  \"errors\": [\n    {\n      \"code\": \"magna pariatur ame\",\n      \"message\": \"consequat incididunt veniam in\",\n      \"details\": \"ad Lorem\"\n    },\n    {\n      \"code\": \"dolore et in\",\n      \"message\": \"proident\",\n      \"details\": \"ad ea reprehenderit\"\n    }\n  ]\n}"
    },
    {
      "name": "An unexpected condition occurred that prevented the server from fulfilling the request.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/orders/v0/orders/:orderId/orderItems?NextToken=incididunt ea cillum",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "orders",
            "v0",
            "orders",
            ":orderId",
            "orderItems"
          ],
          "query": [
            {
              "key": "NextToken",
              "value": "incididunt ea cillum"
            }
          ],
          "variable": [
            {
              "key": "orderId",
              "value": "incididunt ea cillum",
              "description": "(Required) An Amazon-defined order identifier, in 3-7-7 format."
            }
          ]
        }
      },
      "status": "Internal Server Error",
      "code": 500,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "x-amzn-RateLimit-Limit",
          "value": "incididunt ea cillum",
          "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."
        },
        {
          "key": "x-amzn-RequestId",
          "value": "incididunt ea cillum",
          "description": "Unique request reference identifier."
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"payload\": {\n    \"AmazonOrderId\": \"consectetur qui veniam elit\",\n    \"OrderItems\": [\n      {\n        \"ASIN\": \"eu exercitation Excepteur\",\n        \"OrderItemId\": \"non occaecat\",\n        \"QuantityOrdered\": -34472543,\n        \"SellerSKU\": \"ullamco est ut proident\",\n        \"Title\": \"Ut occaecat\",\n        \"QuantityShipped\": 10640264,\n        \"ProductInfo\": {\n          \"NumberOfItems\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PointsGranted\": {\n          \"PointsNumber\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"PointsMonetaryValue\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionIds\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"CODFee\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"CODFeeDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"IsGift\": true,\n        \"ConditionNote\": \"sed exercitation qui occaecat consequ\",\n        \"ConditionId\": \"deserunt ullamco\",\n        \"ConditionSubtypeId\": \"dolore in\",\n        \"ScheduledDeliveryStartDate\": \"sit fugiat enim\",\n        \"ScheduledDeliveryEndDate\": \"occaecat irure\",\n        \"PriceDesignation\": \"incididunt\",\n        \"TaxCollection\": {\n          \"Model\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ResponsibleParty\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumberRequired\": false,\n        \"IsTransparency\": false,\n        \"IossNumber\": \"e\",\n        \"StoreChainStoreId\": \"sit Excepteur tempor ipsum occaec\",\n        \"DeemedResellerCategory\": \"IOSS\",\n        \"BuyerInfo\": {\n          \"BuyerCustomizedInfo\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapPrice\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapTax\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftMessageText\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapLevel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"BuyerRequestedCancel\": {\n          \"IsBuyerRequestedCancel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"BuyerCancelReason\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemApprovalContext\": {\n          \"ApprovalType\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalStatus\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalSupportData\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumbers\": [\n          \"ipsum anim elit\",\n          \"exercitation laboris labore commodo\"\n        ]\n      },\n      {\n        \"ASIN\": \"aliqua ut aliquip dolor\",\n        \"OrderItemId\": \"esse id mollit\",\n        \"QuantityOrdered\": 40208710,\n        \"SellerSKU\": \"in consectetur irure\",\n        \"Title\": \"id aute\",\n        \"QuantityShipped\": -80460210,\n        \"ProductInfo\": {\n          \"NumberOfItems\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PointsGranted\": {\n          \"PointsNumber\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"PointsMonetaryValue\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionIds\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"CODFee\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"CODFeeDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"IsGift\": false,\n        \"ConditionNote\": \"ipsum nulla\",\n        \"ConditionId\": \"pariatur cupidatat sunt\",\n        \"ConditionSubtypeId\": \"culpa cupidatat\",\n        \"ScheduledDeliveryStartDate\": \"ut nisi\",\n        \"ScheduledDeliveryEndDate\": \"commodo consectetur ea\",\n        \"PriceDesignation\": \"in anim enim officia magna\",\n        \"TaxCollection\": {\n          \"Model\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ResponsibleParty\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumberRequired\": false,\n        \"IsTransparency\": false,\n        \"IossNumber\": \"sunt\",\n        \"StoreChainStoreId\": \"sed Duis\",\n        \"DeemedResellerCategory\": \"UOSS\",\n        \"BuyerInfo\": {\n          \"BuyerCustomizedInfo\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapPrice\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapTax\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftMessageText\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapLevel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"BuyerRequestedCancel\": {\n          \"IsBuyerRequestedCancel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"BuyerCancelReason\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemApprovalContext\": {\n          \"ApprovalType\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalStatus\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalSupportData\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumbers\": [\n          \"voluptate nisi dolore qui\",\n          \"culpa Ut exercitation\"\n        ]\n      }\n    ],\n    \"NextToken\": \"deserunt\"\n  },\n  \"errors\": [\n    {\n      \"code\": \"magna pariatur ame\",\n      \"message\": \"consequat incididunt veniam in\",\n      \"details\": \"ad Lorem\"\n    },\n    {\n      \"code\": \"dolore et in\",\n      \"message\": \"proident\",\n      \"details\": \"ad ea reprehenderit\"\n    }\n  ]\n}"
    },
    {
      "name": "Temporary overloading or maintenance of the server.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/orders/v0/orders/:orderId/orderItems?NextToken=incididunt ea cillum",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "orders",
            "v0",
            "orders",
            ":orderId",
            "orderItems"
          ],
          "query": [
            {
              "key": "NextToken",
              "value": "incididunt ea cillum"
            }
          ],
          "variable": [
            {
              "key": "orderId",
              "value": "incididunt ea cillum",
              "description": "(Required) An Amazon-defined order identifier, in 3-7-7 format."
            }
          ]
        }
      },
      "status": "Service Unavailable",
      "code": 503,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "x-amzn-RateLimit-Limit",
          "value": "incididunt ea cillum",
          "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."
        },
        {
          "key": "x-amzn-RequestId",
          "value": "incididunt ea cillum",
          "description": "Unique request reference identifier."
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"payload\": {\n    \"AmazonOrderId\": \"consectetur qui veniam elit\",\n    \"OrderItems\": [\n      {\n        \"ASIN\": \"eu exercitation Excepteur\",\n        \"OrderItemId\": \"non occaecat\",\n        \"QuantityOrdered\": -34472543,\n        \"SellerSKU\": \"ullamco est ut proident\",\n        \"Title\": \"Ut occaecat\",\n        \"QuantityShipped\": 10640264,\n        \"ProductInfo\": {\n          \"NumberOfItems\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PointsGranted\": {\n          \"PointsNumber\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"PointsMonetaryValue\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionIds\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"CODFee\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"CODFeeDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"IsGift\": true,\n        \"ConditionNote\": \"sed exercitation qui occaecat consequ\",\n        \"ConditionId\": \"deserunt ullamco\",\n        \"ConditionSubtypeId\": \"dolore in\",\n        \"ScheduledDeliveryStartDate\": \"sit fugiat enim\",\n        \"ScheduledDeliveryEndDate\": \"occaecat irure\",\n        \"PriceDesignation\": \"incididunt\",\n        \"TaxCollection\": {\n          \"Model\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ResponsibleParty\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumberRequired\": false,\n        \"IsTransparency\": false,\n        \"IossNumber\": \"e\",\n        \"StoreChainStoreId\": \"sit Excepteur tempor ipsum occaec\",\n        \"DeemedResellerCategory\": \"IOSS\",\n        \"BuyerInfo\": {\n          \"BuyerCustomizedInfo\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapPrice\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapTax\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftMessageText\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapLevel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"BuyerRequestedCancel\": {\n          \"IsBuyerRequestedCancel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"BuyerCancelReason\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemApprovalContext\": {\n          \"ApprovalType\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalStatus\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalSupportData\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumbers\": [\n          \"ipsum anim elit\",\n          \"exercitation laboris labore commodo\"\n        ]\n      },\n      {\n        \"ASIN\": \"aliqua ut aliquip dolor\",\n        \"OrderItemId\": \"esse id mollit\",\n        \"QuantityOrdered\": 40208710,\n        \"SellerSKU\": \"in consectetur irure\",\n        \"Title\": \"id aute\",\n        \"QuantityShipped\": -80460210,\n        \"ProductInfo\": {\n          \"NumberOfItems\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PointsGranted\": {\n          \"PointsNumber\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"PointsMonetaryValue\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingPrice\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ShippingDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionDiscountTax\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"PromotionIds\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"CODFee\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"CODFeeDiscount\": {\n          \"CurrencyCode\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"Amount\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"IsGift\": false,\n        \"ConditionNote\": \"ipsum nulla\",\n        \"ConditionId\": \"pariatur cupidatat sunt\",\n        \"ConditionSubtypeId\": \"culpa cupidatat\",\n        \"ScheduledDeliveryStartDate\": \"ut nisi\",\n        \"ScheduledDeliveryEndDate\": \"commodo consectetur ea\",\n        \"PriceDesignation\": \"in anim enim officia magna\",\n        \"TaxCollection\": {\n          \"Model\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ResponsibleParty\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumberRequired\": false,\n        \"IsTransparency\": false,\n        \"IossNumber\": \"sunt\",\n        \"StoreChainStoreId\": \"sed Duis\",\n        \"DeemedResellerCategory\": \"UOSS\",\n        \"BuyerInfo\": {\n          \"BuyerCustomizedInfo\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapPrice\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapTax\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftMessageText\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"GiftWrapLevel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"BuyerRequestedCancel\": {\n          \"IsBuyerRequestedCancel\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"BuyerCancelReason\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"ItemApprovalContext\": {\n          \"ApprovalType\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalStatus\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ApprovalSupportData\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"SerialNumbers\": [\n          \"voluptate nisi dolore qui\",\n          \"culpa Ut exercitation\"\n        ]\n      }\n    ],\n    \"NextToken\": \"deserunt\"\n  },\n  \"errors\": [\n    {\n      \"code\": \"magna pariatur ame\",\n      \"message\": \"consequat incididunt veniam in\",\n      \"details\": \"ad Lorem\"\n    },\n    {\n      \"code\": \"dolore et in\",\n      \"message\": \"proident\",\n      \"details\": \"ad ea reprehenderit\"\n    }\n  ]\n}"
    }
  ]
}