Skip to content

Commit 64c89a7

Browse files
committed
Updated API from documentation release
1 parent 2cad0e3 commit 64c89a7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

api-specs/api/types/product-tailoring/updates/ProductTailoringSetExternalImagesAction.raml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ properties:
1616
type: string
1717
description: |
1818
The `sku` of the tailored ProductVariant to update.
19-
images:
19+
images?:
2020
type: array
2121
items: Image
2222
description: |
23-
Value to set to `images`.
23+
Images of the tailored ProductVariant.
24+
25+
Don't provide this field if you want to remove all images from the tailored Product Variant.
26+
Set to `[]` (empty) if you want to hide all images of the original ProductVariant on the tailored ProductVariant.
2427
staged?:
2528
type: boolean
2629
description: |

0 commit comments

Comments
 (0)