productivity
Shopify CLI for AI Agents
Use the Shopify CLI from KosmoKrator to call Shopify tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Shopify CLI Setup
Shopify can be configured headlessly with `kosmokrator integrations:configure shopify`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure shopify --set access_token="$SHOPIFY_ACCESS_TOKEN" --set shop_domain="$SHOPIFY_SHOP_DOMAIN" --enable --read allow --write ask --json
kosmokrator integrations:doctor shopify --json
kosmokrator integrations:status --json Credentials
Authentication type: API key api_key. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
access_token | SHOPIFY_ACCESS_TOKEN | Secret secret | yes | Access Token |
shop_domain | SHOPIFY_SHOP_DOMAIN | Text string | yes | Shop Domain |
api_version | SHOPIFY_API_VERSION | Text string | no | API Version |
base_url | SHOPIFY_BASE_URL | URL url | no | Base URL |
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call shopify.shopify_api_get '{}' --json kosmo integrations:shopify shopify_api_get '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs shopify --json
kosmo integrations:docs shopify.shopify_api_get --json
kosmo integrations:schema shopify.shopify_api_get --json
kosmo integrations:search "Shopify" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
shopify.shopify_api_get
Call any Shopify Admin REST GET endpoint path.
read - Parameters
- none
kosmo integrations:call shopify.shopify_api_get '{}' --json kosmo integrations:shopify shopify_api_get '{}' --json shopify.shopify_api_post
Call any Shopify Admin REST POST endpoint path.
write - Parameters
- none
kosmo integrations:call shopify.shopify_api_post '{}' --json kosmo integrations:shopify shopify_api_post '{}' --json shopify.shopify_api_put
Call any Shopify Admin REST PUT endpoint path.
write - Parameters
- none
kosmo integrations:call shopify.shopify_api_put '{}' --json kosmo integrations:shopify shopify_api_put '{}' --json shopify.shopify_api_delete
Call any Shopify Admin REST DELETE endpoint path.
write - Parameters
- none
kosmo integrations:call shopify.shopify_api_delete '{}' --json kosmo integrations:shopify shopify_api_delete '{}' --json shopify.shopify_get_shop
Get shop metadata and verify Admin REST access.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_shop '{}' --json kosmo integrations:shopify shopify_get_shop '{}' --json shopify.shopify_get_current_user
Compatibility alias for shop metadata.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_current_user '{}' --json kosmo integrations:shopify shopify_get_current_user '{}' --json shopify.shopify_list_products
List Shopify Products.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_products '{}' --json kosmo integrations:shopify shopify_list_products '{}' --json shopify.shopify_get_product
Get one Shopify Product.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_product '{}' --json kosmo integrations:shopify shopify_get_product '{}' --json shopify.shopify_create_product
Create a Shopify Product.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_product '{}' --json kosmo integrations:shopify shopify_create_product '{}' --json shopify.shopify_update_product
Update a Shopify Product.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_product '{}' --json kosmo integrations:shopify shopify_update_product '{}' --json shopify.shopify_delete_product
Delete a Shopify Product.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_product '{}' --json kosmo integrations:shopify shopify_delete_product '{}' --json shopify.shopify_list_orders
List Shopify Orders.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_orders '{}' --json kosmo integrations:shopify shopify_list_orders '{}' --json shopify.shopify_get_order
Get one Shopify Order.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_order '{}' --json kosmo integrations:shopify shopify_get_order '{}' --json shopify.shopify_create_order
Create a Shopify Order.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_order '{}' --json kosmo integrations:shopify shopify_create_order '{}' --json shopify.shopify_update_order
Update a Shopify Order.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_order '{}' --json kosmo integrations:shopify shopify_update_order '{}' --json shopify.shopify_delete_order
Delete a Shopify Order.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_order '{}' --json kosmo integrations:shopify shopify_delete_order '{}' --json shopify.shopify_list_customers
List Shopify Customers.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_customers '{}' --json kosmo integrations:shopify shopify_list_customers '{}' --json shopify.shopify_get_customer
Get one Shopify Customer.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_customer '{}' --json kosmo integrations:shopify shopify_get_customer '{}' --json shopify.shopify_create_customer
Create a Shopify Customer.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_customer '{}' --json kosmo integrations:shopify shopify_create_customer '{}' --json shopify.shopify_update_customer
Update a Shopify Customer.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_customer '{}' --json kosmo integrations:shopify shopify_update_customer '{}' --json shopify.shopify_delete_customer
Delete a Shopify Customer.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_customer '{}' --json kosmo integrations:shopify shopify_delete_customer '{}' --json shopify.shopify_list_custom_collections
List Shopify Custom Collections.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_custom_collections '{}' --json kosmo integrations:shopify shopify_list_custom_collections '{}' --json shopify.shopify_get_custom_collection
Get one Shopify Custom Collection.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_custom_collection '{}' --json kosmo integrations:shopify shopify_get_custom_collection '{}' --json shopify.shopify_create_custom_collection
Create a Shopify Custom Collection.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_custom_collection '{}' --json kosmo integrations:shopify shopify_create_custom_collection '{}' --json shopify.shopify_update_custom_collection
Update a Shopify Custom Collection.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_custom_collection '{}' --json kosmo integrations:shopify shopify_update_custom_collection '{}' --json shopify.shopify_delete_custom_collection
Delete a Shopify Custom Collection.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_custom_collection '{}' --json kosmo integrations:shopify shopify_delete_custom_collection '{}' --json shopify.shopify_list_smart_collections
List Shopify Smart Collections.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_smart_collections '{}' --json kosmo integrations:shopify shopify_list_smart_collections '{}' --json shopify.shopify_get_smart_collection
Get one Shopify Smart Collection.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_smart_collection '{}' --json kosmo integrations:shopify shopify_get_smart_collection '{}' --json shopify.shopify_create_smart_collection
Create a Shopify Smart Collection.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_smart_collection '{}' --json kosmo integrations:shopify shopify_create_smart_collection '{}' --json shopify.shopify_update_smart_collection
Update a Shopify Smart Collection.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_smart_collection '{}' --json kosmo integrations:shopify shopify_update_smart_collection '{}' --json shopify.shopify_delete_smart_collection
Delete a Shopify Smart Collection.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_smart_collection '{}' --json kosmo integrations:shopify shopify_delete_smart_collection '{}' --json shopify.shopify_list_collects
List Shopify Collects.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_collects '{}' --json kosmo integrations:shopify shopify_list_collects '{}' --json shopify.shopify_get_collect
Get one Shopify Collect.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_collect '{}' --json kosmo integrations:shopify shopify_get_collect '{}' --json shopify.shopify_create_collect
Create a Shopify Collect.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_collect '{}' --json kosmo integrations:shopify shopify_create_collect '{}' --json shopify.shopify_update_collect
Update a Shopify Collect.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_collect '{}' --json kosmo integrations:shopify shopify_update_collect '{}' --json shopify.shopify_delete_collect
Delete a Shopify Collect.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_collect '{}' --json kosmo integrations:shopify shopify_delete_collect '{}' --json shopify.shopify_list_price_rules
List Shopify Price Rules.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_price_rules '{}' --json kosmo integrations:shopify shopify_list_price_rules '{}' --json shopify.shopify_get_price_rule
Get one Shopify Price Rule.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_price_rule '{}' --json kosmo integrations:shopify shopify_get_price_rule '{}' --json shopify.shopify_create_price_rule
Create a Shopify Price Rule.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_price_rule '{}' --json kosmo integrations:shopify shopify_create_price_rule '{}' --json shopify.shopify_update_price_rule
Update a Shopify Price Rule.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_price_rule '{}' --json kosmo integrations:shopify shopify_update_price_rule '{}' --json shopify.shopify_delete_price_rule
Delete a Shopify Price Rule.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_price_rule '{}' --json kosmo integrations:shopify shopify_delete_price_rule '{}' --json shopify.shopify_list_webhooks
List Shopify Webhooks.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_webhooks '{}' --json kosmo integrations:shopify shopify_list_webhooks '{}' --json shopify.shopify_get_webhook
Get one Shopify Webhook.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_webhook '{}' --json kosmo integrations:shopify shopify_get_webhook '{}' --json shopify.shopify_create_webhook
Create a Shopify Webhook.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_webhook '{}' --json kosmo integrations:shopify shopify_create_webhook '{}' --json shopify.shopify_update_webhook
Update a Shopify Webhook.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_webhook '{}' --json kosmo integrations:shopify shopify_update_webhook '{}' --json shopify.shopify_delete_webhook
Delete a Shopify Webhook.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_webhook '{}' --json kosmo integrations:shopify shopify_delete_webhook '{}' --json shopify.shopify_list_script_tags
List Shopify Script Tags.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_script_tags '{}' --json kosmo integrations:shopify shopify_list_script_tags '{}' --json shopify.shopify_get_script_tag
Get one Shopify Script Tag.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_script_tag '{}' --json kosmo integrations:shopify shopify_get_script_tag '{}' --json shopify.shopify_create_script_tag
Create a Shopify Script Tag.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_script_tag '{}' --json kosmo integrations:shopify shopify_create_script_tag '{}' --json shopify.shopify_update_script_tag
Update a Shopify Script Tag.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_script_tag '{}' --json kosmo integrations:shopify shopify_update_script_tag '{}' --json shopify.shopify_delete_script_tag
Delete a Shopify Script Tag.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_script_tag '{}' --json kosmo integrations:shopify shopify_delete_script_tag '{}' --json shopify.shopify_list_themes
List Shopify Themes.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_themes '{}' --json kosmo integrations:shopify shopify_list_themes '{}' --json shopify.shopify_get_theme
Get one Shopify Theme.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_theme '{}' --json kosmo integrations:shopify shopify_get_theme '{}' --json shopify.shopify_create_theme
Create a Shopify Theme.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_theme '{}' --json kosmo integrations:shopify shopify_create_theme '{}' --json shopify.shopify_update_theme
Update a Shopify Theme.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_theme '{}' --json kosmo integrations:shopify shopify_update_theme '{}' --json shopify.shopify_delete_theme
Delete a Shopify Theme.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_theme '{}' --json kosmo integrations:shopify shopify_delete_theme '{}' --json shopify.shopify_list_pages
List Shopify Pages.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_pages '{}' --json kosmo integrations:shopify shopify_list_pages '{}' --json shopify.shopify_get_page
Get one Shopify Page.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_page '{}' --json kosmo integrations:shopify shopify_get_page '{}' --json shopify.shopify_create_page
Create a Shopify Page.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_page '{}' --json kosmo integrations:shopify shopify_create_page '{}' --json shopify.shopify_update_page
Update a Shopify Page.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_page '{}' --json kosmo integrations:shopify shopify_update_page '{}' --json shopify.shopify_delete_page
Delete a Shopify Page.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_page '{}' --json kosmo integrations:shopify shopify_delete_page '{}' --json shopify.shopify_list_blogs
List Shopify Blogs.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_blogs '{}' --json kosmo integrations:shopify shopify_list_blogs '{}' --json shopify.shopify_get_blog
Get one Shopify Blog.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_blog '{}' --json kosmo integrations:shopify shopify_get_blog '{}' --json shopify.shopify_create_blog
Create a Shopify Blog.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_blog '{}' --json kosmo integrations:shopify shopify_create_blog '{}' --json shopify.shopify_update_blog
Update a Shopify Blog.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_blog '{}' --json kosmo integrations:shopify shopify_update_blog '{}' --json shopify.shopify_delete_blog
Delete a Shopify Blog.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_blog '{}' --json kosmo integrations:shopify shopify_delete_blog '{}' --json shopify.shopify_list_fulfillment_services
List Shopify Fulfillment Services.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_fulfillment_services '{}' --json kosmo integrations:shopify shopify_list_fulfillment_services '{}' --json shopify.shopify_get_fulfillment_service
Get one Shopify Fulfillment Service.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_fulfillment_service '{}' --json kosmo integrations:shopify shopify_get_fulfillment_service '{}' --json shopify.shopify_create_fulfillment_service
Create a Shopify Fulfillment Service.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_fulfillment_service '{}' --json kosmo integrations:shopify shopify_create_fulfillment_service '{}' --json shopify.shopify_update_fulfillment_service
Update a Shopify Fulfillment Service.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_fulfillment_service '{}' --json kosmo integrations:shopify shopify_update_fulfillment_service '{}' --json shopify.shopify_delete_fulfillment_service
Delete a Shopify Fulfillment Service.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_fulfillment_service '{}' --json kosmo integrations:shopify shopify_delete_fulfillment_service '{}' --json shopify.shopify_list_locations
List Shopify Locations.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_locations '{}' --json kosmo integrations:shopify shopify_list_locations '{}' --json shopify.shopify_get_location
Get one Shopify Location.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_location '{}' --json kosmo integrations:shopify shopify_get_location '{}' --json shopify.shopify_list_inventory_items
List Shopify Inventory Items.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_inventory_items '{}' --json kosmo integrations:shopify shopify_list_inventory_items '{}' --json shopify.shopify_get_inventory_item
Get one Shopify Inventory Item.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_inventory_item '{}' --json kosmo integrations:shopify shopify_get_inventory_item '{}' --json shopify.shopify_update_inventory_item
Update a Shopify inventory item.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_inventory_item '{}' --json kosmo integrations:shopify shopify_update_inventory_item '{}' --json shopify.shopify_list_product_variants
List Variants for a Shopify product.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_product_variants '{}' --json kosmo integrations:shopify shopify_list_product_variants '{}' --json shopify.shopify_get_product_variant
Get one product Variant.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_product_variant '{}' --json kosmo integrations:shopify shopify_get_product_variant '{}' --json shopify.shopify_create_product_variant
Create a product Variant.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_product_variant '{}' --json kosmo integrations:shopify shopify_create_product_variant '{}' --json shopify.shopify_update_product_variant
Update a product Variant.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_product_variant '{}' --json kosmo integrations:shopify shopify_update_product_variant '{}' --json shopify.shopify_delete_product_variant
Delete a product Variant.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_product_variant '{}' --json kosmo integrations:shopify shopify_delete_product_variant '{}' --json shopify.shopify_list_product_images
List Images for a Shopify product.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_product_images '{}' --json kosmo integrations:shopify shopify_list_product_images '{}' --json shopify.shopify_get_product_image
Get one product Image.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_product_image '{}' --json kosmo integrations:shopify shopify_get_product_image '{}' --json shopify.shopify_create_product_image
Create a product Image.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_product_image '{}' --json kosmo integrations:shopify shopify_create_product_image '{}' --json shopify.shopify_update_product_image
Update a product Image.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_product_image '{}' --json kosmo integrations:shopify shopify_update_product_image '{}' --json shopify.shopify_delete_product_image
Delete a product Image.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_product_image '{}' --json kosmo integrations:shopify shopify_delete_product_image '{}' --json shopify.shopify_list_product_metafields
List Metafields for a Shopify product.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_product_metafields '{}' --json kosmo integrations:shopify shopify_list_product_metafields '{}' --json shopify.shopify_get_product_metafield
Get one product Metafield.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_product_metafield '{}' --json kosmo integrations:shopify shopify_get_product_metafield '{}' --json shopify.shopify_create_product_metafield
Create a product Metafield.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_product_metafield '{}' --json kosmo integrations:shopify shopify_create_product_metafield '{}' --json shopify.shopify_update_product_metafield
Update a product Metafield.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_product_metafield '{}' --json kosmo integrations:shopify shopify_update_product_metafield '{}' --json shopify.shopify_delete_product_metafield
Delete a product Metafield.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_product_metafield '{}' --json kosmo integrations:shopify shopify_delete_product_metafield '{}' --json shopify.shopify_close_order
Close a Shopify order.
write - Parameters
- none
kosmo integrations:call shopify.shopify_close_order '{}' --json kosmo integrations:shopify shopify_close_order '{}' --json shopify.shopify_reopen_order
Reopen a Shopify order.
write - Parameters
- none
kosmo integrations:call shopify.shopify_reopen_order '{}' --json kosmo integrations:shopify shopify_reopen_order '{}' --json shopify.shopify_cancel_order
Cancel a Shopify order.
write - Parameters
- none
kosmo integrations:call shopify.shopify_cancel_order '{}' --json kosmo integrations:shopify shopify_cancel_order '{}' --json shopify.shopify_list_order_transactions
List Transactions for a Shopify order.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_order_transactions '{}' --json kosmo integrations:shopify shopify_list_order_transactions '{}' --json shopify.shopify_get_order_transaction
Get one order Transaction.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_order_transaction '{}' --json kosmo integrations:shopify shopify_get_order_transaction '{}' --json shopify.shopify_create_order_transaction
Create an order Transaction.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_order_transaction '{}' --json kosmo integrations:shopify shopify_create_order_transaction '{}' --json shopify.shopify_update_order_transaction
Update an order Transaction.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_order_transaction '{}' --json kosmo integrations:shopify shopify_update_order_transaction '{}' --json shopify.shopify_delete_order_transaction
Delete an order Transaction.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_order_transaction '{}' --json kosmo integrations:shopify shopify_delete_order_transaction '{}' --json shopify.shopify_list_order_fulfillments
List Fulfillments for a Shopify order.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_order_fulfillments '{}' --json kosmo integrations:shopify shopify_list_order_fulfillments '{}' --json shopify.shopify_get_order_fulfillment
Get one order Fulfillment.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_order_fulfillment '{}' --json kosmo integrations:shopify shopify_get_order_fulfillment '{}' --json shopify.shopify_create_order_fulfillment
Create an order Fulfillment.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_order_fulfillment '{}' --json kosmo integrations:shopify shopify_create_order_fulfillment '{}' --json shopify.shopify_update_order_fulfillment
Update an order Fulfillment.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_order_fulfillment '{}' --json kosmo integrations:shopify shopify_update_order_fulfillment '{}' --json shopify.shopify_delete_order_fulfillment
Delete an order Fulfillment.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_order_fulfillment '{}' --json kosmo integrations:shopify shopify_delete_order_fulfillment '{}' --json shopify.shopify_list_order_refunds
List Refunds for a Shopify order.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_order_refunds '{}' --json kosmo integrations:shopify shopify_list_order_refunds '{}' --json shopify.shopify_get_order_refund
Get one order Refund.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_order_refund '{}' --json kosmo integrations:shopify shopify_get_order_refund '{}' --json shopify.shopify_create_order_refund
Create an order Refund.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_order_refund '{}' --json kosmo integrations:shopify shopify_create_order_refund '{}' --json shopify.shopify_list_order_risks
List Risks for a Shopify order.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_order_risks '{}' --json kosmo integrations:shopify shopify_list_order_risks '{}' --json shopify.shopify_get_order_risk
Get one order Risk.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_order_risk '{}' --json kosmo integrations:shopify shopify_get_order_risk '{}' --json shopify.shopify_create_order_risk
Create an order Risk.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_order_risk '{}' --json kosmo integrations:shopify shopify_create_order_risk '{}' --json shopify.shopify_update_order_risk
Update an order Risk.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_order_risk '{}' --json kosmo integrations:shopify shopify_update_order_risk '{}' --json shopify.shopify_delete_order_risk
Delete an order Risk.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_order_risk '{}' --json kosmo integrations:shopify shopify_delete_order_risk '{}' --json shopify.shopify_calculate_order_refund
Calculate refund transactions for an order.
write - Parameters
- none
kosmo integrations:call shopify.shopify_calculate_order_refund '{}' --json kosmo integrations:shopify shopify_calculate_order_refund '{}' --json shopify.shopify_list_fulfillment_orders
List assigned fulfillment orders.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_fulfillment_orders '{}' --json kosmo integrations:shopify shopify_list_fulfillment_orders '{}' --json shopify.shopify_list_order_fulfillment_orders
List fulfillment orders for an order.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_order_fulfillment_orders '{}' --json kosmo integrations:shopify shopify_list_order_fulfillment_orders '{}' --json shopify.shopify_get_fulfillment_order
Get one fulfillment order.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_fulfillment_order '{}' --json kosmo integrations:shopify shopify_get_fulfillment_order '{}' --json shopify.shopify_search_customers
Search Shopify customers.
read - Parameters
- none
kosmo integrations:call shopify.shopify_search_customers '{}' --json kosmo integrations:shopify shopify_search_customers '{}' --json shopify.shopify_list_customer_addresses
List Addresses for a Shopify customer.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_customer_addresses '{}' --json kosmo integrations:shopify shopify_list_customer_addresses '{}' --json shopify.shopify_get_customer_address
Get one customer Address.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_customer_address '{}' --json kosmo integrations:shopify shopify_get_customer_address '{}' --json shopify.shopify_create_customer_address
Create a customer Address.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_customer_address '{}' --json kosmo integrations:shopify shopify_create_customer_address '{}' --json shopify.shopify_update_customer_address
Update a customer Address.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_customer_address '{}' --json kosmo integrations:shopify shopify_update_customer_address '{}' --json shopify.shopify_delete_customer_address
Delete a customer Address.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_customer_address '{}' --json kosmo integrations:shopify shopify_delete_customer_address '{}' --json shopify.shopify_list_customer_metafields
List Metafields for a Shopify customer.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_customer_metafields '{}' --json kosmo integrations:shopify shopify_list_customer_metafields '{}' --json shopify.shopify_get_customer_metafield
Get one customer Metafield.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_customer_metafield '{}' --json kosmo integrations:shopify shopify_get_customer_metafield '{}' --json shopify.shopify_create_customer_metafield
Create a customer Metafield.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_customer_metafield '{}' --json kosmo integrations:shopify shopify_create_customer_metafield '{}' --json shopify.shopify_update_customer_metafield
Update a customer Metafield.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_customer_metafield '{}' --json kosmo integrations:shopify shopify_update_customer_metafield '{}' --json shopify.shopify_delete_customer_metafield
Delete a customer Metafield.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_customer_metafield '{}' --json kosmo integrations:shopify shopify_delete_customer_metafield '{}' --json shopify.shopify_set_default_customer_address
Set the default address for a customer.
write - Parameters
- none
kosmo integrations:call shopify.shopify_set_default_customer_address '{}' --json kosmo integrations:shopify shopify_set_default_customer_address '{}' --json shopify.shopify_list_discount_codes
List discount codes for a price rule.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_discount_codes '{}' --json kosmo integrations:shopify shopify_list_discount_codes '{}' --json shopify.shopify_get_discount_code
Get one discount code.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_discount_code '{}' --json kosmo integrations:shopify shopify_get_discount_code '{}' --json shopify.shopify_create_discount_code
Create a discount code for a price rule.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_discount_code '{}' --json kosmo integrations:shopify shopify_create_discount_code '{}' --json shopify.shopify_update_discount_code
Update a discount code.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_discount_code '{}' --json kosmo integrations:shopify shopify_update_discount_code '{}' --json shopify.shopify_delete_discount_code
Delete a discount code.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_discount_code '{}' --json kosmo integrations:shopify shopify_delete_discount_code '{}' --json shopify.shopify_lookup_discount_code
Look up a discount code by code string.
read - Parameters
- none
kosmo integrations:call shopify.shopify_lookup_discount_code '{}' --json kosmo integrations:shopify shopify_lookup_discount_code '{}' --json shopify.shopify_list_inventory_levels
List Shopify inventory levels.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_inventory_levels '{}' --json kosmo integrations:shopify shopify_list_inventory_levels '{}' --json shopify.shopify_connect_inventory_level
Connect an inventory item to a location.
write - Parameters
- none
kosmo integrations:call shopify.shopify_connect_inventory_level '{}' --json kosmo integrations:shopify shopify_connect_inventory_level '{}' --json shopify.shopify_set_inventory_level
Set available inventory at a location.
write - Parameters
- none
kosmo integrations:call shopify.shopify_set_inventory_level '{}' --json kosmo integrations:shopify shopify_set_inventory_level '{}' --json shopify.shopify_adjust_inventory_level
Adjust available inventory at a location.
write - Parameters
- none
kosmo integrations:call shopify.shopify_adjust_inventory_level '{}' --json kosmo integrations:shopify shopify_adjust_inventory_level '{}' --json shopify.shopify_delete_inventory_level
Delete an inventory level.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_inventory_level '{}' --json kosmo integrations:shopify shopify_delete_inventory_level '{}' --json shopify.shopify_list_assets
List assets for a theme.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_assets '{}' --json kosmo integrations:shopify shopify_list_assets '{}' --json shopify.shopify_get_asset
Get a theme asset by key.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_asset '{}' --json kosmo integrations:shopify shopify_get_asset '{}' --json shopify.shopify_put_asset
Create or update a theme asset.
write - Parameters
- none
kosmo integrations:call shopify.shopify_put_asset '{}' --json kosmo integrations:shopify shopify_put_asset '{}' --json shopify.shopify_delete_asset
Delete a theme asset by key.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_asset '{}' --json kosmo integrations:shopify shopify_delete_asset '{}' --json shopify.shopify_list_articles
List articles for a blog.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_articles '{}' --json kosmo integrations:shopify shopify_list_articles '{}' --json shopify.shopify_get_article
Get one blog article.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_article '{}' --json kosmo integrations:shopify shopify_get_article '{}' --json shopify.shopify_create_article
Create a blog article.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_article '{}' --json kosmo integrations:shopify shopify_create_article '{}' --json shopify.shopify_update_article
Update a blog article.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_article '{}' --json kosmo integrations:shopify shopify_update_article '{}' --json shopify.shopify_delete_article
Delete a blog article.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_article '{}' --json kosmo integrations:shopify shopify_delete_article '{}' --json shopify.shopify_list_metafields
List shop-level metafields.
read - Parameters
- none
kosmo integrations:call shopify.shopify_list_metafields '{}' --json kosmo integrations:shopify shopify_list_metafields '{}' --json shopify.shopify_get_metafield
Get one shop-level metafield.
read - Parameters
- none
kosmo integrations:call shopify.shopify_get_metafield '{}' --json kosmo integrations:shopify shopify_get_metafield '{}' --json shopify.shopify_create_metafield
Create a shop-level metafield.
write - Parameters
- none
kosmo integrations:call shopify.shopify_create_metafield '{}' --json kosmo integrations:shopify shopify_create_metafield '{}' --json shopify.shopify_update_metafield
Update a shop-level metafield.
write - Parameters
- none
kosmo integrations:call shopify.shopify_update_metafield '{}' --json kosmo integrations:shopify shopify_update_metafield '{}' --json shopify.shopify_delete_metafield
Delete a shop-level metafield.
write - Parameters
- none
kosmo integrations:call shopify.shopify_delete_metafield '{}' --json kosmo integrations:shopify shopify_delete_metafield '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
shopify.shopify_api_get 0 parameters
kosmo integrations:schema shopify.shopify_api_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_api_post 0 parameters
kosmo integrations:schema shopify.shopify_api_post --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_api_put 0 parameters
kosmo integrations:schema shopify.shopify_api_put --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_api_delete 0 parameters
kosmo integrations:schema shopify.shopify_api_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_shop 0 parameters
kosmo integrations:schema shopify.shopify_get_shop --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_current_user 0 parameters
kosmo integrations:schema shopify.shopify_get_current_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_products 0 parameters
kosmo integrations:schema shopify.shopify_list_products --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_product 0 parameters
kosmo integrations:schema shopify.shopify_get_product --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_product 0 parameters
kosmo integrations:schema shopify.shopify_create_product --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_product 0 parameters
kosmo integrations:schema shopify.shopify_update_product --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_product 0 parameters
kosmo integrations:schema shopify.shopify_delete_product --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_orders 0 parameters
kosmo integrations:schema shopify.shopify_list_orders --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_order 0 parameters
kosmo integrations:schema shopify.shopify_get_order --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_order 0 parameters
kosmo integrations:schema shopify.shopify_create_order --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_order 0 parameters
kosmo integrations:schema shopify.shopify_update_order --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_order 0 parameters
kosmo integrations:schema shopify.shopify_delete_order --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_customers 0 parameters
kosmo integrations:schema shopify.shopify_list_customers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_customer 0 parameters
kosmo integrations:schema shopify.shopify_get_customer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_customer 0 parameters
kosmo integrations:schema shopify.shopify_create_customer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_customer 0 parameters
kosmo integrations:schema shopify.shopify_update_customer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_customer 0 parameters
kosmo integrations:schema shopify.shopify_delete_customer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_custom_collections 0 parameters
kosmo integrations:schema shopify.shopify_list_custom_collections --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_custom_collection 0 parameters
kosmo integrations:schema shopify.shopify_get_custom_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_custom_collection 0 parameters
kosmo integrations:schema shopify.shopify_create_custom_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_custom_collection 0 parameters
kosmo integrations:schema shopify.shopify_update_custom_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_custom_collection 0 parameters
kosmo integrations:schema shopify.shopify_delete_custom_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_smart_collections 0 parameters
kosmo integrations:schema shopify.shopify_list_smart_collections --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_smart_collection 0 parameters
kosmo integrations:schema shopify.shopify_get_smart_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_smart_collection 0 parameters
kosmo integrations:schema shopify.shopify_create_smart_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_smart_collection 0 parameters
kosmo integrations:schema shopify.shopify_update_smart_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_smart_collection 0 parameters
kosmo integrations:schema shopify.shopify_delete_smart_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_collects 0 parameters
kosmo integrations:schema shopify.shopify_list_collects --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_collect 0 parameters
kosmo integrations:schema shopify.shopify_get_collect --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_collect 0 parameters
kosmo integrations:schema shopify.shopify_create_collect --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_collect 0 parameters
kosmo integrations:schema shopify.shopify_update_collect --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_collect 0 parameters
kosmo integrations:schema shopify.shopify_delete_collect --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_price_rules 0 parameters
kosmo integrations:schema shopify.shopify_list_price_rules --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_price_rule 0 parameters
kosmo integrations:schema shopify.shopify_get_price_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_price_rule 0 parameters
kosmo integrations:schema shopify.shopify_create_price_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_price_rule 0 parameters
kosmo integrations:schema shopify.shopify_update_price_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_price_rule 0 parameters
kosmo integrations:schema shopify.shopify_delete_price_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_webhooks 0 parameters
kosmo integrations:schema shopify.shopify_list_webhooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_webhook 0 parameters
kosmo integrations:schema shopify.shopify_get_webhook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_webhook 0 parameters
kosmo integrations:schema shopify.shopify_create_webhook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_webhook 0 parameters
kosmo integrations:schema shopify.shopify_update_webhook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_webhook 0 parameters
kosmo integrations:schema shopify.shopify_delete_webhook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_script_tags 0 parameters
kosmo integrations:schema shopify.shopify_list_script_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_script_tag 0 parameters
kosmo integrations:schema shopify.shopify_get_script_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_script_tag 0 parameters
kosmo integrations:schema shopify.shopify_create_script_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_script_tag 0 parameters
kosmo integrations:schema shopify.shopify_update_script_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_script_tag 0 parameters
kosmo integrations:schema shopify.shopify_delete_script_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_themes 0 parameters
kosmo integrations:schema shopify.shopify_list_themes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_theme 0 parameters
kosmo integrations:schema shopify.shopify_get_theme --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_theme 0 parameters
kosmo integrations:schema shopify.shopify_create_theme --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_theme 0 parameters
kosmo integrations:schema shopify.shopify_update_theme --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_theme 0 parameters
kosmo integrations:schema shopify.shopify_delete_theme --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_pages 0 parameters
kosmo integrations:schema shopify.shopify_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_page 0 parameters
kosmo integrations:schema shopify.shopify_get_page --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_page 0 parameters
kosmo integrations:schema shopify.shopify_create_page --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_page 0 parameters
kosmo integrations:schema shopify.shopify_update_page --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_page 0 parameters
kosmo integrations:schema shopify.shopify_delete_page --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_blogs 0 parameters
kosmo integrations:schema shopify.shopify_list_blogs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_blog 0 parameters
kosmo integrations:schema shopify.shopify_get_blog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_blog 0 parameters
kosmo integrations:schema shopify.shopify_create_blog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_blog 0 parameters
kosmo integrations:schema shopify.shopify_update_blog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_blog 0 parameters
kosmo integrations:schema shopify.shopify_delete_blog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_fulfillment_services 0 parameters
kosmo integrations:schema shopify.shopify_list_fulfillment_services --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_fulfillment_service 0 parameters
kosmo integrations:schema shopify.shopify_get_fulfillment_service --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_fulfillment_service 0 parameters
kosmo integrations:schema shopify.shopify_create_fulfillment_service --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_fulfillment_service 0 parameters
kosmo integrations:schema shopify.shopify_update_fulfillment_service --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_fulfillment_service 0 parameters
kosmo integrations:schema shopify.shopify_delete_fulfillment_service --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_locations 0 parameters
kosmo integrations:schema shopify.shopify_list_locations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_location 0 parameters
kosmo integrations:schema shopify.shopify_get_location --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_inventory_items 0 parameters
kosmo integrations:schema shopify.shopify_list_inventory_items --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_inventory_item 0 parameters
kosmo integrations:schema shopify.shopify_get_inventory_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_inventory_item 0 parameters
kosmo integrations:schema shopify.shopify_update_inventory_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_product_variants 0 parameters
kosmo integrations:schema shopify.shopify_list_product_variants --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_product_variant 0 parameters
kosmo integrations:schema shopify.shopify_get_product_variant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_product_variant 0 parameters
kosmo integrations:schema shopify.shopify_create_product_variant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_product_variant 0 parameters
kosmo integrations:schema shopify.shopify_update_product_variant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_product_variant 0 parameters
kosmo integrations:schema shopify.shopify_delete_product_variant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_product_images 0 parameters
kosmo integrations:schema shopify.shopify_list_product_images --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_product_image 0 parameters
kosmo integrations:schema shopify.shopify_get_product_image --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_product_image 0 parameters
kosmo integrations:schema shopify.shopify_create_product_image --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_product_image 0 parameters
kosmo integrations:schema shopify.shopify_update_product_image --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_product_image 0 parameters
kosmo integrations:schema shopify.shopify_delete_product_image --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_product_metafields 0 parameters
kosmo integrations:schema shopify.shopify_list_product_metafields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_product_metafield 0 parameters
kosmo integrations:schema shopify.shopify_get_product_metafield --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_product_metafield 0 parameters
kosmo integrations:schema shopify.shopify_create_product_metafield --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_product_metafield 0 parameters
kosmo integrations:schema shopify.shopify_update_product_metafield --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_product_metafield 0 parameters
kosmo integrations:schema shopify.shopify_delete_product_metafield --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_close_order 0 parameters
kosmo integrations:schema shopify.shopify_close_order --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_reopen_order 0 parameters
kosmo integrations:schema shopify.shopify_reopen_order --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_cancel_order 0 parameters
kosmo integrations:schema shopify.shopify_cancel_order --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_order_transactions 0 parameters
kosmo integrations:schema shopify.shopify_list_order_transactions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_order_transaction 0 parameters
kosmo integrations:schema shopify.shopify_get_order_transaction --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_order_transaction 0 parameters
kosmo integrations:schema shopify.shopify_create_order_transaction --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_order_transaction 0 parameters
kosmo integrations:schema shopify.shopify_update_order_transaction --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_order_transaction 0 parameters
kosmo integrations:schema shopify.shopify_delete_order_transaction --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_order_fulfillments 0 parameters
kosmo integrations:schema shopify.shopify_list_order_fulfillments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_order_fulfillment 0 parameters
kosmo integrations:schema shopify.shopify_get_order_fulfillment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_order_fulfillment 0 parameters
kosmo integrations:schema shopify.shopify_create_order_fulfillment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_order_fulfillment 0 parameters
kosmo integrations:schema shopify.shopify_update_order_fulfillment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_order_fulfillment 0 parameters
kosmo integrations:schema shopify.shopify_delete_order_fulfillment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_order_refunds 0 parameters
kosmo integrations:schema shopify.shopify_list_order_refunds --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_order_refund 0 parameters
kosmo integrations:schema shopify.shopify_get_order_refund --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_order_refund 0 parameters
kosmo integrations:schema shopify.shopify_create_order_refund --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_order_risks 0 parameters
kosmo integrations:schema shopify.shopify_list_order_risks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_order_risk 0 parameters
kosmo integrations:schema shopify.shopify_get_order_risk --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_order_risk 0 parameters
kosmo integrations:schema shopify.shopify_create_order_risk --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_order_risk 0 parameters
kosmo integrations:schema shopify.shopify_update_order_risk --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_order_risk 0 parameters
kosmo integrations:schema shopify.shopify_delete_order_risk --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_calculate_order_refund 0 parameters
kosmo integrations:schema shopify.shopify_calculate_order_refund --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_fulfillment_orders 0 parameters
kosmo integrations:schema shopify.shopify_list_fulfillment_orders --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_order_fulfillment_orders 0 parameters
kosmo integrations:schema shopify.shopify_list_order_fulfillment_orders --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_fulfillment_order 0 parameters
kosmo integrations:schema shopify.shopify_get_fulfillment_order --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_search_customers 0 parameters
kosmo integrations:schema shopify.shopify_search_customers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_customer_addresses 0 parameters
kosmo integrations:schema shopify.shopify_list_customer_addresses --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_customer_address 0 parameters
kosmo integrations:schema shopify.shopify_get_customer_address --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_customer_address 0 parameters
kosmo integrations:schema shopify.shopify_create_customer_address --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_customer_address 0 parameters
kosmo integrations:schema shopify.shopify_update_customer_address --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_customer_address 0 parameters
kosmo integrations:schema shopify.shopify_delete_customer_address --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_customer_metafields 0 parameters
kosmo integrations:schema shopify.shopify_list_customer_metafields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_customer_metafield 0 parameters
kosmo integrations:schema shopify.shopify_get_customer_metafield --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_customer_metafield 0 parameters
kosmo integrations:schema shopify.shopify_create_customer_metafield --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_customer_metafield 0 parameters
kosmo integrations:schema shopify.shopify_update_customer_metafield --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_customer_metafield 0 parameters
kosmo integrations:schema shopify.shopify_delete_customer_metafield --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_set_default_customer_address 0 parameters
kosmo integrations:schema shopify.shopify_set_default_customer_address --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_discount_codes 0 parameters
kosmo integrations:schema shopify.shopify_list_discount_codes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_discount_code 0 parameters
kosmo integrations:schema shopify.shopify_get_discount_code --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_discount_code 0 parameters
kosmo integrations:schema shopify.shopify_create_discount_code --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_discount_code 0 parameters
kosmo integrations:schema shopify.shopify_update_discount_code --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_discount_code 0 parameters
kosmo integrations:schema shopify.shopify_delete_discount_code --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_lookup_discount_code 0 parameters
kosmo integrations:schema shopify.shopify_lookup_discount_code --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_inventory_levels 0 parameters
kosmo integrations:schema shopify.shopify_list_inventory_levels --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_connect_inventory_level 0 parameters
kosmo integrations:schema shopify.shopify_connect_inventory_level --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_set_inventory_level 0 parameters
kosmo integrations:schema shopify.shopify_set_inventory_level --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_adjust_inventory_level 0 parameters
kosmo integrations:schema shopify.shopify_adjust_inventory_level --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_inventory_level 0 parameters
kosmo integrations:schema shopify.shopify_delete_inventory_level --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_assets 0 parameters
kosmo integrations:schema shopify.shopify_list_assets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_asset 0 parameters
kosmo integrations:schema shopify.shopify_get_asset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_put_asset 0 parameters
kosmo integrations:schema shopify.shopify_put_asset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_asset 0 parameters
kosmo integrations:schema shopify.shopify_delete_asset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_articles 0 parameters
kosmo integrations:schema shopify.shopify_list_articles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_article 0 parameters
kosmo integrations:schema shopify.shopify_get_article --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_article 0 parameters
kosmo integrations:schema shopify.shopify_create_article --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_article 0 parameters
kosmo integrations:schema shopify.shopify_update_article --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_article 0 parameters
kosmo integrations:schema shopify.shopify_delete_article --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_list_metafields 0 parameters
kosmo integrations:schema shopify.shopify_list_metafields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_get_metafield 0 parameters
kosmo integrations:schema shopify.shopify_get_metafield --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_create_metafield 0 parameters
kosmo integrations:schema shopify.shopify_create_metafield --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_update_metafield 0 parameters
kosmo integrations:schema shopify.shopify_update_metafield --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shopify.shopify_delete_metafield 0 parameters
kosmo integrations:schema shopify.shopify_delete_metafield --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.