What's the best practice for importing external Product and SKU Image URLs
Summary:
When images for Product and SKUS are managed outside of Commerce Cloud, what's the best practice for bringing these images into Commerce Cloud using Bulk Import.
Content (required):
There are two parts to this question. One for product and another for SKU.
- For Products:
The product has the following property to hold the images (assuming fullImageURLs, largeImageURLs, smallImageURLs and mediumImageURLs properties should not be used directly).
If product images are maintained outside and the URL needs to be imported what's the best property to use?
"productImages": [
{
"path": "/products/test.jpg",
"metadata": {},
"repositoryId": "m40001",
"name": "/products/test.jpg",
"url": "https://p0000c1dev-admin.occa.ocs.oraclecloud.com/file/v111111/products/test.jpg"