adjust_inventory_level | Adjust the available quantity of an inventory item at a location by a relative amount. |
cancel_order | Cancel an order, optionally refunding an amount and notifying the customer. |
close_order | Close (archive) a fully paid and fulfilled order. |
complete_draft_order | Complete a draft order, turning it into a real order. |
create_customer | Create a customer record. |
create_discount_code | Create a discount code under an existing price rule. |
create_draft_order | Create a draft order with line items, optionally attached to a customer. |
create_fulfillment | Create a fulfillment for one or more fulfillment orders, with optional tracking info. |
create_price_rule | Create a price rule (basic discount definition) to attach discount codes to. |
create_product | Create a product with optional variants, options and images. |
create_webhook | Subscribe a callback URL to a store event topic (e.g. orders/create). |
delete_product | Permanently delete a product and all its variants. |
delete_webhook | Delete a webhook subscription. |
set_inventory_level | Set the available quantity of an inventory item at a location to an absolute value. |
update_customer | Update a customer (name, contact details, note, tags). |
update_order | Update an order (note, tags, contact email or phone). |
update_product | Update a product (title, description, status, tags, variants…). |