Look up Merchant Settings
GET
Merchant settings using lookup
This method does not require authentication. Merchant settings are located using store realm identifiers.
https://api.moltin.com/merchant-realm-mappings/lookup
Query Parameters:
Name | Required | Type | Description |
---|---|---|---|
store_id | Required | string | The system-generated store ID. |
realm_id | Required | string | The URL of the OpenID Connect discovery document. |
200 OK
{
"data": {
"id": "925c8617-41b3-44fa-ac4b-2f6edd1bd3c5",
"prefix": "mystore",
"realm_id": "e730bf37-ed95-4ca9-b4c4-2c5ee08b21d7",
"store_id": "88888888-4444-4333-8333-111111111111",
"type": "merchant-realm-mappings"
}
}
curl -X GET https://api.moltin.com/v2/merchant-realm-mappings?store_id=88888888-4444-4333-8333-111111111111&realm_id=e730bf37-ed95-4ca9-b4c4-2c5ee08b21d7