v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1490485351.4 KB

Copies the specified source product to the specified target product or a new product.

You can copy a product to the same account or another account. You can copy a product to the same Region or another Region. If you copy a product to another account, you must first share the product in a portfolio using CreatePortfolioShare.

This operation is performed asynchronously. To track the progress of the operation, use DescribeCopyProductStatus.

post/#X-Amz-Target=AWS242ServiceCatalogService.CopyProduct

Headers

X-Amz-Target'AWS242ServiceCatalogService.CopyProduct' required

Request body

AcceptLanguagestring
<p>The language code.</p> <ul> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>
SourceProductArnstring required

The Amazon Resource Name (ARN) of the source product.

TargetProductIdstring

The identifier of the target product. By default, a new product is created.

TargetProductNamestring

A name for the target product. The default is the name of the source product.

SourceProvisioningArtifactIdentifiersSourceProvisioningArtifactPropertiesMap[]

The identifiers of the provisioning artifacts (also known as versions) of the product to copy. By default, all provisioning artifacts are copied.

CopyOptionsCopyOption[]

The copy options. If the value is <code>CopyTags</code>, the tags from the source product are copied to the target product.

IdempotencyTokenstring required

A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

Response

Success

CopyProductTokenstring

The token to use to track the progress of the operation.