# Product images source update Using this endpoint you can modify product image attributes and also upload a new image and replace the existing one. This is an asynchronous request, see how [Asynchronous requests](https://developers.shoptet.com/asynchronous-requests/) work on our developer's portal. Endpoint: PATCH /api/products/{guid}/images/{gallery}/source Version: 1.0.0 Security: shoptetAccessToken, shoptetPrivateApiToken ## Path parameters: - `guid` (string, required) Product's guid Example: "95b84d4b-7481-11e8-8216-002590dad85e" - `gallery` (string, required) Gallery identifier - use for normal and for 360 photos Example: "shop" ## Header parameters: - `Content-Type` (string, required) ## Request fields (application/json): - `data` (object, required) - `data.images` (array, required) - `data.images.name` (string, required) Name of the image - `data.images.sourceUrl` (string, required) URL of the image - `data.images.priority` (integer) Priority of the image - `data.images.description` (string) Description of the image ## Response 202 fields (application/json): - `data` (object, required) - `data.jobId` (string, required) token of job - `errors` (array,null, required) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced