Create a product image upload URL
ecommerce_createAProductImageUploadURLV1Get a signed upload URL for a product image, then use the returned object name to attach the image to the product.
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. |