Skip to Main Content

Salla Partners

Ideas Portal

Want a feature on the Partners Portal to be supported ? Salla values creativity.

Share your ideas for creating a portal that meets your needs here.

Please visit HERE to learn how to add and manage your ideas.

Status Needs review
Categories API documentation
Created by bahaa alden abdo
Created on Jul 18, 2024

product's variants bulk prices update

i propose to add a new variant endpoint that receive the product id by params
/products/{id}/variants put
and body contain array of variants each variant contain id and price like

param: "id" of products
body: [{ id: 135135, price: 140 }]