Get customer by ID
Retrieve details of a single customer
GET
/rest-api/v1/customers/{id}
Response
{
success: boolean,
message: string,
customer: {
- id
- birthday
- shopifyCustomerId
- email
- points
- status
- createdAt
- updatedAt
}
}
Last updated