Shopify.ProductImage (exshopify v0.11.0)
https://help.shopify.com/en/api/reference/products/product_image
Link to this section Summary
Functions
Create a product image.
Delete a product image.
Retrieve a single product image.
Retrieve a list of product images.
Update a product image.
Link to this section Functions
Link to this function
create(product_id, params)
Specs
create(binary(), map()) :: Shopify.Operation.t()
Create a product image.
Link to this function
delete(product_id, image_id)
Specs
delete(binary(), binary()) :: Shopify.Operation.t()
Delete a product image.
Link to this function
get(product_id, image_id)
Specs
get(binary(), binary()) :: Shopify.Operation.t()
Retrieve a single product image.
Link to this function
list(product_id, params \\ %{})
Specs
list(binary(), map()) :: Shopify.Operation.t()
Retrieve a list of product images.
Link to this function
update(product_id, image_id, params)
Specs
update(binary(), binary(), map()) :: Shopify.Operation.t()
Update a product image.