Create Pricing Sync Profile from Channel Settings
POST/api/v2/pricing-sync-profiles/from-instance/:integrationInstance
Create a pricing sync profile from a channel's current inline push settings — its price-level sequence, floor, ceiling, maximum change and Amazon rule — named <channel name> defaults (suffixed (2), (3)… when that name is taken).
integrations:writeGrant this scope to your token under Settings → Developer → Personal Access Tokens.
When the channel has no default profile yet, the new profile becomes its default immediately. Nothing is re-priced and the next push is not forced into a preview, because the profile is an exact copy of the policy the channel already pushes under.
Authentication: Requires Bearer token.
Requires the integrations.update permission (API tokens: integrations:write scope).
No request body.
Request
Responses
- 201
- 401
- 403
- 404
- 422
- 429
Created
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.
Not found — no record with the given identifier (or the route does not exist). Verify the ID before retrying.
Validation failed — the body is a field → messages map (Laravel shape) or the platform envelope with a stable machine-readable code. Fix the payload and resubmit.
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.