Skip to main content

Update a Merchant Realm Mapping

PUT 

/v2/merchant-realm-mappings/:mapping_id

Update a Merchant Realm Mapping

Request

Path Parameters

    mapping_id stringrequired

    The id of the Application Key.

Body

required
    data MerchantRealmMappingrequired
    prefix stringrequired

    The store prefix that is assigned to this merchant realm mapping. This can be null if a store prefix has not been assigned.

    type stringrequired

    Represents the type of object being returned. Always merchant-realm-mappings.

Responses

OK

Schema
    data objectrequired
    id uuid

    The unique identifier for this merchant realm mapping.

    prefix string

    The store prefix that is assigned to this merchant realm mapping. This can be null if a store prefix has not been assigned.

    type string

    Represents the type of object being returned. Always merchant-realm-mappings.

    realm_id string

    The ID of the authentication realm used to sign in as administrator.

    store_id string

    System-generated store ID.

Loading...