Skip to content

Commit ad99469

Browse files
committed
Updated API from documentation release
1 parent cae10cd commit ad99469

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

api-specs/api/types/product/updates/ProductRemoveImageAction.raml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ type: ProductUpdateAction
44
displayName: ProductRemoveImageAction
55
discriminatorValue: removeImage
66
description: |
7-
Removes a Product image and deletes it from the Content Delivery Network (external images are not deleted). Deletion from the CDN is not instant, which means the image file itself will stay available for some time after the deletion. Either `variantId` or `sku` is required.
7+
Removes a Product image and deletes it from the Content Delivery Network (CDN) if it had been [uploaded to our CDN](/../api/projects/products#upload-product-image).
8+
External images will not be deleted.
9+
The API deletes the removed image from the CDN in an [eventual consistent](/../api/general-concepts#eventual-consistency) way.
10+
Either `variantId` or `sku` is required.
811
example: !include ../../../examples/Product/ProductRemoveImageAction.json
912
properties:
1013
variantId?:

0 commit comments

Comments
 (0)