Skip to main content
API to bulk update products (price, availability, collections, delete)

Autorización

string
required
Bearer token generado desde el portal Leadway. Ver Autenticación.
string
default:"2021-07-28"
required
Versión de la API.

Body

string
default:"6578278e879ad2646715ba9c"
required
Account Id or Agency Id
string
required
Posibles valores: ‘account’
string
default:"bulk-update-price"
required
Type of bulk update operation Posibles valores: ‘bulk-update-price’, ‘bulk-update-availability’, ‘bulk-update-product-collection’, ‘bulk-delete-products’, ‘bulk-update-currency’
string[]
required
Array of product IDs
object
Filters to apply when selectAll is true
object
Price update configuration
object
Compare at price update configuration
boolean
New availability status
string[]
Array of collection IDs
string
default:"USD"
Currency code

Respuestas

boolean
default:"True"
required
Status of api action
string
default:"Successfully created"
Success message

Ejemplo