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.