Customers
XtraKit's Customer API allows you to programmatically handle customers data. Customers management may be easily integrated into your applications by using it to retrieve, add, or manage customers.
Last updated
XtraKit's Customer API allows you to programmatically handle customers data. Customers management may be easily integrated into your applications by using it to retrieve, add, or manage customers.
Last updated
List Customers GET
Retrieve a list of all customers and you can also filter your results.
Fetch Customer GET
Retrieve a specific customer using the customer id. To retrieve complete customer details.
Add Customer POST
Allows you to add a new customer record.
Edit Customer PUT
Modify an existing customer's information. In an unfinalized customer, this endpoint can be used to change customer name, customer phone, or customer email'
List Customer Group GET
Retrieve a list of all customer groups and you can also filter your results.
Fetch Customer Group GET
Retrieve a specific customer group using the group id. To retrieve complete group details.
Add Customer Group POST
Allows you to add a new customer group record.
Edit Customer Group PUT
Modify an existing customer group's information. In an unfinalized customer group, this endpoint can be used to change group name and group description.