EXPORT Buyers API Version 2
Updated on 2015-09-23
Current Version: 2
Deprecated Version: 1
Requests Allowed: POST/GET/SOAP
Summary:
This API allows you to export buyer details.
Resource/WSDL Page:
http://<your_domain_here>/api/2/export.asmx?op=Buyers
Parameters
api_key | Must be a valid API key (existing and Not expired) Example Values: Fo35NRAqvFLXoZxqB4aVMhh |
buyer_id Required Type: INTEGER Max Length: N/A | Buyer‘s CAKE Entity ID. 0 to export all Buyers |
account_status_id Required Type: INTEGER Max Length: N/A | Buyer status Use GET AccountStatuses API |
**Note all optional parameters still need to be passed through in the actual call. These parameters do not need a value (therefore you can use a null value).
Example Request:
GET |
Sample XML Response:
Example Error Messages:
Error Message | Likely Cause |
Invalid API Key | API Key does not exist or is expired |
Invalid Buyer ID | buyer_id is less than or equal to 0 or is greater than 0, but doesn’t match an existing Buyer ID in CAKE. |
Invalid Account Status | account_status_id is less than or equal to 0 or is greater than 0, but doesn’t match an existing status ID in CAKE. |