Feature Pack 4Feature Pack 5Feature Pack 6

ClientLocationHandler

This class provides RESTful services to create and retrieve client location data. It uses ClientLocation noun.

Method Name HTTP Method URL Query Params Description Authentication Example
createClientLocation POST store/{storeId}/clientLocation/ responseFormat={responseFormat} Create a client location. Yes,HTTPS Sample
retrieveClientLocationById GET store/{storeId}/clientLocation/{clientLocationId} responseFormat={responseFormat} Retrieve a client locatoin by client location Id. Yes,HTTPS Sample