ProductImage {shopifyr}R Documentation

ProductImage Functions

Description

ProductImage Functions

Usage

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


[Package shopifyr version 1.0.0 Index]