Create a product imageCopy Pagepost https://api.ecommerceapi.uk/v1/products/{product_id}/imagesCreates a new product image.Path Paramsproduct_idintegerrequiredID of the product which the image will be assigned to.Body ParamsimagestringrequiredURL or base64 encoded image.imageNamestringThe file name for the image.descriptionstringThe ALT tag for the product image.sortOrderintegerThe sort order for the product image.Response 201Product image created successfully.Updated about 1 year ago