{
  "data": {
    "storeId": 12345,
    "storeName": "WooCommerce Store",
    "marketplaceId": 36,
    "marketplaceName": "WooCommerce",
    "accountName": null,
    "email": null,
    "integrationUrl": "http://shipstation-test.wpengine.com",
    "active": true,
    "companyName": "",
    "phone": "",
    "publicEmail": "",
    "website": "",
    "refreshDate": "2014-12-16T17:47:05.457",
    "lastRefreshAttempt": "2014-12-16T09:47:05.457",
    "createDate": "2014-11-06T15:21:13.223",
    "modifyDate": "2014-11-10T08:02:19.117",
    "autoRefresh": true,
    "statusMappings": [
      {
        "orderStatus": "awaiting_payment",
        "statusKey": "Pending"
      },
      {
        "orderStatus": "awaiting_shipment",
        "statusKey": "Processing"
      },
      {
        "orderStatus": "shipped",
        "statusKey": "Completed"
      },
      {
        "orderStatus": "cancelled",
        "statusKey": "Cancelled"
      },
      {
        "orderStatus": "on_hold",
        "statusKey": "On-hold"
      }
    ]
  }
}