Skip to content

Vendor Purchase Update Address

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

Beans_Vendor_Purchase_Update_Address

Update the address information on a purchase. This is useful if you want to only update a single attribute without having to re-create or update the entire purchase.


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

  • remit_address_id (optional) INTEGER - The ID of the Beans_Vendor_Address to assign for the remit address.

  • shipping_address_id (optional) INTEGER - The ID of the Beans_Vendor_Address_Shipping to assign for the shipping address.


Returns

  • purchase OBJECT - The updated Beans_Vendor_Purchase.
Clone this wiki locally