Back to Documentation
Customers
The Customer Object
Customers represent businesses or individuals you sell to. Storing their GSTIN enables automated tax determination.
POST
/v1/customersCreate a customer
Creates a new customer in your directory.
Parameters
namestringRequiredCustomer's full name.
emailstringCustomer's email address.
phonestringCustomer's phone number.
gstinstringCustomer's GSTIN.
statestringState code (e.g. '29').
GET
/v1/customersList customers
Retrieves a list of your customers.
GET
/v1/customers/:idRetrieve a customer
Retrieves the details of an existing customer.
PATCH
/v1/customers/:idUpdate a customer
Updates the specified customer. Only provided fields are updated.
Parameters
namestringCustomer's full name.
emailstringCustomer's email address.
gstinstringCustomer's GSTIN.
DELETE
/v1/customers/:idDelete a customer
Permanently deletes a customer.