ecommerce_createAProductImageUploadURLV1
Generates a signed URL to upload a product image, then attaches it to the specified product via the attach-image endpoint.
Instructions
Returns a signed URL to upload a product image to (multipart/form-data POST). Then call the attach-image endpoint with the returned object_name to scan and attach it to the product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | The ID of the store the product belongs to. | |
| product_id | Yes | The ID of the product the image will be attached to. |