Upload product slide
shop_upload_product_slideUpload an image file as a product slide (multipart form-data). Guidance: Upload an image file as a product slide (multipart form-data). | context: product_id, image_file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | Zero-based order index controlling where the slide appears (lower comes first). | |
| image_file | Yes | Image payload. Accepts: (1) a data URI 'data:image/png;base64,...', (2) a raw base64-encoded string of the image bytes, or (3) a public http(s) URL. Do NOT pass a local filesystem path — the server cannot read the user's disk. | |
| product_id | Yes | Numeric id of the product to add the slide to. | |
| focal_point | No | Image crop focal point, format '40x50'. |