Load Prices Batch

View as Markdown

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

account_idstringRequired

Request

This endpoint expects an object.
migration_idstringRequired
The migration's ID this import belongs to
source_systemstringRequired
Source system name, e.g. "openpay"
itemslist of objectsRequired
update_existingbooleanOptionalDefaults to false

When false (default), items whose source_id was already migrated are skipped. When true, they are full-overwritten from the source instead (re-sync).

Response

Successful Response
resultslist of objects

Errors

422
Unprocessable Entity Error