Shopify is an e-commerce platform enabling merchants to create online stores, manage products, and process payments with themes, apps, and integrated marketing tools
Adds a product to an existing *custom collection*, optionally specifying its `position` if the collection is manually sorted.
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.
Creates a new custom collection in a shopify store, requiring a unique title for manually curated product groupings (e.g., 'new arrivals', 'seasonal specials').
Tool to create a new customer in shopify. use when you need to add a new customer record to the store.
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.