put
https://{yourinstance}.makaira.io/productfeed/
Update a product feed by ID
Updates an existing product feed configuration.
Requires authentication.
Request
PUT /productfeed/{id}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The ID of the product feed to update. |
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Content-Type | application/json |
Request Body
Accepts the same fields as the create endpoint. See Create product feed for field descriptions.
Response
Returns the updated product feed object.
200OK

