Upload a JPEG, PNG and GIF file to a ProductTailoringVariant. The maximum file size of the image is 10MB. variant
or sku
is required to update a specific ProductVariant. Produces the ProductTailoringImageAdded Message when the Small
version of the image has been uploaded to the CDN.
{@code
+ * CompletableFuture> result = apiRoot
+ * .withProjectKey("{projectKey}")
+ * .inStoreKeyWithStoreKeyValue("{storeKey}")
+ * .products()
+ * .withProductId("{productID}")
+ * .productTailoring()
+ * .images()
+ * .post(file)
+ * .execute()
+ * }
+ * Upload a JPEG, PNG and GIF file to a ProductTailoringVariant. The maximum file size of the image is 10MB. variant
or sku
is required to update a specific ProductVariant. Produces the ProductTailoringImageAdded Message when the Small
version of the image has been uploaded to the CDN.
{@code
+ * CompletableFuture> result = apiRoot
+ * .withProjectKey("{projectKey}")
+ * .inStoreKeyWithStoreKeyValue("{storeKey}")
+ * .products()
+ * .withProductId("{productID}")
+ * .productTailoring()
+ * .images()
+ * .post("")
+ * .execute()
+ * }
+ * Upload a JPEG, PNG and GIF file to a ProductTailoringVariant. The maximum file size of the image is 10MB. variant
or sku
is required to update a specific ProductVariant. Produces the ProductTailoringImageAdded Message when the Small
version of the image has been uploaded to the CDN.
{@code
+ * CompletableFuture> result = apiRoot
+ * .withProjectKey("{projectKey}")
+ * .inStoreKeyWithStoreKeyValue("{storeKey}")
+ * .products()
+ * .withProductKey("{productKey}")
+ * .productTailoring()
+ * .images()
+ * .post(file)
+ * .execute()
+ * }
+ * Upload a JPEG, PNG and GIF file to a ProductTailoringVariant. The maximum file size of the image is 10MB. variant
or sku
is required to update a specific ProductVariant. Produces the ProductTailoringImageAdded Message when the Small
version of the image has been uploaded to the CDN.
{@code
+ * CompletableFuture> result = apiRoot
+ * .withProjectKey("{projectKey}")
+ * .inStoreKeyWithStoreKeyValue("{storeKey}")
+ * .products()
+ * .withProductKey("{productKey}")
+ * .productTailoring()
+ * .images()
+ * .post("")
+ * .execute()
+ * }
+ *