Chilkat Online Tools

unicodeC / Selling Partner APIs for Fulfillment Outbound / list All Fulfillment Orders

Back to Collection Items

#include <C_CkHttpW.h>
#include <C_CkJsonObjectW.h>
#include <C_CkHttpResponseW.h>
#include <C_CkStringBuilderW.h>

void ChilkatSample(void)
    {
    HCkHttpW http;
    BOOL success;
    HCkJsonObjectW queryParams;
    HCkHttpResponseW resp;
    HCkStringBuilderW sbResponseBody;
    HCkJsonObjectW jResp;
    int respStatusCode;
    const wchar_t *AddressLine1;
    const wchar_t *CountryCode;
    const wchar_t *StateOrRegion;
    const wchar_t *Name;
    const wchar_t *PostalCode;
    const wchar_t *AddressLine2;
    const wchar_t *AddressLine3;
    const wchar_t *City;
    const wchar_t *DistrictOrCounty;
    const wchar_t *Phone;
    const wchar_t *displayableOrderComment;
    const wchar_t *displayableOrderDate;
    const wchar_t *displayableOrderId;
    const wchar_t *fulfillmentOrderStatus;
    const wchar_t *marketplaceId;
    const wchar_t *receivedDate;
    const wchar_t *sellerFulfillmentOrderId;
    const wchar_t *shippingSpeedCategory;
    const wchar_t *statusUpdatedDate;
    const wchar_t *EndDate;
    const wchar_t *StartDate;
    const wchar_t *fulfillmentAction;
    const wchar_t *fulfillmentPolicy;
    const wchar_t *IsCodRequired;
    const wchar_t *CurrencyCode;
    const wchar_t *Value;
    const wchar_t *CodChargeTaxCurrencyCode;
    const wchar_t *CodChargeTaxValue;
    const wchar_t *ShippingChargeCurrencyCode;
    const wchar_t *ShippingChargeValue;
    const wchar_t *ShippingChargeTaxCurrencyCode;
    const wchar_t *ShippingChargeTaxValue;
    int j;
    int count_j;
    const wchar_t *strVal;
    const wchar_t *featureName;
    const wchar_t *featureFulfillmentPolicy;
    const wchar_t *code;
    const wchar_t *message;
    const wchar_t *details;
    const wchar_t *NextToken;
    int i;
    int count_i;

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

    http = CkHttpW_Create();

    queryParams = CkJsonObjectW_Create();
    CkJsonObjectW_UpdateString(queryParams,L"queryStartDate",L"<dateTime>");
    CkJsonObjectW_UpdateString(queryParams,L"nextToken",L"<string>");

    CkHttpW_SetRequestHeader(http,L"Accept",L"application/json");

    resp = CkHttpW_QuickRequestParams(http,L"GET",L"https://sellingpartnerapi-na.amazon.com/fba/outbound/2020-07-01/fulfillmentOrders",queryParams);
    if (CkHttpW_getLastMethodSuccess(http) == FALSE) {
        wprintf(L"%s\n",CkHttpW_lastErrorText(http));
        CkHttpW_Dispose(http);
        CkJsonObjectW_Dispose(queryParams);
        return;
    }

    sbResponseBody = CkStringBuilderW_Create();
    CkHttpResponseW_GetBodySb(resp,sbResponseBody);

    jResp = CkJsonObjectW_Create();
    CkJsonObjectW_LoadSb(jResp,sbResponseBody);
    CkJsonObjectW_putEmitCompact(jResp,FALSE);

    wprintf(L"Response Body:\n");
    wprintf(L"%s\n",CkJsonObjectW_emit(jResp));

    respStatusCode = CkHttpResponseW_getStatusCode(resp);
    wprintf(L"Response Status Code = %d\n",respStatusCode);
    if (respStatusCode >= 400) {
        wprintf(L"Response Header:\n");
        wprintf(L"%s\n",CkHttpResponseW_header(resp));
        wprintf(L"Failed.\n");
        CkHttpResponseW_Dispose(resp);
        CkHttpW_Dispose(http);
        CkJsonObjectW_Dispose(queryParams);
        CkStringBuilderW_Dispose(sbResponseBody);
        CkJsonObjectW_Dispose(jResp);
        return;
    }

    CkHttpResponseW_Dispose(resp);

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

    // {
    //   "payload": {
    //     "nextToken": "<string>",
    //     "fulfillmentOrders": [
    //       {
    //         "destinationAddress": {
    //           "addressLine1": "<string>",
    //           "countryCode": "<string>",
    //           "stateOrRegion": "<string>",
    //           "name": "<string>",
    //           "postalCode": "<string>",
    //           "addressLine2": "<string>",
    //           "addressLine3": "<string>",
    //           "city": "<string>",
    //           "districtOrCounty": "<string>",
    //           "phone": "<string>"
    //         },
    //         "displayableOrderComment": "<string>",
    //         "displayableOrderDate": "<dateTime>",
    //         "displayableOrderId": "<string>",
    //         "fulfillmentOrderStatus": "Complete",
    //         "marketplaceId": "<string>",
    //         "receivedDate": "<dateTime>",
    //         "sellerFulfillmentOrderId": "<string>",
    //         "shippingSpeedCategory": "Priority",
    //         "statusUpdatedDate": "<dateTime>",
    //         "deliveryWindow": {
    //           "endDate": "<dateTime>",
    //           "startDate": "<dateTime>"
    //         },
    //         "fulfillmentAction": "Hold",
    //         "fulfillmentPolicy": "FillOrKill",
    //         "codSettings": {
    //           "isCodRequired": "<boolean>",
    //           "codCharge": {
    //             "currencyCode": "<string>",
    //             "value": "<string>"
    //           },
    //           "codChargeTax": {
    //             "currencyCode": "<string>",
    //             "value": "<string>"
    //           },
    //           "shippingCharge": {
    //             "currencyCode": "<string>",
    //             "value": "<string>"
    //           },
    //           "shippingChargeTax": {
    //             "currencyCode": "<string>",
    //             "value": "<string>"
    //           }
    //         },
    //         "notificationEmails": [
    //           "<string>",
    //           "<string>"
    //         ],
    //         "featureConstraints": [
    //           {
    //             "featureName": "<string>",
    //             "featureFulfillmentPolicy": "NotRequired"
    //           },
    //           {
    //             "featureName": "<string>",
    //             "featureFulfillmentPolicy": "NotRequired"
    //           }
    //         ]
    //       },
    //       {
    //         "destinationAddress": {
    //           "addressLine1": "<string>",
    //           "countryCode": "<string>",
    //           "stateOrRegion": "<string>",
    //           "name": "<string>",
    //           "postalCode": "<string>",
    //           "addressLine2": "<string>",
    //           "addressLine3": "<string>",
    //           "city": "<string>",
    //           "districtOrCounty": "<string>",
    //           "phone": "<string>"
    //         },
    //         "displayableOrderComment": "<string>",
    //         "displayableOrderDate": "<dateTime>",
    //         "displayableOrderId": "<string>",
    //         "fulfillmentOrderStatus": "Complete",
    //         "marketplaceId": "<string>",
    //         "receivedDate": "<dateTime>",
    //         "sellerFulfillmentOrderId": "<string>",
    //         "shippingSpeedCategory": "Expedited",
    //         "statusUpdatedDate": "<dateTime>",
    //         "deliveryWindow": {
    //           "endDate": "<dateTime>",
    //           "startDate": "<dateTime>"
    //         },
    //         "fulfillmentAction": "Ship",
    //         "fulfillmentPolicy": "FillAll",
    //         "codSettings": {
    //           "isCodRequired": "<boolean>",
    //           "codCharge": {
    //             "currencyCode": "<string>",
    //             "value": "<string>"
    //           },
    //           "codChargeTax": {
    //             "currencyCode": "<string>",
    //             "value": "<string>"
    //           },
    //           "shippingCharge": {
    //             "currencyCode": "<string>",
    //             "value": "<string>"
    //           },
    //           "shippingChargeTax": {
    //             "currencyCode": "<string>",
    //             "value": "<string>"
    //           }
    //         },
    //         "notificationEmails": [
    //           "<string>",
    //           "<string>"
    //         ],
    //         "featureConstraints": [
    //           {
    //             "featureName": "<string>",
    //             "featureFulfillmentPolicy": "NotRequired"
    //           },
    //           {
    //             "featureName": "<string>",
    //             "featureFulfillmentPolicy": "NotRequired"
    //           }
    //         ]
    //       }
    //     ]
    //   },
    //   "errors": [
    //     {
    //       "code": "<string>",
    //       "message": "<string>",
    //       "details": "<string>"
    //     },
    //     {
    //       "code": "<string>",
    //       "message": "<string>",
    //       "details": "<string>"
    //     }
    //   ]
    // }

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

    // Chilkat functions returning "const char *" return a pointer to temporary internal memory owned and managed by Chilkat.

    NextToken = CkJsonObjectW_stringOf(jResp,L"payload.nextToken");
    i = 0;
    count_i = CkJsonObjectW_SizeOfArray(jResp,L"payload.fulfillmentOrders");
    while (i < count_i) {
        CkJsonObjectW_putI(jResp,i);
        AddressLine1 = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].destinationAddress.addressLine1");
        CountryCode = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].destinationAddress.countryCode");
        StateOrRegion = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].destinationAddress.stateOrRegion");
        Name = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].destinationAddress.name");
        PostalCode = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].destinationAddress.postalCode");
        AddressLine2 = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].destinationAddress.addressLine2");
        AddressLine3 = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].destinationAddress.addressLine3");
        City = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].destinationAddress.city");
        DistrictOrCounty = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].destinationAddress.districtOrCounty");
        Phone = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].destinationAddress.phone");
        displayableOrderComment = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].displayableOrderComment");
        displayableOrderDate = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].displayableOrderDate");
        displayableOrderId = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].displayableOrderId");
        fulfillmentOrderStatus = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].fulfillmentOrderStatus");
        marketplaceId = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].marketplaceId");
        receivedDate = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].receivedDate");
        sellerFulfillmentOrderId = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].sellerFulfillmentOrderId");
        shippingSpeedCategory = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].shippingSpeedCategory");
        statusUpdatedDate = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].statusUpdatedDate");
        EndDate = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].deliveryWindow.endDate");
        StartDate = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].deliveryWindow.startDate");
        fulfillmentAction = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].fulfillmentAction");
        fulfillmentPolicy = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].fulfillmentPolicy");
        IsCodRequired = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].codSettings.isCodRequired");
        CurrencyCode = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].codSettings.codCharge.currencyCode");
        Value = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].codSettings.codCharge.value");
        CodChargeTaxCurrencyCode = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].codSettings.codChargeTax.currencyCode");
        CodChargeTaxValue = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].codSettings.codChargeTax.value");
        ShippingChargeCurrencyCode = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].codSettings.shippingCharge.currencyCode");
        ShippingChargeValue = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].codSettings.shippingCharge.value");
        ShippingChargeTaxCurrencyCode = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].codSettings.shippingChargeTax.currencyCode");
        ShippingChargeTaxValue = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].codSettings.shippingChargeTax.value");
        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"payload.fulfillmentOrders[i].notificationEmails");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            strVal = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].notificationEmails[j]");
            j = j + 1;
        }

        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"payload.fulfillmentOrders[i].featureConstraints");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            featureName = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].featureConstraints[j].featureName");
            featureFulfillmentPolicy = CkJsonObjectW_stringOf(jResp,L"payload.fulfillmentOrders[i].featureConstraints[j].featureFulfillmentPolicy");
            j = j + 1;
        }

        i = i + 1;
    }

    i = 0;
    count_i = CkJsonObjectW_SizeOfArray(jResp,L"errors");
    while (i < count_i) {
        CkJsonObjectW_putI(jResp,i);
        code = CkJsonObjectW_stringOf(jResp,L"errors[i].code");
        message = CkJsonObjectW_stringOf(jResp,L"errors[i].message");
        details = CkJsonObjectW_stringOf(jResp,L"errors[i].details");
        i = i + 1;
    }



    CkHttpW_Dispose(http);
    CkJsonObjectW_Dispose(queryParams);
    CkStringBuilderW_Dispose(sbResponseBody);
    CkJsonObjectW_Dispose(jResp);

    }

