Loading...
Was this page helpful?
This documentation provides a reference to the upsertProducts
method. This belongs to the Product Module.
This method updates existing products, or creates new ones if they don't exist.
data
UpsertProductDTO[]Promise
Promise<ProductDTO[]>This method updates the product if it exists, or creates a new ones if it doesn't.
data
UpsertProductDTOPromise
Promise<ProductDTO>