Skip to content
Sean Callan edited this page Jun 9, 2020 · 1 revision

Beans_Customer_Lookup

Look up a customer.


Parameters

  • auth_uid (required) INTEGER - The ID for your API key.

  • auth_key (required) STRING - The API key.

  • auth_expiration (required) INTEGER - Unique ID tied to your key; changes if you reset your key.

  • id (required) INTEGER - The ID of the Beans_Customer to retrieve.


Returns

  • account OBJECT - The Beans_Customer that was requested.

  • sales ARRAY - The Beans_Customer_Sale objects tied to this customer.

Clone this wiki locally