Save Product Settings
POST/api/ebay-product-settings
Create or update Ebay product settings for a SKU.io product. Upserts by product_id and integration_instance_id. Requires Bearer token.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Request body fields:
- id (optional, integer): Setting ID for updates
- integration_instance_id (required, integer): Ebay integration instance ID
- product_id (required, integer): SKU.io product ID
- auction_until_sold_enabled (required, boolean): Enable auction-until-sold feature
- auction_until_sold_price_reduction_percentage (required, float): Price reduction % for re-listing
- auction_until_sold_minimum_price (required, float): Minimum price floor for auction-until-sold
Request
Responses
- 200
- 401
- 403
- 422
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Unprocessable Entity
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.