product_images
konigle.cli.product_images
¶
CLI commands for product image operations.
create(ctx, product, file, alt, position, variant_ids)
¶
Create a new product image.
delete(ctx, image_id, yes)
¶
Delete a product image.
get(ctx, image_id)
¶
Get a product image by ID.
list_product_images(ctx, page, page_size, product_id)
¶
List product images.
product_images()
¶
Product image management commands.
update(ctx, image_id, alt, position, variant_ids)
¶
Update a product image.