Skip to main content

@swamp/gcp/merchantapi

v2026.04.23.1

Google Cloud merchantapi infrastructure models

Repository

https://github.com/systeminit/swamp-extensions

Labels

gcpgoogle-cloudmerchantapicloudinfrastructure

Contents

Quality score

Verified by Swamp

How well-documented and verifiable this extension is.

100%

Grade A

  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned

Install

$ swamp extension pull @swamp/gcp/merchantapi

@swamp/gcp/merchantapi/accounts-merchantreviewsv2026.04.23.1accounts_merchantreviews.ts

Global Arguments

ArgumentTypeDescription
customAttributes?arrayOptional. A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the data specification in its generic form (for example, `{ "name": "size type", "value": "regular" }`). This is useful for submitting attributes not explicitly exposed by the API, such as experimental attributes. Maximum allowed number of characters for each custom attribute is 10240 (represents sum of characters for name and value). Maximum 2500 custom attributes can be set per produc
merchantReviewAttributes?objectAttributes.
merchantReviewId?stringRequired. The user provided merchant review ID to uniquely identify the merchant review.
merchantReviewStatus?objectThe status of a merchant review, data validation issues, that is, information about a merchant review computed asynchronously.
name?stringIdentifier. The name of the merchant review. Format: `"{merchantreview.name=accounts/{account}/merchantReviews/{merchantReview}}"`
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
createCreate a merchantReviews
getGet a merchantReviews
ArgumentTypeDescription
identifierstringThe name of the merchantReviews
deleteDelete the merchantReviews
ArgumentTypeDescription
identifierstringThe name of the merchantReviews
syncSync merchantReviews state from GCP

Resources

state(infinite)— A review for a merchant. For more information, see [Introduction to Merchant ...
@swamp/gcp/merchantapi/accounts-productreviewsv2026.04.23.1accounts_productreviews.ts

Global Arguments

ArgumentTypeDescription
customAttributes?arrayOptional. A list of custom (merchant-provided) attributes.
name?stringIdentifier. The name of the product review. Format: `"{productreview.name=accounts/{account}/productReviews/{productReview}}"`
productReviewAttributes?objectAttributes.
productReviewId?stringRequired. The permanent, unique identifier for the product review in the publisher’s system.
productReviewStatus?objectProduct review status.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
createCreate a productReviews
getGet a productReviews
ArgumentTypeDescription
identifierstringThe name of the productReviews
deleteDelete the productReviews
ArgumentTypeDescription
identifierstringThe name of the productReviews
syncSync productReviews state from GCP

Resources

state(infinite)— A review for a product. For more information, see [Introduction to Product Re...