Request parameters for listContentDocumentAsinRelations operation in AplusContentApi.

Export

AplusContentApiListContentDocumentAsinRelationsRequest

interface AplusContentApiListContentDocumentAsinRelationsRequest {
    asinSet?: Set<string>;
    contentReferenceKey: string;
    includedDataSet?: Set<"METADATA">;
    marketplaceId: string;
    pageToken?: string;
}

Properties

asinSet?: Set<string>

The set of ASINs.

Memberof

AplusContentApiListContentDocumentAsinRelations

contentReferenceKey: string

The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ Content identifier.

Memberof

AplusContentApiListContentDocumentAsinRelations

includedDataSet?: Set<"METADATA">

The set of A+ Content data types to include in the response. If you do not include this parameter, the operation returns the related ASINs without metadata.

Memberof

AplusContentApiListContentDocumentAsinRelations

marketplaceId: string

The identifier for the marketplace where the A+ Content is published.

Memberof

AplusContentApiListContentDocumentAsinRelations

pageToken?: string

A page token from the nextPageToken response element returned by your previous call to this operation. nextPageToken is returned when the results of a call exceed the page size. To get the next page of results, call the operation and include pageToken as the only parameter. Specifying pageToken with any other parameter will cause the request to fail. When no nextPageToken value is returned there are no more pages to return. A pageToken value is not usable across different operations.

Memberof

AplusContentApiListContentDocumentAsinRelations