Vendor Hub
Client
Marketplace
Brand
Category
Listing Patch

Prepare a controlled Amazon listing patch.

Enter the ASIN, vendor code, marketplace, SKU, top-level listing attribute, and patch operation before submitting it through the remediation workflow.

Vendor code
234SJ
ES
SKU
22731
OK
Marketplace
ES
A1RKKUPIHCS9HS
Field
gpsr_manufacturer_reference
Issue 100527

Patch inputs

GPSR manufacturer referenceIssue 100527

Use when Amazon reports missing manufacturer information.

Replace

Adds or replaces the selected attribute.

Request preview

PATCH https://sellingpartnerapi-eu.amazon.com/listings/2021-08-01/items/234SJ/22731?marketplaceIds=A1RKKUPIHCS9HS&issueLocale=en_ES

OK
{
  "productType": "LOCK",
  "patches": [
    {
      "op": "replace",
      "path": "/attributes/gpsr_manufacturer_reference",
      "value": [
        {
          "marketplace_id": "A1RKKUPIHCS9HS",
          "value": "NGC Manufacturer Spain"
        }
      ]
    }
  ]
}

Patch output

Select the inputs and run the patch to see whether the request is accepted or blocked.