# Product images update Using this endpoint you can modify product images attributes, such as description and priority (order). Maximum of 100 images can be sent at once. Endpoint: PATCH /api/products/{guid}/images/{gallery} 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 image. - `data.images.priority` (integer) Image priority. - `data.images.description` (string) Image description. ## Response 200 fields (application/json): - `data` (object, required) - `data.images` (array, required) - `data.images.name` (string, required) image file name, also serves as an identifier for the image of the product. To assemble complete URL, it is added to the obtained from the endpoint e-shop info . - `data.images.priority` (integer,null, required) the key for the sequence of images matching the sequence in administration - it''s not necessarily from the first, and the series may contain gaps. (can be ) - `data.images.description` (string,null, required) image label (can be ) - `data.images.changeTime` (string,null, required) last image change time If you are saving images together, you can use this timestamp to indicate if you need to reload the image. (can be ) - `data.images.seoName` (string, required) file name modified for SEO - a short label is attached. - `data.images.cdnName` (string, required) same as with attached hashed last image change time. , and can be entered in the URL - redirect will deliver the same image. - `data.images.isMainImage` (boolean, required) - `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