Curl Command

curl -G -d "queryStartDate=%3CdateTime%3E"
	-d "nextToken=%3Cstring%3E"
	-H "Accept: application/json"
https://sellingpartnerapi-na.amazon.com/fba/outbound/2020-07-01/fulfillmentOrders

Postman Collection Item JSON

{
  "name": "list All Fulfillment Orders",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/fba/outbound/2020-07-01/fulfillmentOrders?queryStartDate=<dateTime>&nextToken=<string>",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "fba",
        "outbound",
        "2020-07-01",
        "fulfillmentOrders"
      ],
      "query": [
        {
          "key": "queryStartDate",
          "value": "<dateTime>",
          "description": "A date used to select fulfillment orders that were last updated after (or at) a specified time. An update is defined as any change in fulfillment order status, including the creation of a new fulfillment order."
        },
        {
          "key": "nextToken",
          "value": "<string>",
          "description": "A string token returned in the response to your previous request."
        }
      ]
    },
    "description": "Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)"
  },
  "response": [
    {
      "name": "Success.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fba/outbound/2020-07-01/fulfillmentOrders?queryStartDate=<dateTime>&nextToken=<string>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fba",
            "outbound",
            "2020-07-01",
            "fulfillmentOrders"
          ],
          "query": [
            {
              "key": "queryStartDate",
              "value": "<dateTime>",
              "description": "A date used to select fulfillment orders that were last updated after (or at) a specified time. An update is defined as any change in fulfillment order status, including the creation of a new fulfillment order."
            },
            {
              "key": "nextToken",
              "value": "<string>",
              "description": "A string token returned in the response to your previous request."
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        },
        {
          "key": "x-amzn-RateLimit-Limit",
          "value": "<string>",
          "description": {
            "content": "Your rate limit (requests per second) for this operation.",
            "type": "text/plain"
          }
        },
        {
          "key": "x-amzn-RequestId",
          "value": "<string>",
          "description": {
            "content": "Unique request reference identifier.",
            "type": "text/plain"
          }
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"payload\": {\n    \"nextToken\": \"<string>\",\n    \"fulfillmentOrders\": [\n      {\n        \"destinationAddress\": {\n          \"addressLine1\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"stateOrRegion\": \"<string>\",\n          \"name\": \"<string>\",\n          \"postalCode\": \"<string>\",\n          \"addressLine2\": \"<string>\",\n          \"addressLine3\": \"<string>\",\n          \"city\": \"<string>\",\n          \"districtOrCounty\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"displayableOrderComment\": \"<string>\",\n        \"displayableOrderDate\": \"<dateTime>\",\n        \"displayableOrderId\": \"<string>\",\n        \"fulfillmentOrderStatus\": \"Complete\",\n        \"marketplaceId\": \"<string>\",\n        \"receivedDate\": \"<dateTime>\",\n        \"sellerFulfillmentOrderId\": \"<string>\",\n        \"shippingSpeedCategory\": \"Priority\",\n        \"statusUpdatedDate\": \"<dateTime>\",\n        \"deliveryWindow\": {\n          \"endDate\": \"<dateTime>\",\n          \"startDate\": \"<dateTime>\"\n        },\n        \"fulfillmentAction\": \"Hold\",\n        \"fulfillmentPolicy\": \"FillOrKill\",\n        \"codSettings\": {\n          \"isCodRequired\": \"<boolean>\",\n          \"codCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"codChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        },\n        \"notificationEmails\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"featureConstraints\": [\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          },\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          }\n        ]\n      },\n      {\n        \"destinationAddress\": {\n          \"addressLine1\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"stateOrRegion\": \"<string>\",\n          \"name\": \"<string>\",\n          \"postalCode\": \"<string>\",\n          \"addressLine2\": \"<string>\",\n          \"addressLine3\": \"<string>\",\n          \"city\": \"<string>\",\n          \"districtOrCounty\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"displayableOrderComment\": \"<string>\",\n        \"displayableOrderDate\": \"<dateTime>\",\n        \"displayableOrderId\": \"<string>\",\n        \"fulfillmentOrderStatus\": \"Complete\",\n        \"marketplaceId\": \"<string>\",\n        \"receivedDate\": \"<dateTime>\",\n        \"sellerFulfillmentOrderId\": \"<string>\",\n        \"shippingSpeedCategory\": \"Expedited\",\n        \"statusUpdatedDate\": \"<dateTime>\",\n        \"deliveryWindow\": {\n          \"endDate\": \"<dateTime>\",\n          \"startDate\": \"<dateTime>\"\n        },\n        \"fulfillmentAction\": \"Ship\",\n        \"fulfillmentPolicy\": \"FillAll\",\n        \"codSettings\": {\n          \"isCodRequired\": \"<boolean>\",\n          \"codCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"codChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        },\n        \"notificationEmails\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"featureConstraints\": [\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          },\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          }\n        ]\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\",\n      \"details\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\",\n      \"details\": \"<string>\"\n    }\n  ]\n}"
    },
    {
      "name": "Request has missing or invalid parameters and cannot be parsed.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fba/outbound/2020-07-01/fulfillmentOrders?queryStartDate=<dateTime>&nextToken=<string>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fba",
            "outbound",
            "2020-07-01",
            "fulfillmentOrders"
          ],
          "query": [
            {
              "key": "queryStartDate",
              "value": "<dateTime>",
              "description": "A date used to select fulfillment orders that were last updated after (or at) a specified time. An update is defined as any change in fulfillment order status, including the creation of a new fulfillment order."
            },
            {
              "key": "nextToken",
              "value": "<string>",
              "description": "A string token returned in the response to your previous request."
            }
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        },
        {
          "key": "x-amzn-RateLimit-Limit",
          "value": "<string>",
          "description": {
            "content": "Your rate limit (requests per second) for this operation.",
            "type": "text/plain"
          }
        },
        {
          "key": "x-amzn-RequestId",
          "value": "<string>",
          "description": {
            "content": "Unique request reference identifier.",
            "type": "text/plain"
          }
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"payload\": {\n    \"nextToken\": \"<string>\",\n    \"fulfillmentOrders\": [\n      {\n        \"destinationAddress\": {\n          \"addressLine1\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"stateOrRegion\": \"<string>\",\n          \"name\": \"<string>\",\n          \"postalCode\": \"<string>\",\n          \"addressLine2\": \"<string>\",\n          \"addressLine3\": \"<string>\",\n          \"city\": \"<string>\",\n          \"districtOrCounty\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"displayableOrderComment\": \"<string>\",\n        \"displayableOrderDate\": \"<dateTime>\",\n        \"displayableOrderId\": \"<string>\",\n        \"fulfillmentOrderStatus\": \"Complete\",\n        \"marketplaceId\": \"<string>\",\n        \"receivedDate\": \"<dateTime>\",\n        \"sellerFulfillmentOrderId\": \"<string>\",\n        \"shippingSpeedCategory\": \"Priority\",\n        \"statusUpdatedDate\": \"<dateTime>\",\n        \"deliveryWindow\": {\n          \"endDate\": \"<dateTime>\",\n          \"startDate\": \"<dateTime>\"\n        },\n        \"fulfillmentAction\": \"Hold\",\n        \"fulfillmentPolicy\": \"FillOrKill\",\n        \"codSettings\": {\n          \"isCodRequired\": \"<boolean>\",\n          \"codCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"codChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        },\n        \"notificationEmails\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"featureConstraints\": [\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          },\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          }\n        ]\n      },\n      {\n        \"destinationAddress\": {\n          \"addressLine1\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"stateOrRegion\": \"<string>\",\n          \"name\": \"<string>\",\n          \"postalCode\": \"<string>\",\n          \"addressLine2\": \"<string>\",\n          \"addressLine3\": \"<string>\",\n          \"city\": \"<string>\",\n          \"districtOrCounty\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"displayableOrderComment\": \"<string>\",\n        \"displayableOrderDate\": \"<dateTime>\",\n        \"displayableOrderId\": \"<string>\",\n        \"fulfillmentOrderStatus\": \"Complete\",\n        \"marketplaceId\": \"<string>\",\n        \"receivedDate\": \"<dateTime>\",\n        \"sellerFulfillmentOrderId\": \"<string>\",\n        \"shippingSpeedCategory\": \"Expedited\",\n        \"statusUpdatedDate\": \"<dateTime>\",\n        \"deliveryWindow\": {\n          \"endDate\": \"<dateTime>\",\n          \"startDate\": \"<dateTime>\"\n        },\n        \"fulfillmentAction\": \"Ship\",\n        \"fulfillmentPolicy\": \"FillAll\",\n        \"codSettings\": {\n          \"isCodRequired\": \"<boolean>\",\n          \"codCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"codChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        },\n        \"notificationEmails\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"featureConstraints\": [\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          },\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          }\n        ]\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\",\n      \"details\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\",\n      \"details\": \"<string>\"\n    }\n  ]\n}"
    },
    {
      "name": "The request's Authorization header is not formatted correctly or does not contain a valid token.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fba/outbound/2020-07-01/fulfillmentOrders?queryStartDate=<dateTime>&nextToken=<string>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fba",
            "outbound",
            "2020-07-01",
            "fulfillmentOrders"
          ],
          "query": [
            {
              "key": "queryStartDate",
              "value": "<dateTime>",
              "description": "A date used to select fulfillment orders that were last updated after (or at) a specified time. An update is defined as any change in fulfillment order status, including the creation of a new fulfillment order."
            },
            {
              "key": "nextToken",
              "value": "<string>",
              "description": "A string token returned in the response to your previous request."
            }
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        },
        {
          "key": "x-amzn-RateLimit-Limit",
          "value": "<string>",
          "description": {
            "content": "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.",
            "type": "text/plain"
          }
        },
        {
          "key": "x-amzn-RequestId",
          "value": "<string>",
          "description": {
            "content": "Unique request reference identifier.",
            "type": "text/plain"
          }
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"payload\": {\n    \"nextToken\": \"<string>\",\n    \"fulfillmentOrders\": [\n      {\n        \"destinationAddress\": {\n          \"addressLine1\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"stateOrRegion\": \"<string>\",\n          \"name\": \"<string>\",\n          \"postalCode\": \"<string>\",\n          \"addressLine2\": \"<string>\",\n          \"addressLine3\": \"<string>\",\n          \"city\": \"<string>\",\n          \"districtOrCounty\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"displayableOrderComment\": \"<string>\",\n        \"displayableOrderDate\": \"<dateTime>\",\n        \"displayableOrderId\": \"<string>\",\n        \"fulfillmentOrderStatus\": \"Complete\",\n        \"marketplaceId\": \"<string>\",\n        \"receivedDate\": \"<dateTime>\",\n        \"sellerFulfillmentOrderId\": \"<string>\",\n        \"shippingSpeedCategory\": \"Priority\",\n        \"statusUpdatedDate\": \"<dateTime>\",\n        \"deliveryWindow\": {\n          \"endDate\": \"<dateTime>\",\n          \"startDate\": \"<dateTime>\"\n        },\n        \"fulfillmentAction\": \"Hold\",\n        \"fulfillmentPolicy\": \"FillOrKill\",\n        \"codSettings\": {\n          \"isCodRequired\": \"<boolean>\",\n          \"codCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"codChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        },\n        \"notificationEmails\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"featureConstraints\": [\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          },\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          }\n        ]\n      },\n      {\n        \"destinationAddress\": {\n          \"addressLine1\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"stateOrRegion\": \"<string>\",\n          \"name\": \"<string>\",\n          \"postalCode\": \"<string>\",\n          \"addressLine2\": \"<string>\",\n          \"addressLine3\": \"<string>\",\n          \"city\": \"<string>\",\n          \"districtOrCounty\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"displayableOrderComment\": \"<string>\",\n        \"displayableOrderDate\": \"<dateTime>\",\n        \"displayableOrderId\": \"<string>\",\n        \"fulfillmentOrderStatus\": \"Complete\",\n        \"marketplaceId\": \"<string>\",\n        \"receivedDate\": \"<dateTime>\",\n        \"sellerFulfillmentOrderId\": \"<string>\",\n        \"shippingSpeedCategory\": \"Expedited\",\n        \"statusUpdatedDate\": \"<dateTime>\",\n        \"deliveryWindow\": {\n          \"endDate\": \"<dateTime>\",\n          \"startDate\": \"<dateTime>\"\n        },\n        \"fulfillmentAction\": \"Ship\",\n        \"fulfillmentPolicy\": \"FillAll\",\n        \"codSettings\": {\n          \"isCodRequired\": \"<boolean>\",\n          \"codCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"codChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        },\n        \"notificationEmails\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"featureConstraints\": [\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          },\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          }\n        ]\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\",\n      \"details\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\",\n      \"details\": \"<string>\"\n    }\n  ]\n}"
    },
    {
      "name": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fba/outbound/2020-07-01/fulfillmentOrders?queryStartDate=<dateTime>&nextToken=<string>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fba",
            "outbound",
            "2020-07-01",
            "fulfillmentOrders"
          ],
          "query": [
            {
              "key": "queryStartDate",
              "value": "<dateTime>",
              "description": "A date used to select fulfillment orders that were last updated after (or at) a specified time. An update is defined as any change in fulfillment order status, including the creation of a new fulfillment order."
            },
            {
              "key": "nextToken",
              "value": "<string>",
              "description": "A string token returned in the response to your previous request."
            }
          ]
        }
      },
      "status": "Forbidden",
      "code": 403,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        },
        {
          "key": "x-amzn-RequestId",
          "value": "<string>",
          "description": {
            "content": "Unique request reference identifier.",
            "type": "text/plain"
          }
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"payload\": {\n    \"nextToken\": \"<string>\",\n    \"fulfillmentOrders\": [\n      {\n        \"destinationAddress\": {\n          \"addressLine1\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"stateOrRegion\": \"<string>\",\n          \"name\": \"<string>\",\n          \"postalCode\": \"<string>\",\n          \"addressLine2\": \"<string>\",\n          \"addressLine3\": \"<string>\",\n          \"city\": \"<string>\",\n          \"districtOrCounty\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"displayableOrderComment\": \"<string>\",\n        \"displayableOrderDate\": \"<dateTime>\",\n        \"displayableOrderId\": \"<string>\",\n        \"fulfillmentOrderStatus\": \"Complete\",\n        \"marketplaceId\": \"<string>\",\n        \"receivedDate\": \"<dateTime>\",\n        \"sellerFulfillmentOrderId\": \"<string>\",\n        \"shippingSpeedCategory\": \"Priority\",\n        \"statusUpdatedDate\": \"<dateTime>\",\n        \"deliveryWindow\": {\n          \"endDate\": \"<dateTime>\",\n          \"startDate\": \"<dateTime>\"\n        },\n        \"fulfillmentAction\": \"Hold\",\n        \"fulfillmentPolicy\": \"FillOrKill\",\n        \"codSettings\": {\n          \"isCodRequired\": \"<boolean>\",\n          \"codCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"codChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        },\n        \"notificationEmails\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"featureConstraints\": [\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          },\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          }\n        ]\n      },\n      {\n        \"destinationAddress\": {\n          \"addressLine1\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"stateOrRegion\": \"<string>\",\n          \"name\": \"<string>\",\n          \"postalCode\": \"<string>\",\n          \"addressLine2\": \"<string>\",\n          \"addressLine3\": \"<string>\",\n          \"city\": \"<string>\",\n          \"districtOrCounty\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"displayableOrderComment\": \"<string>\",\n        \"displayableOrderDate\": \"<dateTime>\",\n        \"displayableOrderId\": \"<string>\",\n        \"fulfillmentOrderStatus\": \"Complete\",\n        \"marketplaceId\": \"<string>\",\n        \"receivedDate\": \"<dateTime>\",\n        \"sellerFulfillmentOrderId\": \"<string>\",\n        \"shippingSpeedCategory\": \"Expedited\",\n        \"statusUpdatedDate\": \"<dateTime>\",\n        \"deliveryWindow\": {\n          \"endDate\": \"<dateTime>\",\n          \"startDate\": \"<dateTime>\"\n        },\n        \"fulfillmentAction\": \"Ship\",\n        \"fulfillmentPolicy\": \"FillAll\",\n        \"codSettings\": {\n          \"isCodRequired\": \"<boolean>\",\n          \"codCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"codChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        },\n        \"notificationEmails\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"featureConstraints\": [\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          },\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          }\n        ]\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\",\n      \"details\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\",\n      \"details\": \"<string>\"\n    }\n  ]\n}"
    },
    {
      "name": "The specified resource does not exist.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fba/outbound/2020-07-01/fulfillmentOrders?queryStartDate=<dateTime>&nextToken=<string>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fba",
            "outbound",
            "2020-07-01",
            "fulfillmentOrders"
          ],
          "query": [
            {
              "key": "queryStartDate",
              "value": "<dateTime>",
              "description": "A date used to select fulfillment orders that were last updated after (or at) a specified time. An update is defined as any change in fulfillment order status, including the creation of a new fulfillment order."
            },
            {
              "key": "nextToken",
              "value": "<string>",
              "description": "A string token returned in the response to your previous request."
            }
          ]
        }
      },
      "status": "Not Found",
      "code": 404,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        },
        {
          "key": "x-amzn-RateLimit-Limit",
          "value": "<string>",
          "description": {
            "content": "Your rate limit (requests per second) for this operation.",
            "type": "text/plain"
          }
        },
        {
          "key": "x-amzn-RequestId",
          "value": "<string>",
          "description": {
            "content": "Unique request reference identifier.",
            "type": "text/plain"
          }
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"payload\": {\n    \"nextToken\": \"<string>\",\n    \"fulfillmentOrders\": [\n      {\n        \"destinationAddress\": {\n          \"addressLine1\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"stateOrRegion\": \"<string>\",\n          \"name\": \"<string>\",\n          \"postalCode\": \"<string>\",\n          \"addressLine2\": \"<string>\",\n          \"addressLine3\": \"<string>\",\n          \"city\": \"<string>\",\n          \"districtOrCounty\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"displayableOrderComment\": \"<string>\",\n        \"displayableOrderDate\": \"<dateTime>\",\n        \"displayableOrderId\": \"<string>\",\n        \"fulfillmentOrderStatus\": \"Complete\",\n        \"marketplaceId\": \"<string>\",\n        \"receivedDate\": \"<dateTime>\",\n        \"sellerFulfillmentOrderId\": \"<string>\",\n        \"shippingSpeedCategory\": \"Priority\",\n        \"statusUpdatedDate\": \"<dateTime>\",\n        \"deliveryWindow\": {\n          \"endDate\": \"<dateTime>\",\n          \"startDate\": \"<dateTime>\"\n        },\n        \"fulfillmentAction\": \"Hold\",\n        \"fulfillmentPolicy\": \"FillOrKill\",\n        \"codSettings\": {\n          \"isCodRequired\": \"<boolean>\",\n          \"codCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"codChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        },\n        \"notificationEmails\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"featureConstraints\": [\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          },\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          }\n        ]\n      },\n      {\n        \"destinationAddress\": {\n          \"addressLine1\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"stateOrRegion\": \"<string>\",\n          \"name\": \"<string>\",\n          \"postalCode\": \"<string>\",\n          \"addressLine2\": \"<string>\",\n          \"addressLine3\": \"<string>\",\n          \"city\": \"<string>\",\n          \"districtOrCounty\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"displayableOrderComment\": \"<string>\",\n        \"displayableOrderDate\": \"<dateTime>\",\n        \"displayableOrderId\": \"<string>\",\n        \"fulfillmentOrderStatus\": \"Complete\",\n        \"marketplaceId\": \"<string>\",\n        \"receivedDate\": \"<dateTime>\",\n        \"sellerFulfillmentOrderId\": \"<string>\",\n        \"shippingSpeedCategory\": \"Expedited\",\n        \"statusUpdatedDate\": \"<dateTime>\",\n        \"deliveryWindow\": {\n          \"endDate\": \"<dateTime>\",\n          \"startDate\": \"<dateTime>\"\n        },\n        \"fulfillmentAction\": \"Ship\",\n        \"fulfillmentPolicy\": \"FillAll\",\n        \"codSettings\": {\n          \"isCodRequired\": \"<boolean>\",\n          \"codCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"codChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        },\n        \"notificationEmails\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"featureConstraints\": [\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          },\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          }\n        ]\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\",\n      \"details\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\",\n      \"details\": \"<string>\"\n    }\n  ]\n}"
    },
    {
      "name": "The frequency of requests was greater than allowed.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fba/outbound/2020-07-01/fulfillmentOrders?queryStartDate=<dateTime>&nextToken=<string>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fba",
            "outbound",
            "2020-07-01",
            "fulfillmentOrders"
          ],
          "query": [
            {
              "key": "queryStartDate",
              "value": "<dateTime>",
              "description": "A date used to select fulfillment orders that were last updated after (or at) a specified time. An update is defined as any change in fulfillment order status, including the creation of a new fulfillment order."
            },
            {
              "key": "nextToken",
              "value": "<string>",
              "description": "A string token returned in the response to your previous request."
            }
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        },
        {
          "key": "x-amzn-RateLimit-Limit",
          "value": "<string>",
          "description": {
            "content": "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.",
            "type": "text/plain"
          }
        },
        {
          "key": "x-amzn-RequestId",
          "value": "<string>",
          "description": {
            "content": "Unique request reference identifier.",
            "type": "text/plain"
          }
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"payload\": {\n    \"nextToken\": \"<string>\",\n    \"fulfillmentOrders\": [\n      {\n        \"destinationAddress\": {\n          \"addressLine1\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"stateOrRegion\": \"<string>\",\n          \"name\": \"<string>\",\n          \"postalCode\": \"<string>\",\n          \"addressLine2\": \"<string>\",\n          \"addressLine3\": \"<string>\",\n          \"city\": \"<string>\",\n          \"districtOrCounty\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"displayableOrderComment\": \"<string>\",\n        \"displayableOrderDate\": \"<dateTime>\",\n        \"displayableOrderId\": \"<string>\",\n        \"fulfillmentOrderStatus\": \"Complete\",\n        \"marketplaceId\": \"<string>\",\n        \"receivedDate\": \"<dateTime>\",\n        \"sellerFulfillmentOrderId\": \"<string>\",\n        \"shippingSpeedCategory\": \"Priority\",\n        \"statusUpdatedDate\": \"<dateTime>\",\n        \"deliveryWindow\": {\n          \"endDate\": \"<dateTime>\",\n          \"startDate\": \"<dateTime>\"\n        },\n        \"fulfillmentAction\": \"Hold\",\n        \"fulfillmentPolicy\": \"FillOrKill\",\n        \"codSettings\": {\n          \"isCodRequired\": \"<boolean>\",\n          \"codCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"codChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        },\n        \"notificationEmails\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"featureConstraints\": [\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          },\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          }\n        ]\n      },\n      {\n        \"destinationAddress\": {\n          \"addressLine1\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"stateOrRegion\": \"<string>\",\n          \"name\": \"<string>\",\n          \"postalCode\": \"<string>\",\n          \"addressLine2\": \"<string>\",\n          \"addressLine3\": \"<string>\",\n          \"city\": \"<string>\",\n          \"districtOrCounty\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"displayableOrderComment\": \"<string>\",\n        \"displayableOrderDate\": \"<dateTime>\",\n        \"displayableOrderId\": \"<string>\",\n        \"fulfillmentOrderStatus\": \"Complete\",\n        \"marketplaceId\": \"<string>\",\n        \"receivedDate\": \"<dateTime>\",\n        \"sellerFulfillmentOrderId\": \"<string>\",\n        \"shippingSpeedCategory\": \"Expedited\",\n        \"statusUpdatedDate\": \"<dateTime>\",\n        \"deliveryWindow\": {\n          \"endDate\": \"<dateTime>\",\n          \"startDate\": \"<dateTime>\"\n        },\n        \"fulfillmentAction\": \"Ship\",\n        \"fulfillmentPolicy\": \"FillAll\",\n        \"codSettings\": {\n          \"isCodRequired\": \"<boolean>\",\n          \"codCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"codChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        },\n        \"notificationEmails\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"featureConstraints\": [\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          },\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          }\n        ]\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\",\n      \"details\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\",\n      \"details\": \"<string>\"\n    }\n  ]\n}"
    },
    {
      "name": "An unexpected condition occurred that prevented the server from fulfilling the request.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fba/outbound/2020-07-01/fulfillmentOrders?queryStartDate=<dateTime>&nextToken=<string>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fba",
            "outbound",
            "2020-07-01",
            "fulfillmentOrders"
          ],
          "query": [
            {
              "key": "queryStartDate",
              "value": "<dateTime>",
              "description": "A date used to select fulfillment orders that were last updated after (or at) a specified time. An update is defined as any change in fulfillment order status, including the creation of a new fulfillment order."
            },
            {
              "key": "nextToken",
              "value": "<string>",
              "description": "A string token returned in the response to your previous request."
            }
          ]
        }
      },
      "status": "Internal Server Error",
      "code": 500,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        },
        {
          "key": "x-amzn-RateLimit-Limit",
          "value": "<string>",
          "description": {
            "content": "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.",
            "type": "text/plain"
          }
        },
        {
          "key": "x-amzn-RequestId",
          "value": "<string>",
          "description": {
            "content": "Unique request reference identifier.",
            "type": "text/plain"
          }
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"payload\": {\n    \"nextToken\": \"<string>\",\n    \"fulfillmentOrders\": [\n      {\n        \"destinationAddress\": {\n          \"addressLine1\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"stateOrRegion\": \"<string>\",\n          \"name\": \"<string>\",\n          \"postalCode\": \"<string>\",\n          \"addressLine2\": \"<string>\",\n          \"addressLine3\": \"<string>\",\n          \"city\": \"<string>\",\n          \"districtOrCounty\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"displayableOrderComment\": \"<string>\",\n        \"displayableOrderDate\": \"<dateTime>\",\n        \"displayableOrderId\": \"<string>\",\n        \"fulfillmentOrderStatus\": \"Complete\",\n        \"marketplaceId\": \"<string>\",\n        \"receivedDate\": \"<dateTime>\",\n        \"sellerFulfillmentOrderId\": \"<string>\",\n        \"shippingSpeedCategory\": \"Priority\",\n        \"statusUpdatedDate\": \"<dateTime>\",\n        \"deliveryWindow\": {\n          \"endDate\": \"<dateTime>\",\n          \"startDate\": \"<dateTime>\"\n        },\n        \"fulfillmentAction\": \"Hold\",\n        \"fulfillmentPolicy\": \"FillOrKill\",\n        \"codSettings\": {\n          \"isCodRequired\": \"<boolean>\",\n          \"codCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"codChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        },\n        \"notificationEmails\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"featureConstraints\": [\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          },\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          }\n        ]\n      },\n      {\n        \"destinationAddress\": {\n          \"addressLine1\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"stateOrRegion\": \"<string>\",\n          \"name\": \"<string>\",\n          \"postalCode\": \"<string>\",\n          \"addressLine2\": \"<string>\",\n          \"addressLine3\": \"<string>\",\n          \"city\": \"<string>\",\n          \"districtOrCounty\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"displayableOrderComment\": \"<string>\",\n        \"displayableOrderDate\": \"<dateTime>\",\n        \"displayableOrderId\": \"<string>\",\n        \"fulfillmentOrderStatus\": \"Complete\",\n        \"marketplaceId\": \"<string>\",\n        \"receivedDate\": \"<dateTime>\",\n        \"sellerFulfillmentOrderId\": \"<string>\",\n        \"shippingSpeedCategory\": \"Expedited\",\n        \"statusUpdatedDate\": \"<dateTime>\",\n        \"deliveryWindow\": {\n          \"endDate\": \"<dateTime>\",\n          \"startDate\": \"<dateTime>\"\n        },\n        \"fulfillmentAction\": \"Ship\",\n        \"fulfillmentPolicy\": \"FillAll\",\n        \"codSettings\": {\n          \"isCodRequired\": \"<boolean>\",\n          \"codCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"codChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        },\n        \"notificationEmails\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"featureConstraints\": [\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          },\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          }\n        ]\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\",\n      \"details\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\",\n      \"details\": \"<string>\"\n    }\n  ]\n}"
    },
    {
      "name": "Temporary overloading or maintenance of the server.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fba/outbound/2020-07-01/fulfillmentOrders?queryStartDate=<dateTime>&nextToken=<string>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fba",
            "outbound",
            "2020-07-01",
            "fulfillmentOrders"
          ],
          "query": [
            {
              "key": "queryStartDate",
              "value": "<dateTime>",
              "description": "A date used to select fulfillment orders that were last updated after (or at) a specified time. An update is defined as any change in fulfillment order status, including the creation of a new fulfillment order."
            },
            {
              "key": "nextToken",
              "value": "<string>",
              "description": "A string token returned in the response to your previous request."
            }
          ]
        }
      },
      "status": "Service Unavailable",
      "code": 503,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        },
        {
          "key": "x-amzn-RateLimit-Limit",
          "value": "<string>",
          "description": {
            "content": "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.",
            "type": "text/plain"
          }
        },
        {
          "key": "x-amzn-RequestId",
          "value": "<string>",
          "description": {
            "content": "Unique request reference identifier.",
            "type": "text/plain"
          }
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"payload\": {\n    \"nextToken\": \"<string>\",\n    \"fulfillmentOrders\": [\n      {\n        \"destinationAddress\": {\n          \"addressLine1\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"stateOrRegion\": \"<string>\",\n          \"name\": \"<string>\",\n          \"postalCode\": \"<string>\",\n          \"addressLine2\": \"<string>\",\n          \"addressLine3\": \"<string>\",\n          \"city\": \"<string>\",\n          \"districtOrCounty\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"displayableOrderComment\": \"<string>\",\n        \"displayableOrderDate\": \"<dateTime>\",\n        \"displayableOrderId\": \"<string>\",\n        \"fulfillmentOrderStatus\": \"Complete\",\n        \"marketplaceId\": \"<string>\",\n        \"receivedDate\": \"<dateTime>\",\n        \"sellerFulfillmentOrderId\": \"<string>\",\n        \"shippingSpeedCategory\": \"Priority\",\n        \"statusUpdatedDate\": \"<dateTime>\",\n        \"deliveryWindow\": {\n          \"endDate\": \"<dateTime>\",\n          \"startDate\": \"<dateTime>\"\n        },\n        \"fulfillmentAction\": \"Hold\",\n        \"fulfillmentPolicy\": \"FillOrKill\",\n        \"codSettings\": {\n          \"isCodRequired\": \"<boolean>\",\n          \"codCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"codChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        },\n        \"notificationEmails\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"featureConstraints\": [\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          },\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          }\n        ]\n      },\n      {\n        \"destinationAddress\": {\n          \"addressLine1\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"stateOrRegion\": \"<string>\",\n          \"name\": \"<string>\",\n          \"postalCode\": \"<string>\",\n          \"addressLine2\": \"<string>\",\n          \"addressLine3\": \"<string>\",\n          \"city\": \"<string>\",\n          \"districtOrCounty\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"displayableOrderComment\": \"<string>\",\n        \"displayableOrderDate\": \"<dateTime>\",\n        \"displayableOrderId\": \"<string>\",\n        \"fulfillmentOrderStatus\": \"Complete\",\n        \"marketplaceId\": \"<string>\",\n        \"receivedDate\": \"<dateTime>\",\n        \"sellerFulfillmentOrderId\": \"<string>\",\n        \"shippingSpeedCategory\": \"Expedited\",\n        \"statusUpdatedDate\": \"<dateTime>\",\n        \"deliveryWindow\": {\n          \"endDate\": \"<dateTime>\",\n          \"startDate\": \"<dateTime>\"\n        },\n        \"fulfillmentAction\": \"Ship\",\n        \"fulfillmentPolicy\": \"FillAll\",\n        \"codSettings\": {\n          \"isCodRequired\": \"<boolean>\",\n          \"codCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"codChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingCharge\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shippingChargeTax\": {\n            \"currencyCode\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        },\n        \"notificationEmails\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"featureConstraints\": [\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          },\n          {\n            \"featureName\": \"<string>\",\n            \"featureFulfillmentPolicy\": \"NotRequired\"\n          }\n        ]\n      }\n    ]\n  },\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\",\n      \"details\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\",\n      \"details\": \"<string>\"\n    }\n  ]\n}"
    }
  ]
}