Autoship
list.json
method: GET
secured: true
url: /v1/autoship/list.json
Returns a list of all active autoships
If sucessfull you will see a response like this:
{
"autoships": [
{
"Id": 22444,
"ShipOn": 12,
"FormattedShipOn": "12th",
"ShipToName": "SPERSKE, JASON",
"TransactionDesc": "NeoLife Club Auto-Ship Order",
"ShipTo": {
"AddressPrimary": "3500 Gateway Blvd.",
"AddressSecondary": "",
"AddressTertiary": null,
"City": "FREMONT",
"Province": "CA",
"PostalCode": "94538-6584"
}
}
],
"success": true,
"error": null
}