API Documentation
ImagesUpload
Method: /images/upload/[item_id].[format]
This endpoint enables you to remotely upload image files for your inventory items. Images are stored on SalesBinder’s content distribution network.
Max File Size Accepted: 5MB per file
Max Images Per Item: 5 images
Header: Content-Type (required)
You must include the image content-type in the header. Accepted content-types are: ‘image/jpeg’, ‘image/png’, ‘image/gif’.
Success:
If you have been successful in saving a new image, the response will return the newly created data object along with a “success” value of “true” as seen below.
To retrieve the full URL of your newly uploaded images, simply use the Items >> View API endpoint.