Skip to content

Customer Sale Update Sent

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

Beans_Customer_Sale_Update_Sent

Update the sent status of a sale. This is useful if you want to only update a single attribute without having to re-create or update the entire sale ( i.e. to mark it as sent ).


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_Sale to update.

  • sent (optional) STRING - The sent status of the sale: 'email', 'print', 'both', or NULL


Returns

  • sale OBJECT - The updated Beans_Customer_Sale.
Clone this wiki locally