Images REST Endpoints

Storefronts/Images
The images resource is a child of the storefronts resource and provides a list of image attachments associated with a storefront.
Create an image
Method: post
Path: /fscmRestApi/resources/11.13.18.05/storefronts/{StorefrontId}/child/images
Delete an image
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/storefronts/{StorefrontId}/child/images/{imagesUniqID}
Get all images
Method: get
Path: /fscmRestApi/resources/11.13.18.05/storefronts/{StorefrontId}/child/images
Get an image
Method: get
Path: /fscmRestApi/resources/11.13.18.05/storefronts/{StorefrontId}/child/images/{imagesUniqID}
Update an image
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/storefronts/{StorefrontId}/child/images/{imagesUniqID}