Customers
Retrieves all customers for the specified store.
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
The ID of the store to retrieve customers for.
411486491630370816The maximum number of items to return in a single request.
Returns items after the specified ID. Used for forward pagination through results.
411486491630370816Returns items before the specified ID. Used for backward pagination through results.
411486491630370816Determines the sort order of returned items. When true, items are returned in ascending order. When false, items are returned in descending order.
OK
Error response
Creates a new customer based on the fields passed.
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
The ID of the store to create the customer for.
411486491630370816A 64-bit Steam account identifier. Accepts string or numeric format.
76561197960287930The Minecraft UUID for the customer.
The Xbox XUID (Xbox User ID) for the customer.
The name of the customer.
Additional customer information stored as key-value pairs.
OK
Error response
Retrieves a customer by the ID for the specified store.
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
The ID of the store to retrieve the customer for.
411486491630370816The ID of the customer.
411486491630370816OK
Error response
Updates an existing customer based on the fields passed.
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
The ID of the store to update the customer for.
411486491630370816411486491630370816A 64-bit Steam account identifier. Accepts string or numeric format.
76561197960287930The Minecraft UUID for the customer.
The Xbox XUID (Xbox User ID) for the customer.
The name of the customer.
Additional customer information stored as key-value pairs.
OK
Error response
Generates a customer token that can be used by the Storefront (Headless) API.
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
The ID of the store to generate the customer token for.
411486491630370816The ID of the customer to generate the customer token for.
411486491630370816OK
Error response
Invalidates all generated customer tokens.
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
The ID of the store to invalidate the customer tokens for.
411486491630370816The ID of the customer to invalidate the customer tokens for.
411486491630370816No Content
Error response
No content
Looks up a customer by an external platform ID.
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
The ID of the store to retrieve the customer for.
411486491630370816Looks up customer by PayNow Customer ID.
A 64-bit Steam account identifier. Accepts string or numeric format.
76561197960287930Looks up customer by a Minecraft UUID.
Looks up customer by an Xbox XUID.
Looks up customer by Minecraft Java name.
Looks up customer by Minecraft Bedrock name.
Looks up customer by a PayNow Customer Name. Name has to be explicitly set in the Customer entity - profile names won't be matched.
OK
Error response
Creates up to 200 customers at once.
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
The ID of the store to create the customers for.
411486491630370816A 64-bit Steam account identifier. Accepts string or numeric format.
76561197960287930The Minecraft UUID for the customer.
The Xbox XUID (Xbox User ID) for the customer.
The name of the customer.
Additional customer information stored as key-value pairs.
OK
Error response
Last updated
Was this helpful?
