Skip to main content

Get Store By ID

Fetch the full record for a single store by its storeId.

When to Use

Use this endpoint when you:

  • Display one store's details
  • Verify a store's status, address, or contact info

How to Use

Endpoint
GET/v3/store/{storeId}

Step 1: Get the Store ID

Retrieve storeId from Get All Stores.

Step 2: Send the GET Request

Pass storeId as a path parameter — /v3/store/{storeId}.

Step 3: Read the Response

The item object contains the full store record.


Request Parameters

Pass storeId as a path parameter.


Response Parameters

itemARRAY

Array of store object

idSTRING

Store ID

Example: "6170506694335521334"

merchantSettlementIdSTRING

Linkage with payment settlement account

nameSTRING

Store Name

Example: "REVENUE MONSTER"

imageUrlSTRING

Image of your Store

Example: "https://storage.googleapis.com/rm-prod-asset/img/store.png"

addressLine1STRING

Store Address 1

Example: "B-5-30, 5th Floor, Block Bougainvillea,"

addressLine2STRING

Store Address 2

Example: "PJU 6A, Lebuhraya SPRINT, 10 Boulevard,"

postCodeSTRING

Postcode of store

Example: "55100"

citySTRING

City of store

Example: "Petaling Jaya"

stateSTRING

State of store

Example: "Selangor"

countrySTRING

Country of store

Example: "Malaysia"

countryCodeSTRING

Country code of store contact number

Example: "60"

phoneNumberSTRING

Phone number of store

Example: "377334080"

geoLocationOBJECT

Geo Location (latitude and longitude) of store

Example: {"Lat": 3.1349857, "Lng": 101.6136659 }

statusSTRING

Current status of store

Example: "ACTIVE"

createdAtDATETIME

Creation date time of store

Example: "2018-02-12T08:53:13Z"

updatedAtDATETIME

Last update date time of store

Example: "2018-02-12T08:53:13Z"

codeSTRING

Successfully call this endpoint. If fail, will return error code object (Refer Appendix 1: Error Codes)

Example: "SUCCESS"