I’m using a shopify API to upload a customize image into theme assets.
e.g. $image_json = $this->shopifyapi->call(“PUT”, “/admin/api/2024-04/themes/140456984850/assets.json”, $image);
Here $image_json returning public_url for image but actually image is not uploading into assets. Also for some images it is working fine and for some images it is showing shopify exception. Please help me . Thanks in advance.