Skip to content

Vendor Address Shipping Create

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

Beans_Vendor_Address_Shipping_Create

Create a new vendor shipping address.


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.

  • first_name (required) STRING -

  • last_name (required) STRING -

  • company_name (optional) STRING -

  • address1 (required) STRING -

  • address2 (optional) STRING -

  • city (required) STRING -

  • state (optional) STRING -

  • zip (required) STRING -

  • country (required) STRING -


Returns

  • address OBJECT - The resulting Beans_Vendor_Address_Shipping.
Clone this wiki locally