ProductImage: ProductImage Functions

Description Usage Arguments Value References

Description

ProductImage Functions

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
getProductImages(productId, ...)

getProductImagesCount(productId, ...)

getProductImage(productId, imageId, ...)

createProductImage(productId, image, ..., filepath)

modifyProductImage(productId, image, ..., filepath)

deleteProductImage(productId, imageId, ...)

Arguments

productId

a Product id number

...

additional request parameters

imageId

a ProductImage id number

image

a list containing ProductImage fields

filepath

the filepath to an image to upload

Value

a list containing a ProductImage fields or a list of ProductImages

References

Shopify API ProductImage documentation: https://help.shopify.com/api/reference/products/product_image


shopifyr documentation built on July 22, 2019, 9:04 a.m.