3d Cart Web API/v1-Customers
Number of APIs: 3
-
Get all Customers GET {{baseUrl}}/3dCartWebAPI/v1/Customers?limit=<integer>&offset=<integer>&email=<string>&firstname=<string>&lastname=<string>&country=<string>&state=<string>&city=<string>&phone=<string>&countonly=<integer>&lastupdatestart=<string>&lastupdateend=<string>
-
This method is used to update a single customer record in the database. The {id} parameter specifies which customer record to update. PUT {{baseUrl}}/3dCartWebAPI/v1/Customers/:customerid
-
Get a Customer GET {{baseUrl}}/3dCartWebAPI/v1/Customers/:id