OAuth2 Merchant Settings
OAuth2 Merchant Settings consists of OAuth2 configurations that are associated with the store. These can be used to define the prefix and authentication options for the store. The configurations are represented by a merchant realm mapping object. Only one merchant realm mapping exists per store.
Merchant Realm Mapping object
Attribute | Type | Description |
---|---|---|
id | string | The unique identifier for this merchant realm mapping. |
prefix | string | The store prefix that this merchant realm mapping is associated to. Can be null if the store name is not defined. |
realm_id | string | The URL of the OpenID Connect discovery document. |
store_id | string | System-generated store ID. |
type | string | The type represents the object being returned. |
{
"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"
}
}