Associate Ids

An associate id is a short secure alias for the main id of an object stored in the database.

Below is an sample associate id of an invoice/order.

INV-f2f135

It has two parts, the associateId type which in this case is INV indicating an invoice; and the partialAssociateId which are the 6-digits after the hyphen -.

Last updated