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
List incrementors
get
v1/incrementors
Incrementors.Create
Create an incrementor
post
v1/incrementors
Incrementors.Get
Retrieve an 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}