Shopify is an e-commerce platform enabling merchants to create online stores, manage products, and process payments with themes, apps, and integrated marketing tools
Retrieves the total count of images for a shopify product, useful for inventory management or display logic; the provided `product id` must exist in the store.
Tool to create a new customer in shopify. use when you need to add a new customer record to the store.
Creates a new custom collection in a shopify store, requiring a unique title for manually curated product groupings (e.g., 'new arrivals', 'seasonal specials').
Creates a new order in shopify, typically requiring line items; if `customer id` is provided, it must correspond to an existing customer.
Creates a new product in a shopify store; a product title is generally required.
Tool to create a new product image for a given product. use when you need to add an image to a product by providing the image source url or attachment.