Assigning Custom Fields to Users/Items/Orders

 

As the name suggests, custom fields are fields that are created by the developer and assigned to entities such as Users, Orders, and Items in the Arcadier system.

 

The aim is to add extra properties deemed necessary for the developer’s customizations to work.

 

Custom Fields APIs:

  1. Create the field using the Create Custom Field API

       a. Can be assigned to Users, Items, or Orders. See how here.
  2. Assign a value to a User Custom Field

       a. Use the Update User API to do that. See the sample request body.
  3. Assign a value to a Item Custom Field

       a. Use the Edit Item API to do that. See the sample request body.
  4. Assign a value to a Order Custom Field

       a. Use the Edit Order API or Edit Many Orders API to do that. See the sample request body.