Merchant Settings
Merchant settings consists of configurable data that is associated with your store. They can be used to define the store prefix for merchant settings, as well as configure your store authentication options, which are linked through the realm ID. Only one merchant setting exists per store.
Merchant Settings object
Attribute | Type | Description |
---|---|---|
id | string | The unique identifier for this merchant settings. |
prefix | string | The store prefix with which this merchant settings is associated. 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"
}
}