marketplace_search_details__update
Update a marketplace search detail's catalog URL by providing the detail ID and JSON:API request body.
Instructions
Update a marketplace search detail. [PATCH /v1/marketplaceSearchDetails/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: MarketplaceSearchDetailUpdateRequest). |