Hi,
I was trying to get details like 'billing details', 'email address' of a customer using API but cannot see that in the response I get. Response is returning basic informations like 'first name', 'last name', 'customerID' etc.
Thanks!
Hi,
I was trying to get details like 'billing details', 'email address' of a customer using API but cannot see that in the response I get. Response is returning basic informations like 'first name', 'last name', 'customerID' etc.
Thanks!
Use the REST api GetCustomer to retrieve these details.
You will need to specify the 'expand' parameter. For example:
I have a similar question. I am using the expand parameter to expand customers, but within customer in the response the address is always null. Do i need to expand addresses also?
1 Person is following this question.