Incrementors
An incrementor is used to add an atomically incremented number to your object IDs. For example, "aprefix-{myIncrementorID}", will yield an order ID of aprefix-10010.
Incrementors.List
Get a list of incrementors.
get
v1/incrementors
Incrementors.Create
Create a new incrementor.
post
v1/incrementors
Incrementors.Get
Get a single incrementor.
get
v1/incrementors/{incrementorID}
Incrementors.Save
Create or update an incrementor.
put
v1/incrementors/{incrementorID}
Incrementors.Delete
Delete an incrementor.
delete
v1/incrementors/{incrementorID}
Incrementors.Patch
Partially update an incrementor.
patch
v1/incrementors/{incrementorID}