Light Mode
Get Upload Image
This endpoint allows the user to add an image file to the cart in the case that the user needs to attach an image to the order it is placing through the shopping cart.
Payload
Response
Usage
To perform the action of uploading an image to the cart, the developer may call the getUploadImageEndpoint()
as shown below.
salla.cart.getUploadImageEndpoint({cart_id: 5432}).then((response) => {
/* add your code here */
});
Last modified: 10 months ago
Payload
Response
Usage