Customers
Get return requests
GET http://localhost:59318/odata/v1/Customers(1)/ReturnRequestsGet email address
GET http://localhost:59318/odata/v1/Customers(1)?$select=EmailAssign billing and shipping address
PATCH http://localhost:59318/odata/v1/Customers(1)
{ "BillingAddressId": 86384, "ShippingAddressId": 86384 }Assign address with ID 10
POST http://localhost:59318/odata/v1/Customers(1)/Addresses(10)Last updated
Was this helpful?