products.create
¶
Creates a new Product
in UCloud
Request | Response | Error |
---|---|---|
BulkRequest<Product> |
Unit |
CommonErrorMessage |
Only providers and UCloud administrators can create a Product
. When this endpoint is
invoked by a provider, then the provider field of the Product
must match the invoking user.
The Product
will become ready and visible in UCloud immediately after invoking this call.
If no Product
has been created in this category before, then this category will be created.
📝 NOTE: Most properties of a ProductCategory
are immutable and must not be changed.
As a result, you cannot create a new Product
later with different category properties.
If the Product
already exists, then a new version
of it is created. Version numbers are
always sequential and the incoming version number is always ignored by UCloud.