×
Community Blog Alibaba Cloud International Marketplace Sub-account Permission Configuration

Alibaba Cloud International Marketplace Sub-account Permission Configuration

This article provides a guide on configuring sub-account permissions using custom policies in Alibaba Cloud's RAM console for managing various operations within the International Marketplace.

By ISV Team

Permission Policy Configuration

1.  Use the primary account to log in to the RAM console https://ram.console.aliyun.com/policies

1

2.  Click Create Permission Policy and use the script to edit

2

3.  Fill in basic information and confirm

3

Permission Policy Scripts and Their Uses

Marketplace Product Management Query_Operation

{
    "Version": "1",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "acmm:QueryCommodity",
                "acmm:UpdateCommodity"
            ],
            "Resource": "*"
        }
    ]
}

Marketplace Store Operation

{
    "Version": "1",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": "acmm:OperationShop",
            "Resource": "*"
        }
    ]
}

Marketplace Cosell Query_Operation

{
    "Version": "1",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "acmm:QueryCosell",
                "acmm:OperationCosell"
            ],
            "Resource": "*"
        }
    ]
}

Marketplace Delivery Order Query

{
    "Version": "1",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": "acmm:QueryDelivery",
            "Resource": "*"
        }
    ]
}

Marketplace Discount Function Query_Operation

{
    "Version": "1",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "acmm:AddPromation",
                "acmm:QueryPromation"
            ],
            "Resource": "*"
        }
    ]
}

Marketplace Order Query

{
    "Version": "1",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": "acmm:QueryOrders",
            "Resource": "*"
        }
    ]
}

Marketplace SPI Test Operation

{
    "Version": "1",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": "acmm:OperationSPITest",
            "Resource": "*"
        }
    ]
}

Marketplace Private Offer Operation_Query

Private offer needs to add UID whitelist to display the menu [dataId = "intl.market.commodity:private_offer", groupId = "intl-commodity"]

{
    "Version": "1",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "acmm:OperationPrivateOffer",
                "acmm:QueryPrivateOffer"
            ],
            "Resource": "*"
        }
    ]
}

All permissions of the Marketplace msp backend

{
    "Version": "1",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": ["acmm:*"],
            "Resource": "*"
        }
    ]
}

User Permission Configuration

1.  The main account opens the user RAM console and clicks Add Permissions https://ram.console.aliyun.com/users

4

2.  Select the required custom policy and click Grant permissions to authorize

5

0 1 0
Share on

Alibaba Cloud Community

1,140 posts | 355 followers

You may also like

Comments