All Products
Search
Document Center

Compute Nest:CreateSupplierRegistration

Last Updated:Oct 22, 2025

Registers a service provider.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

computenestsupplier:CreateSupplierRegistration

create

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

Yes

The region ID.

cn-hangzhou

SupplierName

string

Yes

The name of the service provider.

A公司

SupplierNameEn

string

Yes

The English name of the service provider.

Alibaba Cloud

SupplierUrl

string

Yes

The supplier's address.

http://www.xxx.xxx.cn

SupplierDesc

string

Yes

The description of the service provider.

阿里云计算巢

SupplierLogo

string

No

The icon of the service provider.

http://example.aliyundoc.com/cover/34DB-4F4C-9373-003AA060****.png

ProductBusiness

string

No

The industry of the service provider's product.

AI

ProductDeliveryTypes

array

Yes

The delivery methods of the service provider's product. Valid values:

  • SaaS

  • License

  • API

  • DesktopSoftware

  • Others

string

No

The delivery method of the service provider's product. Valid values:

  • SaaS

  • License

  • API

  • DesktopSoftware

  • Others

License

ProductSellTypes

array

Yes

The sales models of the service provider's product. Valid values:

  • Direct: Direct sales

  • Channel: Channel sales

string

No

The sales model of the service provider's product. Valid values:

  • Direct: Direct sales

  • Channel: Channel sales

Direct

EnableResellerMode

boolean

No

Specifies whether to enable distribution.

true

ProductPublishTime

string

No

The launch date of the product.

2020.10.10

ProductAnnualRevenue

string

No

The annual revenue of the product.

1000万

ContactPerson

string

Yes

The contact person.

张三

ContactPersonTitle

string

Yes

The title of the contact person.

CTO

ContactNumber

string

Yes

The phone number of the contact person.

186xxxxxxxxx

ContactEmail

string

Yes

The email address of the contact person.

xxxx@xxx.com

Suggestion

string

No

The suggestions from the service provider.

ResellBusinessDesc

string

No

The description of the distribution business.

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

Id of the request

C4A145D8-xxxx-xxxx-xxxx-9730CDA27578

Examples

Success response

JSON format

{
  "RequestId": "C4A145D8-xxxx-xxxx-xxxx-9730CDA27578"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.