get https://{host}/v1.1/store/get
Returns all the details of a store based on the store's id or external_id passed.
NotePass either
idorexternal_idof the store is required.
Request query parameters
| Parameter Name | Data Type | Description |
|---|---|---|
| id | Long | This is a unique store id generated by Capillary. Returns the details of the specific store based on the store id passed |
| external_id | String | Returns the store details based on the external_id passed. External id is also a unique id for the store |
