Copy preferences from one listing to another.
PUT/preferences/:listing_id/copy
Copies the preferences (and optionally custom rates) from a source listing to the target listing. This is a destructive action — it will overwrite the target listing's existing preferences.
The source listing is identified in the request body by copy_preferences_from. The target listing is identified by the listing_id path parameter.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 422
- 429
Successfully copied preferences and/or custom rates.
API key authorization failed.
Listing authorization failed, or the API key is read-only and may not be used with PUT.
Source or target listing not found.
Another request is already in progress for this listing. Retry after the concurrent request completes.
Validation failed (e.g. source channel could not be determined).
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.