Skip to main content

Update Single Product Metadata (Label / Prep Owner)

PUT 

//:domain/api/amazon/product/:product/update-metadata

Patches the metadata.label_owner / metadata.prep_owner fields on the Amazon product associated with a SKU.io ProductListing. Used by the FBA prep configuration UI.

Body (both optional, but at least one should be supplied — nullable|string validation):

  • label_owner (string|null) — typically AMAZON or SELLER.
  • prep_owner (string|null) — typically AMAZON or SELLER.

Note: the route binds ProductListing (not AmazonProduct) — the controller resolves the Amazon listing via $product->amazonListing and merges the fields into its existing metadata array before saving.

Named route: amazon.product.update-metadata (note the singular product — distinct from the bulk amazon.products.* namespace).

Request

Responses

OK

Response Headers
    Content-Type