universal-mcp-applications 0.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- universal_mcp/applications/ahrefs/README.md +51 -0
- universal_mcp/applications/ahrefs/__init__.py +1 -0
- universal_mcp/applications/ahrefs/app.py +2291 -0
- universal_mcp/applications/airtable/README.md +22 -0
- universal_mcp/applications/airtable/__init__.py +1 -0
- universal_mcp/applications/airtable/app.py +479 -0
- universal_mcp/applications/apollo/README.md +44 -0
- universal_mcp/applications/apollo/__init__.py +1 -0
- universal_mcp/applications/apollo/app.py +1847 -0
- universal_mcp/applications/asana/README.md +199 -0
- universal_mcp/applications/asana/__init__.py +1 -0
- universal_mcp/applications/asana/app.py +9509 -0
- universal_mcp/applications/aws-s3/README.md +0 -0
- universal_mcp/applications/aws-s3/__init__.py +1 -0
- universal_mcp/applications/aws-s3/app.py +552 -0
- universal_mcp/applications/bill/README.md +0 -0
- universal_mcp/applications/bill/__init__.py +1 -0
- universal_mcp/applications/bill/app.py +8705 -0
- universal_mcp/applications/box/README.md +307 -0
- universal_mcp/applications/box/__init__.py +1 -0
- universal_mcp/applications/box/app.py +15987 -0
- universal_mcp/applications/braze/README.md +106 -0
- universal_mcp/applications/braze/__init__.py +1 -0
- universal_mcp/applications/braze/app.py +4754 -0
- universal_mcp/applications/cal-com-v2/README.md +150 -0
- universal_mcp/applications/cal-com-v2/__init__.py +1 -0
- universal_mcp/applications/cal-com-v2/app.py +5541 -0
- universal_mcp/applications/calendly/README.md +53 -0
- universal_mcp/applications/calendly/__init__.py +1 -0
- universal_mcp/applications/calendly/app.py +1436 -0
- universal_mcp/applications/canva/README.md +43 -0
- universal_mcp/applications/canva/__init__.py +1 -0
- universal_mcp/applications/canva/app.py +941 -0
- universal_mcp/applications/clickup/README.md +135 -0
- universal_mcp/applications/clickup/__init__.py +1 -0
- universal_mcp/applications/clickup/app.py +5009 -0
- universal_mcp/applications/coda/README.md +108 -0
- universal_mcp/applications/coda/__init__.py +1 -0
- universal_mcp/applications/coda/app.py +3671 -0
- universal_mcp/applications/confluence/README.md +198 -0
- universal_mcp/applications/confluence/__init__.py +1 -0
- universal_mcp/applications/confluence/app.py +6273 -0
- universal_mcp/applications/contentful/README.md +17 -0
- universal_mcp/applications/contentful/__init__.py +1 -0
- universal_mcp/applications/contentful/app.py +364 -0
- universal_mcp/applications/crustdata/README.md +25 -0
- universal_mcp/applications/crustdata/__init__.py +1 -0
- universal_mcp/applications/crustdata/app.py +586 -0
- universal_mcp/applications/dialpad/README.md +202 -0
- universal_mcp/applications/dialpad/__init__.py +1 -0
- universal_mcp/applications/dialpad/app.py +5949 -0
- universal_mcp/applications/digitalocean/README.md +463 -0
- universal_mcp/applications/digitalocean/__init__.py +1 -0
- universal_mcp/applications/digitalocean/app.py +20835 -0
- universal_mcp/applications/domain-checker/README.md +13 -0
- universal_mcp/applications/domain-checker/__init__.py +1 -0
- universal_mcp/applications/domain-checker/app.py +265 -0
- universal_mcp/applications/e2b/README.md +12 -0
- universal_mcp/applications/e2b/__init__.py +1 -0
- universal_mcp/applications/e2b/app.py +187 -0
- universal_mcp/applications/elevenlabs/README.md +88 -0
- universal_mcp/applications/elevenlabs/__init__.py +1 -0
- universal_mcp/applications/elevenlabs/app.py +3235 -0
- universal_mcp/applications/exa/README.md +15 -0
- universal_mcp/applications/exa/__init__.py +1 -0
- universal_mcp/applications/exa/app.py +221 -0
- universal_mcp/applications/falai/README.md +17 -0
- universal_mcp/applications/falai/__init__.py +1 -0
- universal_mcp/applications/falai/app.py +331 -0
- universal_mcp/applications/figma/README.md +49 -0
- universal_mcp/applications/figma/__init__.py +1 -0
- universal_mcp/applications/figma/app.py +1090 -0
- universal_mcp/applications/firecrawl/README.md +20 -0
- universal_mcp/applications/firecrawl/__init__.py +1 -0
- universal_mcp/applications/firecrawl/app.py +514 -0
- universal_mcp/applications/fireflies/README.md +25 -0
- universal_mcp/applications/fireflies/__init__.py +1 -0
- universal_mcp/applications/fireflies/app.py +506 -0
- universal_mcp/applications/fpl/README.md +23 -0
- universal_mcp/applications/fpl/__init__.py +1 -0
- universal_mcp/applications/fpl/app.py +1327 -0
- universal_mcp/applications/fpl/utils/api.py +142 -0
- universal_mcp/applications/fpl/utils/fixtures.py +629 -0
- universal_mcp/applications/fpl/utils/helper.py +982 -0
- universal_mcp/applications/fpl/utils/league_utils.py +546 -0
- universal_mcp/applications/fpl/utils/position_utils.py +68 -0
- universal_mcp/applications/ghost-content/README.md +25 -0
- universal_mcp/applications/ghost-content/__init__.py +1 -0
- universal_mcp/applications/ghost-content/app.py +654 -0
- universal_mcp/applications/github/README.md +1049 -0
- universal_mcp/applications/github/__init__.py +1 -0
- universal_mcp/applications/github/app.py +50600 -0
- universal_mcp/applications/gong/README.md +63 -0
- universal_mcp/applications/gong/__init__.py +1 -0
- universal_mcp/applications/gong/app.py +2297 -0
- universal_mcp/applications/google-ads/README.md +0 -0
- universal_mcp/applications/google-ads/__init__.py +1 -0
- universal_mcp/applications/google-ads/app.py +23 -0
- universal_mcp/applications/google-calendar/README.md +21 -0
- universal_mcp/applications/google-calendar/__init__.py +1 -0
- universal_mcp/applications/google-calendar/app.py +574 -0
- universal_mcp/applications/google-docs/README.md +25 -0
- universal_mcp/applications/google-docs/__init__.py +1 -0
- universal_mcp/applications/google-docs/app.py +760 -0
- universal_mcp/applications/google-drive/README.md +68 -0
- universal_mcp/applications/google-drive/__init__.py +1 -0
- universal_mcp/applications/google-drive/app.py +4936 -0
- universal_mcp/applications/google-gemini/README.md +25 -0
- universal_mcp/applications/google-gemini/__init__.py +1 -0
- universal_mcp/applications/google-gemini/app.py +663 -0
- universal_mcp/applications/google-mail/README.md +31 -0
- universal_mcp/applications/google-mail/__init__.py +1 -0
- universal_mcp/applications/google-mail/app.py +1354 -0
- universal_mcp/applications/google-searchconsole/README.md +21 -0
- universal_mcp/applications/google-searchconsole/__init__.py +1 -0
- universal_mcp/applications/google-searchconsole/app.py +320 -0
- universal_mcp/applications/google-sheet/README.md +36 -0
- universal_mcp/applications/google-sheet/__init__.py +1 -0
- universal_mcp/applications/google-sheet/app.py +1941 -0
- universal_mcp/applications/hashnode/README.md +20 -0
- universal_mcp/applications/hashnode/__init__.py +1 -0
- universal_mcp/applications/hashnode/app.py +455 -0
- universal_mcp/applications/heygen/README.md +44 -0
- universal_mcp/applications/heygen/__init__.py +1 -0
- universal_mcp/applications/heygen/app.py +961 -0
- universal_mcp/applications/http-tools/README.md +16 -0
- universal_mcp/applications/http-tools/__init__.py +1 -0
- universal_mcp/applications/http-tools/app.py +153 -0
- universal_mcp/applications/hubspot/README.md +239 -0
- universal_mcp/applications/hubspot/__init__.py +1 -0
- universal_mcp/applications/hubspot/app.py +416 -0
- universal_mcp/applications/jira/README.md +600 -0
- universal_mcp/applications/jira/__init__.py +1 -0
- universal_mcp/applications/jira/app.py +28804 -0
- universal_mcp/applications/klaviyo/README.md +313 -0
- universal_mcp/applications/klaviyo/__init__.py +1 -0
- universal_mcp/applications/klaviyo/app.py +11236 -0
- universal_mcp/applications/linkedin/README.md +15 -0
- universal_mcp/applications/linkedin/__init__.py +1 -0
- universal_mcp/applications/linkedin/app.py +243 -0
- universal_mcp/applications/mailchimp/README.md +281 -0
- universal_mcp/applications/mailchimp/__init__.py +1 -0
- universal_mcp/applications/mailchimp/app.py +10937 -0
- universal_mcp/applications/markitdown/README.md +12 -0
- universal_mcp/applications/markitdown/__init__.py +1 -0
- universal_mcp/applications/markitdown/app.py +63 -0
- universal_mcp/applications/miro/README.md +151 -0
- universal_mcp/applications/miro/__init__.py +1 -0
- universal_mcp/applications/miro/app.py +5429 -0
- universal_mcp/applications/ms-teams/README.md +42 -0
- universal_mcp/applications/ms-teams/__init__.py +1 -0
- universal_mcp/applications/ms-teams/app.py +1823 -0
- universal_mcp/applications/neon/README.md +74 -0
- universal_mcp/applications/neon/__init__.py +1 -0
- universal_mcp/applications/neon/app.py +2018 -0
- universal_mcp/applications/notion/README.md +30 -0
- universal_mcp/applications/notion/__init__.py +1 -0
- universal_mcp/applications/notion/app.py +527 -0
- universal_mcp/applications/openai/README.md +22 -0
- universal_mcp/applications/openai/__init__.py +1 -0
- universal_mcp/applications/openai/app.py +759 -0
- universal_mcp/applications/outlook/README.md +20 -0
- universal_mcp/applications/outlook/__init__.py +1 -0
- universal_mcp/applications/outlook/app.py +444 -0
- universal_mcp/applications/perplexity/README.md +12 -0
- universal_mcp/applications/perplexity/__init__.py +1 -0
- universal_mcp/applications/perplexity/app.py +65 -0
- universal_mcp/applications/pipedrive/README.md +284 -0
- universal_mcp/applications/pipedrive/__init__.py +1 -0
- universal_mcp/applications/pipedrive/app.py +12924 -0
- universal_mcp/applications/posthog/README.md +132 -0
- universal_mcp/applications/posthog/__init__.py +1 -0
- universal_mcp/applications/posthog/app.py +7125 -0
- universal_mcp/applications/reddit/README.md +135 -0
- universal_mcp/applications/reddit/__init__.py +1 -0
- universal_mcp/applications/reddit/app.py +4652 -0
- universal_mcp/applications/replicate/README.md +18 -0
- universal_mcp/applications/replicate/__init__.py +1 -0
- universal_mcp/applications/replicate/app.py +495 -0
- universal_mcp/applications/resend/README.md +40 -0
- universal_mcp/applications/resend/__init__.py +1 -0
- universal_mcp/applications/resend/app.py +881 -0
- universal_mcp/applications/retell/README.md +21 -0
- universal_mcp/applications/retell/__init__.py +1 -0
- universal_mcp/applications/retell/app.py +333 -0
- universal_mcp/applications/rocketlane/README.md +70 -0
- universal_mcp/applications/rocketlane/__init__.py +1 -0
- universal_mcp/applications/rocketlane/app.py +4346 -0
- universal_mcp/applications/semanticscholar/README.md +25 -0
- universal_mcp/applications/semanticscholar/__init__.py +1 -0
- universal_mcp/applications/semanticscholar/app.py +482 -0
- universal_mcp/applications/semrush/README.md +44 -0
- universal_mcp/applications/semrush/__init__.py +1 -0
- universal_mcp/applications/semrush/app.py +2081 -0
- universal_mcp/applications/sendgrid/README.md +362 -0
- universal_mcp/applications/sendgrid/__init__.py +1 -0
- universal_mcp/applications/sendgrid/app.py +9752 -0
- universal_mcp/applications/sentry/README.md +186 -0
- universal_mcp/applications/sentry/__init__.py +1 -0
- universal_mcp/applications/sentry/app.py +7471 -0
- universal_mcp/applications/serpapi/README.md +14 -0
- universal_mcp/applications/serpapi/__init__.py +1 -0
- universal_mcp/applications/serpapi/app.py +293 -0
- universal_mcp/applications/sharepoint/README.md +0 -0
- universal_mcp/applications/sharepoint/__init__.py +1 -0
- universal_mcp/applications/sharepoint/app.py +215 -0
- universal_mcp/applications/shopify/README.md +321 -0
- universal_mcp/applications/shopify/__init__.py +1 -0
- universal_mcp/applications/shopify/app.py +15392 -0
- universal_mcp/applications/shortcut/README.md +128 -0
- universal_mcp/applications/shortcut/__init__.py +1 -0
- universal_mcp/applications/shortcut/app.py +4478 -0
- universal_mcp/applications/slack/README.md +0 -0
- universal_mcp/applications/slack/__init__.py +1 -0
- universal_mcp/applications/slack/app.py +570 -0
- universal_mcp/applications/spotify/README.md +91 -0
- universal_mcp/applications/spotify/__init__.py +1 -0
- universal_mcp/applications/spotify/app.py +2526 -0
- universal_mcp/applications/supabase/README.md +87 -0
- universal_mcp/applications/supabase/__init__.py +1 -0
- universal_mcp/applications/supabase/app.py +2970 -0
- universal_mcp/applications/tavily/README.md +12 -0
- universal_mcp/applications/tavily/__init__.py +1 -0
- universal_mcp/applications/tavily/app.py +51 -0
- universal_mcp/applications/trello/README.md +266 -0
- universal_mcp/applications/trello/__init__.py +1 -0
- universal_mcp/applications/trello/app.py +10875 -0
- universal_mcp/applications/twillo/README.md +0 -0
- universal_mcp/applications/twillo/__init__.py +1 -0
- universal_mcp/applications/twillo/app.py +269 -0
- universal_mcp/applications/twitter/README.md +100 -0
- universal_mcp/applications/twitter/__init__.py +1 -0
- universal_mcp/applications/twitter/api_segments/__init__.py +0 -0
- universal_mcp/applications/twitter/api_segments/api_segment_base.py +51 -0
- universal_mcp/applications/twitter/api_segments/compliance_api.py +122 -0
- universal_mcp/applications/twitter/api_segments/dm_conversations_api.py +255 -0
- universal_mcp/applications/twitter/api_segments/dm_events_api.py +140 -0
- universal_mcp/applications/twitter/api_segments/likes_api.py +159 -0
- universal_mcp/applications/twitter/api_segments/lists_api.py +395 -0
- universal_mcp/applications/twitter/api_segments/openapi_json_api.py +34 -0
- universal_mcp/applications/twitter/api_segments/spaces_api.py +309 -0
- universal_mcp/applications/twitter/api_segments/trends_api.py +40 -0
- universal_mcp/applications/twitter/api_segments/tweets_api.py +1403 -0
- universal_mcp/applications/twitter/api_segments/usage_api.py +40 -0
- universal_mcp/applications/twitter/api_segments/users_api.py +1498 -0
- universal_mcp/applications/twitter/app.py +46 -0
- universal_mcp/applications/unipile/README.md +28 -0
- universal_mcp/applications/unipile/__init__.py +1 -0
- universal_mcp/applications/unipile/app.py +829 -0
- universal_mcp/applications/whatsapp/README.md +23 -0
- universal_mcp/applications/whatsapp/__init__.py +1 -0
- universal_mcp/applications/whatsapp/app.py +595 -0
- universal_mcp/applications/whatsapp-business/README.md +34 -0
- universal_mcp/applications/whatsapp-business/__init__.py +1 -0
- universal_mcp/applications/whatsapp-business/app.py +1065 -0
- universal_mcp/applications/wrike/README.md +46 -0
- universal_mcp/applications/wrike/__init__.py +1 -0
- universal_mcp/applications/wrike/app.py +1583 -0
- universal_mcp/applications/youtube/README.md +57 -0
- universal_mcp/applications/youtube/__init__.py +1 -0
- universal_mcp/applications/youtube/app.py +1696 -0
- universal_mcp/applications/zenquotes/README.md +12 -0
- universal_mcp/applications/zenquotes/__init__.py +1 -0
- universal_mcp/applications/zenquotes/app.py +31 -0
- universal_mcp_applications-0.1.1.dist-info/METADATA +172 -0
- universal_mcp_applications-0.1.1.dist-info/RECORD +268 -0
- universal_mcp_applications-0.1.1.dist-info/WHEEL +4 -0
- universal_mcp_applications-0.1.1.dist-info/licenses/LICENSE +21 -0
|
@@ -0,0 +1,321 @@
|
|
|
1
|
+
# ShopifyApp MCP Server
|
|
2
|
+
|
|
3
|
+
An MCP Server for the ShopifyApp API.
|
|
4
|
+
|
|
5
|
+
## 🛠️ Tool List
|
|
6
|
+
|
|
7
|
+
This is automatically generated from OpenAPI schema for the ShopifyApp API.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
| Tool | Description |
|
|
11
|
+
|------|-------------|
|
|
12
|
+
| `get_access_scopes` | Retrieves the list of OAuth access scopes (permissions) granted to an application using the Shopify Admin REST API. |
|
|
13
|
+
| `get_storefront_tokens` | Retrieves a list of storefront access tokens, which are used to authenticate requests to the Shopify Storefront API, allowing access to data such as products and checkout functionality. |
|
|
14
|
+
| `create_storefront_token` | Creates a Shopify Storefront API access token for client-side GraphQL requests, enabling access to store data like products, collections, and checkout. |
|
|
15
|
+
| `delete_storefront_access_token` | Deletes a storefront access token and returns a success status upon completion. |
|
|
16
|
+
| `retrieves_alist_of_reports` | Retrieves reports data for specified parameters, such as IDs, limit, and date ranges, using the GET method. |
|
|
17
|
+
| `creates_anew_report` | Submits a report generation request and returns a success status upon creation. |
|
|
18
|
+
| `retrieves_asingle_report` | Retrieves a report by its ID using the specified API version and optionally includes additional fields in the response. |
|
|
19
|
+
| `updates_areport` | Updates or replaces a specific report resource at the specified report ID in JSON format using the PUT method. |
|
|
20
|
+
| `deletes_areport` | Deletes the specified report using the DELETE method and returns a successful status upon completion. |
|
|
21
|
+
| `get_application_charges` | Retrieves a list of application charges in JSON format, allowing filtering by specific fields and starting from a given ID. |
|
|
22
|
+
| `creates_an_application_charge` | Creates a new application charge through the API, returning a success response upon creation or an error if validation fails. |
|
|
23
|
+
| `retrieves_an_application_charge` | Retrieves details of a specific application charge transaction using specified fields from the Stripe Connect API. |
|
|
24
|
+
| `activates_an_application_charge` | Activates a previously created application charge using the specified ID and returns a success status upon completion. |
|
|
25
|
+
| `retrieves_all_application_credits` | Retrieves a list of application credits issued to merchants through the Shopify API, allowing optional field filtering via query parameters. |
|
|
26
|
+
| `creates_an_application_credit` | Issues application credits to merchants, which can be used towards future app purchases in Shopify, using the POST method at "/admin/api/{api_version}/application_credits.json". |
|
|
27
|
+
| `get_application_credit_by_id` | Retrieves a specific application credit from Shopify's admin API, including optional field filtering parameters. |
|
|
28
|
+
| `get_recurring_charges` | Retrieves a list of recurring application charges with optional filtering by ID and field selection. |
|
|
29
|
+
| `create_recurring_charge` | Creates a new recurring application charge using the API, handling the setup and management of periodic billing. |
|
|
30
|
+
| `retrieves_asingle_charge` | Retrieves details for a specific recurring application charge by ID using the "GET" method, optionally including additional fields specified in the query parameters. |
|
|
31
|
+
| `delete_recurring_charge` | Cancels an existing recurring application charge for a Shopify store. |
|
|
32
|
+
| `activate_recurring_charge` | Activates a recurring application charge using the API and returns a status message in response. |
|
|
33
|
+
| `update_recurring_charge_custom` | Updates a Shopify recurring application charge's properties and returns the modified charge details. |
|
|
34
|
+
| `retrieves_alist_of_usage_charges` | Retrieves usage charges for a specific recurring application charge via the Shopify Admin API, filtering results based on specified fields. |
|
|
35
|
+
| `creates_ausage_charge` | Creates a usage-based charge on a recurring billing subscription and returns the charge details upon success. |
|
|
36
|
+
| `retrieves_asingle_chargeone` | Retrieves a specific usage charge associated with a recurring application charge for tracking and billing purposes. |
|
|
37
|
+
| `list_customer_addresses` | Retrieves a list of customer addresses associated with a specific customer ID. |
|
|
38
|
+
| `creates_anew_address_for_acustomer` | Creates a new address for a specified customer using the POST method. |
|
|
39
|
+
| `get_single_customer_address` | Retrieves a specific customer address using the provided customer ID and address ID, returning details about the address. |
|
|
40
|
+
| `update_customer_address_by_id` | Updates an existing customer address using the HTTP PUT method at a specified API path, returning a successful status message upon completion. |
|
|
41
|
+
| `delete_customer_address` | Deletes a customer's address specified by the customer ID and address ID using a DELETE request. |
|
|
42
|
+
| `set_customer_address` | Updates an existing address for a specified customer using the PUT method, returning a status message upon successful completion. |
|
|
43
|
+
| `set_default_address_by_id` | Sets the specified address as the default for the customer. |
|
|
44
|
+
| `retrieves_alist_of_customers` | Retrieves a list of customers with optional filtering by IDs, creation/update timestamps, and field selection. |
|
|
45
|
+
| `creates_acustomer` | Creates a new customer resource using the API and returns a status message upon successful creation. |
|
|
46
|
+
| `search_customers` | Searches customer records using specified filters, sorting options, and field selections, returning matching results in a structured format. |
|
|
47
|
+
| `retrieves_asingle_customer` | Retrieves a customer's details in JSON format using the specified API version and customer ID, with optional fields specified via the query parameters. |
|
|
48
|
+
| `updates_acustomer` | Updates or replaces the customer resource at the specified ID and returns the updated entity. |
|
|
49
|
+
| `deletes_acustomer` | Deletes a customer's data permanently using the "DELETE" method at the specified API path, immediately canceling any active subscriptions and preventing further operations. |
|
|
50
|
+
| `generate_activation_url` | Generates and returns an account activation URL for a customer via Shopify's API, enabling direct access to activation without manual intervention. |
|
|
51
|
+
| `send_customer_invite` | Sends an invitation to a specified customer using the "POST" method. |
|
|
52
|
+
| `retrieves_acount_of_customers` | Retrieves the count of customers using the specified API version. |
|
|
53
|
+
| `get_customer_orders` | Retrieves a list of orders for a specified customer using the "GET" method via the API endpoint "/admin/api/{api_version}/customers/{customer_id}/orders.json". |
|
|
54
|
+
| `list_customer_saved_searches` | Retrieves a list of customer-saved searches in JSON format, allowing for optional filtering by limit, since_id, and specific fields. |
|
|
55
|
+
| `creates_acustomer_saved_search` | Creates a new customer saved search entry via the specified API version and returns an empty response on success or validation errors. |
|
|
56
|
+
| `get_customer_saved_searches_count` | Retrieves a count of customer saved searches with optional filtering by creation time using the "since_id" parameter. |
|
|
57
|
+
| `get_customer_saved_search_by_id` | Retrieves a customer saved search by ID using the Shopify API, optionally specifying fields to include in the response. |
|
|
58
|
+
| `updates_acustomer_saved_search` | Updates a customer's saved search identified by the `{customer_saved_search_id}` at the specified `{api_version}`, allowing modifications to its details. |
|
|
59
|
+
| `deletes_acustomer_saved_search` | Deletes a specified customer saved search using its unique identifier and returns a success status upon completion. |
|
|
60
|
+
| `get_customers_by_saved_search` | Retrieves a list of customers associated with a specific customer saved search, allowing for optional filtering by order, limited results, and customizable fields. |
|
|
61
|
+
| `retrieves_alist_of_discount_codes` | Retrieves discount codes associated with a specific price rule using the specified API version. |
|
|
62
|
+
| `creates_adiscount_code` | Creates a discount code associated with a specific price rule in Shopify and returns the created resource. |
|
|
63
|
+
| `retrieves_asingle_discount_code` | Retrieves information about a specific discount code for a given price rule using the API. |
|
|
64
|
+
| `updates_an_existing_discount_code` | Updates an existing discount code associated with a specified price rule in Shopify, allowing merchants to modify the discount code details within the defined price rule. |
|
|
65
|
+
| `deletes_adiscount_code` | Deletes a specific discount code associated with a price rule. |
|
|
66
|
+
| `lookup_discount_codes` | Retrieves discount code information using the "GET" method at the "/admin/api/{api_version}/discount_codes/lookup.json" endpoint. |
|
|
67
|
+
| `post_price_rule_batch` | Applies batch operations to a specific price rule using the POST method, allowing for efficient management of price rules in bulk. |
|
|
68
|
+
| `get_price_rule_batch` | Retrieves a batch of price rule details for a specific batch and price rule ID using the specified API version. |
|
|
69
|
+
| `get_discount_codes` | Retrieves a list of discount codes associated with a specific batch under a price rule using the "GET" method. |
|
|
70
|
+
| `retrieves_alist_of_price_rules` | Retrieves a paginated list of price rules with optional filters for time ranges, usage, and creation/modification dates. |
|
|
71
|
+
| `creates_aprice_rule` | Creates a new price rule using the POST method, enabling the management of pricing configurations for specific products or customer groups at the specified API endpoint. |
|
|
72
|
+
| `retrieves_asingle_price_rule` | Retrieves a specific price rule's details including entitlements, prerequisites, and discount conditions from the store's pricing system. |
|
|
73
|
+
| `updates_an_existing_aprice_rule` | Updates a price rule configuration for a specific ID using the Shopify Admin REST API. |
|
|
74
|
+
| `remove_an_existing_pricerule` | Deletes a specified price rule with the provided ID using the "DELETE" method, returning a successful response with a 204 status code. |
|
|
75
|
+
| `retrieves_acount_of_all_price_rules` | Retrieves the total count of price rules configured in the system. |
|
|
76
|
+
| `retrieves_alist_of_events` | Retrieves a filtered list of administrative events with parameters for date ranges, pagination, and field selection. |
|
|
77
|
+
| `retrieves_asingle_event` | Retrieves event details in JSON format from the admin API for a specified event ID and API version with optional field filtering. |
|
|
78
|
+
| `retrieves_acount_of_events` | Retrieves the count of events using the "GET" method, allowing filtering by creation date range via "created_at_min" and "created_at_max" query parameters. |
|
|
79
|
+
| `retrieves_alist_of_webhooks` | Retrieves a list of webhooks in JSON format, allowing filtering by address, creation and update times, specific fields, limit, and topic, using the "GET" method. |
|
|
80
|
+
| `create_anew_webhook` | Creates a new webhook subscription for event notifications from the admin API. |
|
|
81
|
+
| `receive_acount_of_all_webhooks` | Retrieves the count of webhooks for a specified address and topic using the GET method. |
|
|
82
|
+
| `receive_asingle_webhook` | Retrieves a specific webhook's details in JSON format using the specified API version and webhook ID from the admin API. |
|
|
83
|
+
| `modify_an_existing_webhook` | Updates the specified webhook's configuration using the provided data and returns a success status upon completion. |
|
|
84
|
+
| `remove_an_existing_webhook` | Deletes a webhook identified by its ID using the DELETE method, effectively removing the webhook endpoint. |
|
|
85
|
+
| `retrieves_alist_of_inventory_items` | Retrieves a list of inventory items with support for filtering by IDs and limiting results. |
|
|
86
|
+
| `get_inventory_item_by_id` | Retrieves inventory item details using the API at the specified version, returning information for the specified inventory item ID. |
|
|
87
|
+
| `updates_an_existing_inventory_item` | Updates an inventory item with the specified ID by modifying its characteristics or details using the PUT method at the "/admin/api/{api_version}/inventory_items/{inventory_item_id}.json" endpoint. |
|
|
88
|
+
| `get_inventory_levels` | Retrieves inventory level information for specified inventory items and locations using the "GET" method, allowing for filtering by item IDs, location IDs, and update time, and returns the data in JSON format. |
|
|
89
|
+
| `delete_inventory_levels` | Deletes inventory levels from the system and returns a success status without content. |
|
|
90
|
+
| `adjust_inventory_level` | Adjusts the inventory level for a specific item at a location using a relative quantity change. |
|
|
91
|
+
| `connect_inventory_levels` | Connects inventory levels to a specified location or system and returns a success status upon creation. |
|
|
92
|
+
| `set_inventory_level` | Updates inventory levels for specific items and returns a success status. |
|
|
93
|
+
| `retrieves_alist_of_locations` | Retrieves a list of locations accessible through the admin API and returns them in JSON format. |
|
|
94
|
+
| `get_location_by_id` | Retrieves the details of a specific location by its ID from the admin API. |
|
|
95
|
+
| `retrieves_acount_of_locations` | Retrieves the count of locations in JSON format using the specified API version. |
|
|
96
|
+
| `get_inventory_level` | Retrieves the current inventory levels for products at a specified store location using the GET method and returns this information in JSON format. |
|
|
97
|
+
| `list_marketing_events` | Retrieves a paginated list of marketing events using the specified limit and offset parameters. |
|
|
98
|
+
| `creates_amarketing_event` | Creates a marketing event using the specified API version and returns a status message upon successful creation. |
|
|
99
|
+
| `get_marketing_events_count` | Retrieves the total count of marketing events matching specified criteria using filtering parameters. |
|
|
100
|
+
| `retrieves_asingle_marketing_event` | Retrieves the details of a specific marketing event by its ID from the Shopify API. |
|
|
101
|
+
| `updates_amarketing_event` | Updates a marketing event's details via the specified marketing_event_id and returns a success status upon completion. |
|
|
102
|
+
| `deletes_amarketing_event` | Deletes a specific marketing event using its unique identifier and returns a success status upon removal. |
|
|
103
|
+
| `create_marketing_event_engagement` | Creates an engagement record for a specified marketing event using the POST method. |
|
|
104
|
+
| `get_metafields` | Retrieves a list of metafields across all resources with optional filters like namespace, key, value type, and date ranges. |
|
|
105
|
+
| `create_metafields` | Creates a new metafield entry in Shopify's system for storing custom data associated with various resources. |
|
|
106
|
+
| `get_metafield_count` | Retrieves the count of metafields for a specified resource using the "GET" method at the "/admin/api/{api_version}/metafields/count.json" endpoint. |
|
|
107
|
+
| `get_metafield_by_id_json` | Retrieves a specific metafield by its ID using the Shopify API, allowing for optional filtering of returned fields. |
|
|
108
|
+
| `updates_ametafield` | Updates an existing metafield's data in Shopify via the specified API endpoint. |
|
|
109
|
+
| `deletes_ametafield_by_its_id` | Deletes a metafield by its ID using the Shopify API, removing the specified metafield's data from a store. |
|
|
110
|
+
| `list_blog_articles_by_params` | Retrieves a list of articles from a specified blog using the GET method with optional filtering by parameters such as creation date, publication status, author, and tags. |
|
|
111
|
+
| `creates_an_article_for_ablog` | Creates a new article in the specified blog using the Blogger API and returns the created article on success. |
|
|
112
|
+
| `get_article_count` | Retrieves the count of articles in a specific blog with optional time-based and status filters. |
|
|
113
|
+
| `receive_asingle_article` | Retrieves a specific article from a blog by its ID, returning the requested fields in the response. |
|
|
114
|
+
| `updates_an_article` | Updates an article in a blog using the "PUT" method, replacing the existing resource with a new representation at the specified API path. |
|
|
115
|
+
| `deletes_an_article` | Deletes a specific article from a blog using the provided blog and article identifiers and returns a success status upon completion. |
|
|
116
|
+
| `get_authors` | Retrieves a list of article authors in JSON format using the specified API version. |
|
|
117
|
+
| `retrieves_alist_of_all_article_tags` | Retrieves article tags with optional parameters for limiting results and filtering by popularity. |
|
|
118
|
+
| `get_theme_assets_json` | Retrieves a list of theme assets for a specified theme in Shopify using the GET method at the "/admin/api/{api_version}/themes/{theme_id}/assets.json" endpoint, optionally filtering the response by fields specified in the query parameters. |
|
|
119
|
+
| `update_theme_asset` | Updates or creates theme assets in Shopify stores using the Asset REST API, enabling modification of theme files like Liquid templates or CSS. |
|
|
120
|
+
| `deletes_an_asset_from_atheme` | Deletes a theme asset in a Shopify store using the "DELETE" method at the specified API path, returning a status message based on the outcome of the deletion request. |
|
|
121
|
+
| `retrieve_alist_of_all_blogs` | Retrieves a list of blogs with configurable filters (limit, handle, etc.) and optional field selection in the specified API version. |
|
|
122
|
+
| `create_anew_blog` | Creates a new blog using the API at "/admin/api/{api_version}/blogs.json" with the "POST" method, returning a status indicating success or failure. |
|
|
123
|
+
| `receive_acount_of_all_blogs` | Retrieves the count of blogs using the "GET" method at the specified API endpoint. |
|
|
124
|
+
| `receive_asingle_blog` | Retrieves a blog with the specified ID and optional fields using the "GET" method. |
|
|
125
|
+
| `modify_an_existing_blog` | Updates or replaces an entire blog entry at the specified blog ID using the provided data and returns a success status. |
|
|
126
|
+
| `remove_an_existing_blog` | Deletes a blog with the specified ID using the DELETE method via the API endpoint "/admin/api/{api_version}/blogs/{blog_id}.json" and returns a successful status message if the operation is completed. |
|
|
127
|
+
| `retrieves_alist_of_comments` | Retrieves a list of comments with filtering by date ranges, status, and field selection parameters via a GET request. |
|
|
128
|
+
| `creates_acomment_for_an_article` | Creates comments through an administrative API endpoint. |
|
|
129
|
+
| `retrieves_acount_of_comments` | Retrieves the count of comments filtered by creation, update, and publication timestamps or status using specific query parameters. |
|
|
130
|
+
| `retrieves_asingle_comment_by_its_id` | Retrieves a specific comment's details by its ID in the GitHub API, supporting optional field filtering. |
|
|
131
|
+
| `updates_acomment_of_an_article` | Updates a comment identified by `{comment_id}` using the "PUT" method, enabling modifications to existing comments in a structured API environment. |
|
|
132
|
+
| `marks_acomment_as_spam` | Marks a comment as spam in the admin system and returns a success status. |
|
|
133
|
+
| `marks_acomment_as_not_spam` | Marks a comment as not spam in the admin API and returns a success status. |
|
|
134
|
+
| `approves_acomment` | Approves a specified comment via a POST request and returns a success status upon approval. |
|
|
135
|
+
| `removes_acomment` | Removes a comment via the API, identified by its ID, using a POST request at the specified path. |
|
|
136
|
+
| `restore_comment` | Restores a deleted comment using the specified API version and returns a success status. |
|
|
137
|
+
| `retrieves_alist_of_pages` | Retrieves a list of pages in JSON format using the Shopify API, allowing filtering by parameters such as limit, title, handle, creation and update dates, and publication status. |
|
|
138
|
+
| `create_anew_page` | Creates a new page in the Shopify admin using the POST method and returns a status message. |
|
|
139
|
+
| `retrieves_apage_count` | Retrieves the count of pages in a Shopify store based on specified criteria such as title, creation date, update date, publication date, and publication status using the GET method. |
|
|
140
|
+
| `retrieves_asingle_page_by_its_id` | Retrieves a specific page's details from the admin API, filtered by the requested fields, and returns the structured data in JSON format. |
|
|
141
|
+
| `updates_apage` | Updates a specific page with the given ID using the PUT method, replacing its existing content with new data. |
|
|
142
|
+
| `deletes_apage` | Deletes a page identified by the given page ID using the DELETE method, returning a status message upon successful deletion. |
|
|
143
|
+
| `retrieves_alist_of_url_redirects` | Retrieves a list of redirects in JSON format using the "GET" method at the "/admin/api/{api_version}/redirects.json" endpoint, allowing filtering by parameters such as limit, since_id, path, target, and fields. |
|
|
144
|
+
| `creates_aredirect` | Creates a new URL redirect using the API, returning a successful response with a status code of 201 upon completion, or an error response with a status code of 422 if validation fails. |
|
|
145
|
+
| `retrieves_acount_of_url_redirects` | Retrieves the count of redirects for a specified path using the GET method at "/admin/api/{api_version}/redirects/count.json". |
|
|
146
|
+
| `retrieves_asingle_redirect` | Retrieves details of a specific redirect ID in JSON format, allowing optional field selection via query parameters. |
|
|
147
|
+
| `updates_an_existing_redirect` | Updates or replaces a specific redirect resource identified by `{redirect_id}` using the REST API, returning a status message if successful. |
|
|
148
|
+
| `deletes_aredirect` | Deletes a specific URL redirect identified by the provided `redirect_id`, removing the associated redirection rule from the system. |
|
|
149
|
+
| `retrieves_alist_of_all_script_tags` | Retrieves a list of script tags using the Shopify API, allowing filtering by parameters such as creation and update times, source URL, and specific fields. |
|
|
150
|
+
| `creates_anew_script_tag` | Creates a script tag for loading remote JavaScript into a storefront or checkout page via the Shopify Admin API. |
|
|
151
|
+
| `retrieves_acount_of_all_script_tags` | Retrieves the count of script tags using the "GET" method, with an optional query parameter "src" to refine the request. |
|
|
152
|
+
| `retrieves_asingle_script_tag` | Retrieves a script tag by its ID using the API, allowing for optional specification of fields to include in the response. |
|
|
153
|
+
| `updates_ascript_tag` | Updates a script tag by its ID using the PUT method and returns a successful response with a status code of 200. |
|
|
154
|
+
| `deletes_ascript_tag` | Deletes a specified script tag from a Shopify store using the provided script tag ID. |
|
|
155
|
+
| `retrieves_alist_of_themes` | Retrieves a list of store themes (including active, unpublished, and legacy themes) with optional field filtering via query parameters. |
|
|
156
|
+
| `creates_atheme` | Creates a new theme in a Shopify store via the Admin API, returning a success status on creation or validation errors. |
|
|
157
|
+
| `retrieves_asingle_theme` | Retrieves detailed information about a specific theme by ID from the Shopify admin, including customizable fields. |
|
|
158
|
+
| `modify_an_existing_theme` | Updates a theme resource by replacing or modifying it using the provided JSON data. |
|
|
159
|
+
| `remove_an_existing_theme` | Deletes a specified theme and returns a success status upon completion. |
|
|
160
|
+
| `retrieves_acount_of_checkouts` | Retrieves the count of checkouts using the "GET" method at "/admin/api/{api_version}/checkouts/count.json", allowing filtering by parameters such as since_id, creation date, update date, and status. |
|
|
161
|
+
| `get_checkouts` | Retrieves a list of checkouts with optional filters like date ranges, status, and pagination controls. |
|
|
162
|
+
| `creates_acheckout` | Creates a new checkout session for processing payments and managing order details. |
|
|
163
|
+
| `retrieves_alist_of_draft_orders` | Retrieves a list of draft orders from a Shopify store, allowing specification of fields, limits, and filters by ID, status, and update time, using the GET method. |
|
|
164
|
+
| `create_anew_draftorder` | Creates a new draft order in a Shopify store, allowing merchants to generate provisional sales transactions for custom or wholesale purchases, manage inventory, and facilitate secure payment processing when the order is finalized. |
|
|
165
|
+
| `receive_asingle_draftorder` | Retrieves a specific draft order by its ID using the GET method, allowing optional filtering by specific fields to customize the response. |
|
|
166
|
+
| `modify_an_existing_draftorder` | Updates a specific draft order using the Shopify Draft Order API, allowing for modifications such as changing products, quantities, or applying discounts. |
|
|
167
|
+
| `remove_an_existing_draftorder` | Deletes a draft order specified by its ID using the DELETE method, removing it from the system. |
|
|
168
|
+
| `receive_acount_of_all_draftorders` | Retrieves the count of draft orders matching specified conditions, such as status, update time, and since ID, using the Shopify API. |
|
|
169
|
+
| `send_an_invoice` | Sends an email invoice for a specified draft order using the Shopify Admin API. |
|
|
170
|
+
| `complete_adraft_order` | Completes a Shopify draft order via the API, converting it into a finalized order and returning the result. |
|
|
171
|
+
| `get_order_risks` | Retrieves the risk assessment details for a specific order using the "GET" method. |
|
|
172
|
+
| `creates_an_order_risk_for_an_order` | Submits a fraud risk assessment for an order to Shopify's deprecated legacy API, returning a 201 status upon creation. |
|
|
173
|
+
| `get_order_risk_by_id` | Retrieves a specific risk associated with an order using the specified API version. |
|
|
174
|
+
| `updates_an_order_risk` | Updates or replaces a specific risk associated with an order in the system using the PUT method. |
|
|
175
|
+
| `deletes_an_order_risk_for_an_order` | Deletes a specific risk associated with an order using the API endpoint at "/admin/api/{api_version}/orders/{order_id}/risks/{risk_id}.json" via the DELETE method. |
|
|
176
|
+
| `retrieves_alist_of_orders` | Retrieves a list of Shopify orders using the "GET" method at "/admin/api/{api_version}/orders.json," allowing for filtering by various criteria such as order IDs, creation and update times, status, and more. |
|
|
177
|
+
| `creates_an_order` | Creates a new order in a Shopify store using the Admin API, returning a response with a status code based on the operation's success or failure. |
|
|
178
|
+
| `retrieves_aspecific_order` | Retrieves details for a specific order using the specified API version and order ID in the admin API. |
|
|
179
|
+
| `updates_an_order` | Updates an existing order or creates a new one at the specified order ID using the PUT method. |
|
|
180
|
+
| `deletes_an_order` | Deletes a specified order using the provided order ID, returning a successful status if the operation is completed. |
|
|
181
|
+
| `retrieves_an_order_count` | Retrieves the count of orders from a Shopify store with optional filters for date ranges, status, and fulfillment/financial states. |
|
|
182
|
+
| `closes_an_order` | Closes a specified order in the admin API by its ID using the specified API version and returns a success status. |
|
|
183
|
+
| `re_opens_aclosed_order` | Opens an order with the specified ID using the POST method and returns a successful response upon completion. |
|
|
184
|
+
| `cancels_an_order` | Cancels a specified order using a POST request and returns status codes for success (200) or invalid request (422). |
|
|
185
|
+
| `list_order_refunds` | Retrieves a list of refunds for a specified order, allowing optional filtering by the number of results, specific fields, and currency. |
|
|
186
|
+
| `creates_arefund` | Creates a refund for an order using the specified order ID, allowing merchants to process partial or full refunds through the API. |
|
|
187
|
+
| `retrieves_aspecific_refund` | Retrieves a specific refund associated with an order by its ID, allowing customization of the response with optional fields and currency settings. |
|
|
188
|
+
| `calculates_arefund` | Calculates refund amounts for an order, including line items, shipping, and taxes, based on specified criteria. |
|
|
189
|
+
| `retrieves_alist_of_transactions` | Retrieves a list of transactions for a specified order using the Shopify API, optionally filtered by since_id, specified fields, and currency. |
|
|
190
|
+
| `creates_atransaction_for_an_order` | Creates a new transaction for a specified order using the Shopify Admin API and returns the result with a 201 Created status. |
|
|
191
|
+
| `get_order_transactions_count` | Retrieves the transaction count for a specific order using the "GET" method. |
|
|
192
|
+
| `retrieves_aspecific_transaction` | Retrieves a specific transaction from an order, optionally filtering response fields and currency format using query parameters. |
|
|
193
|
+
| `retrieves_alist_of_gift_cards` | Retrieves a list of gift cards in JSON format, allowing filtering by status, limiting the number of results, specifying a starting point with an ID, and selecting specific fields for the response. |
|
|
194
|
+
| `creates_agift_card` | Creates a new gift card and returns the created resource with a 201 status code. |
|
|
195
|
+
| `retrieves_asingle_gift_card` | Retrieves information about a specific gift card using the provided gift card ID. |
|
|
196
|
+
| `updates_an_existing_gift_card` | Updates the details of a specific gift card using the PUT method at the "/admin/api/{api_version}/gift_cards/{gift_card_id}.json" endpoint. |
|
|
197
|
+
| `retrieves_acount_of_gift_cards` | Retrieves the count of gift cards filtered by status using the Shopify Admin REST API. |
|
|
198
|
+
| `disables_agift_card` | Deactivates a gift card and invalidates its remaining balance via a POST request. |
|
|
199
|
+
| `searches_for_gift_cards` | Retrieves a list of gift cards matching specified criteria such as search query, order, limit, and requested fields. |
|
|
200
|
+
| `retrieves_alist_of_all_users` | Retrieves a list of users in the system as JSON data using the "GET" method. |
|
|
201
|
+
| `retrieves_asingle_user` | Retrieves a specific user's details from the administrative API in JSON format for the specified API version and user ID. |
|
|
202
|
+
| `get_current_user` | Retrieves the current authenticated user's details in the specified API version. |
|
|
203
|
+
| `retrieves_alist_of_collects` | Retrieves a list of data collections in JSON format, allowing filtering by limit, since_id, and specific fields. |
|
|
204
|
+
| `create_collects_post` | Creates a new collection in a store using the POST method, returning a status message upon successful creation or an error response if the request is invalid. |
|
|
205
|
+
| `get_collect_details` | Retrieves a specific collect entry from the Shopify admin API, returning JSON data with fields optionally filtered by the request. |
|
|
206
|
+
| `removes_aproduct_from_acollection` | Deletes a specific collect entry by ID using the specified API version and returns a success status. |
|
|
207
|
+
| `retrieves_acount_of_collects` | Retrieves the count of collections using the GET method at the specified API endpoint "/admin/api/{api_version}/collects/count.json". |
|
|
208
|
+
| `retrieves_asingle_collection` | Retrieves information about a specific collection using the "GET" method, allowing optional filtering through the "fields" query parameter. |
|
|
209
|
+
| `list_collection_products` | Retrieves a list of products from a specific collection using the "GET" method, allowing optional filtering by a limit parameter. |
|
|
210
|
+
| `list_custom_collections` | Retrieves a paginated list of custom collections (manually curated product groupings) with optional filtering by parameters like IDs, titles, product associations, and publication status. |
|
|
211
|
+
| `creates_acustom_collection` | Creates a new custom collection in a Shopify store using the API, allowing merchants to group products together for easier navigation. |
|
|
212
|
+
| `get_custom_collections_count` | Retrieves a count of custom collections in a Shopify store, optionally filtered by title, product association, or publication timestamps. |
|
|
213
|
+
| `get_custom_collection_by_id` | Retrieves a specific custom collection and optionally includes specified fields in the response, using the Shopify API. |
|
|
214
|
+
| `update_custom_collection_by_id` | Updates an existing custom collection by replacing it with the new data provided in the request body, allowing modifications to its attributes such as title and collected products. |
|
|
215
|
+
| `deletes_acustom_collection` | Deletes a custom product collection in Shopify using the specified collection ID. |
|
|
216
|
+
| `receive_alist_of_all_product_images` | Retrieves a list of product images for a specified product using the "GET" method at the "/admin/api/{api_version}/products/{product_id}/images.json" path, allowing optional filters by "since_id" and customizable fields. |
|
|
217
|
+
| `create_anew_product_image` | Creates and manages product images by uploading new images for a specified product using the POST method. |
|
|
218
|
+
| `get_product_image_count` | Retrieves the count of product images associated with a specific product using the GET method, optionally filtering by a since_id parameter. |
|
|
219
|
+
| `receive_asingle_product_image` | Retrieves a specific product image by ID with optional field selection for the API version. |
|
|
220
|
+
| `modify_an_existing_product_image` | Updates an existing product image specified by the product ID and image ID using the PUT method, allowing for modifications to image attributes such as source or metadata. |
|
|
221
|
+
| `remove_an_existing_product_image` | Deletes a specific product image identified by the `image_id` from a product specified by the `product_id` using the HTTP DELETE method. |
|
|
222
|
+
| `list_product_variants` | Retrieves a list of product variants for a specified product with optional pagination, currency display, and field filtering. |
|
|
223
|
+
| `create_anew_product_variant` | Creates a new product variant within a specified product using the POST method, returning a successful response when the variant is added. |
|
|
224
|
+
| `get_product_variant_count` | Retrieves the count of variants for a specific product in Shopify's inventory. |
|
|
225
|
+
| `receive_asingle_product_variant` | Retrieves variant details using the specified API version and variant ID, optionally filtering by specified fields. |
|
|
226
|
+
| `modify_an_existing_product_variant` | Updates the variant with the specified ID in the API, replacing its current state with the data provided in the request body. |
|
|
227
|
+
| `remove_an_existing_product_variant` | Deletes a product variant using the Shopify Admin API. |
|
|
228
|
+
| `retrieves_alist_of_products` | Retrieves a list of products from a Shopify store using the Admin API, allowing for filtering based on parameters such as product IDs, title, vendor, and creation or publication dates. |
|
|
229
|
+
| `creates_anew_product` | Creates a new product in Shopify via the REST Admin API and returns the product details upon successful creation. |
|
|
230
|
+
| `retrieves_acount_of_products` | Retrieves the count of products in a Shopify store using the specified API version, allowing optional filtering by vendor, product type, collection ID, creation date, update date, publication date, and publication status. |
|
|
231
|
+
| `retrieves_asingle_product` | Retrieves product details in JSON format for a specified product using the "GET" method, allowing optional filtering by specifying fields via query parameters. |
|
|
232
|
+
| `updates_aproduct` | Replaces an entire product entry in the admin system with a new version, returning a success status upon completion. |
|
|
233
|
+
| `deletes_aproduct` | Deletes a product along with its associated variants and media from the system using the provided product ID. |
|
|
234
|
+
| `list_smart_collections` | Retrieves a list of smart collections from a Shopify store, allowing for filtering by various parameters such as IDs, titles, product IDs, and publication status. |
|
|
235
|
+
| `creates_asmart_collection` | Creates a new Shopify smart collection with automated product inclusion rules and returns the collection details upon successful creation. |
|
|
236
|
+
| `count_smart_collections` | Retrieves a count of smart collections in a Shopify store, optionally filtered by title, product ID, update or publication dates, and publication status. |
|
|
237
|
+
| `get_smart_collection` | Retrieves a smart collection by its ID using the Shopify API, optionally specifying fields to include in the response. |
|
|
238
|
+
| `update_smart_collection` | Updates a specific smart collection's configuration and rules via the Shopify Admin API, returning a success status on completion. |
|
|
239
|
+
| `removes_asmart_collection` | Deletes the specified smart collection and returns a successful response upon completion. |
|
|
240
|
+
| `update_smart_collection_order` | Updates the sort order of products in a Shopify smart collection and returns a success status upon completion. |
|
|
241
|
+
| `completes_acheckout` | Completes a checkout process for a specified token, returning an Accepted status upon successful submission. |
|
|
242
|
+
| `retrieves_acheckout` | Checks the status of a checkout using a provided token via the GET method. |
|
|
243
|
+
| `modifies_an_existing_checkout` | Updates a checkout using the provided token, supporting HTTP responses for successful updates (200), successful processing without immediate completion (202), and invalid request data (422). |
|
|
244
|
+
| `retrieves_alist_of_shipping_rates` | Retrieves shipping rates for a specified checkout token via the API, returning available options in JSON format. |
|
|
245
|
+
| `get_collection_listings` | Retrieves a list of collection listings in JSON format using the "GET" method, optionally limited by a specified number of entries. |
|
|
246
|
+
| `get_product_ids` | Retrieves a list of product IDs for a specified collection listing, optionally limited by a query parameter, using the GET method. |
|
|
247
|
+
| `get_collection_listing` | Retrieves details of a specific collection listing in the admin API. |
|
|
248
|
+
| `update_collection_listing_by_id` | Updates the specified collection listing resource by replacing its entire representation at the specified ID, returning a success response upon completion. |
|
|
249
|
+
| `delete_collection_listing_by_id` | Deletes a collection listing with the specified ID using the DELETE method. |
|
|
250
|
+
| `create_session` | Creates a new user session using the Shopify API at the specified path, enabling secure interactions between the client and server. |
|
|
251
|
+
| `get_checkout_payments_list` | Retrieves payment details from a specific checkout session using the provided token, returning relevant payment information in JSON format. |
|
|
252
|
+
| `creates_anew_payment` | Creates a payment for a checkout session using the provided token, returning a status response upon completion. |
|
|
253
|
+
| `retrieves_asingle_payment` | Retrieves the details of a specific payment associated with a checkout using the Checkout.com API. |
|
|
254
|
+
| `get_checkout_payment_count_by_token` | Retrieves the count of payments for a specified checkout using the "GET" method, returning the result in JSON format. |
|
|
255
|
+
| `list_product_listings` | Retrieves a list of product listings with filtering options such as product identifiers, collection, update timestamps, and handles. |
|
|
256
|
+
| `list_product_ids` | Retrieves a list of product IDs from product listings with optional limit parameter. |
|
|
257
|
+
| `get_product_listings_count` | Retrieves the total count of product listings available in the system. |
|
|
258
|
+
| `get_product_listing` | Retrieves a specific product listing by ID using the GET method, returning details about the product listing. |
|
|
259
|
+
| `update_product_listing_by_id` | Updates a product listing by fully replacing its data at the specified path, using the PUT method. |
|
|
260
|
+
| `delete_product_listing_by_id` | Deletes a specific product listing by ID using the specified API version. |
|
|
261
|
+
| `get_feedback_resource` | Retrieves feedback data for a specific resource via the Admin API. |
|
|
262
|
+
| `create_anew_resourcefeedback` | Submits resource feedback for review and processing, returning status codes for success, conflicts, or validation errors. |
|
|
263
|
+
| `get_assigned_orders` | Retrieves fulfillment orders assigned to specific locations and filtered by assignment status using query parameters. |
|
|
264
|
+
| `sends_acancellation_request` | Sends a cancellation request to the fulfillment service for a specific fulfillment order, allowing the cancellation process to be initiated. |
|
|
265
|
+
| `accepts_acancellation_request` | Accepts a cancellation request for a fulfillment order via a POST request to the specified endpoint. |
|
|
266
|
+
| `rejects_acancellation_request` | Rejects a cancellation request for a Shopify fulfillment order and returns the updated fulfillment order details. |
|
|
267
|
+
| `list_carrier_services` | Retrieves a list of carrier services from a Shopify store, providing access to shipping options and real-time shipping rates for integration with third-party shipping providers. |
|
|
268
|
+
| `creates_acarrier_service` | Creates a custom carrier service in Shopify, enabling third-party shipping rate integration via a callback URL. |
|
|
269
|
+
| `retrieves_asingle_carrier_service` | Retrieves detailed information for a specific carrier service configured to provide real-time shipping rates via Shopify's shipping API. |
|
|
270
|
+
| `updates_acarrier_service` | Updates a specific carrier service with the provided ID using the "PUT" method in the Shopify API. |
|
|
271
|
+
| `deletes_acarrier_service` | Deletes an existing carrier service by ID and returns a success status upon completion. |
|
|
272
|
+
| `get_order_fulfillments` | Retrieves a list of fulfillments for a specific order with optional filtering by creation/update timestamps and pagination parameters. |
|
|
273
|
+
| `create_anew_fulfillment` | Creates a new fulfillment for an order, typically used to confirm shipment or pickup of items to complete the order process. |
|
|
274
|
+
| `get_fulfill_order_fulfillments` | Retrieves fulfillment information for a specific fulfillment order by its ID using the Shopify API. |
|
|
275
|
+
| `get_order_fulfillment_count` | Retrieves the count of fulfillments for a specific order based on optional date filters for creation and update times using the GET method. |
|
|
276
|
+
| `receive_asingle_fulfillment` | Retrieves a specific fulfillment for an order using the Shopify Admin API, returning fulfillment details in the response. |
|
|
277
|
+
| `modify_an_existing_fulfillment` | Updates a specific fulfillment order in Shopify's admin API for order processing. |
|
|
278
|
+
| `create_fulfillment` | Creates a new fulfillment record for an order using the Shopify API, allowing for the inclusion of details such as tracking numbers and shipment status updates. |
|
|
279
|
+
| `update_fulfillment_tracking` | Updates tracking information for a fulfillment using the provided tracking details via a POST request. |
|
|
280
|
+
| `complete_afulfillment` | Completes a fulfillment for a specific order in the Shopify API, marking it as processed and returning a success confirmation. |
|
|
281
|
+
| `post_order_fulfillment_open` | Opens a fulfillment for a specific order using the POST method, allowing the order to transition from a pending or scheduled state to being actively fulfilled. |
|
|
282
|
+
| `cancel_fulfillment` | Cancels a specific fulfillment by submitting a request to the endpoint "/admin/api/{api_version}/orders/{order_id}/fulfillments/{fulfillment_id}/cancel.json" using the POST method. |
|
|
283
|
+
| `cancels_afulfillment` | Cancels a fulfillment order identified by the `{fulfillment_id}` using the `POST` method, returning a status message indicating the outcome of the cancellation operation. |
|
|
284
|
+
| `get_fulfillment_event_by_id` | Retrieves a list of fulfillment events associated with a specific fulfillment ID within an order using the Shopify API. |
|
|
285
|
+
| `creates_afulfillment_event` | Creates a new fulfillment event for a specified order and fulfillment, allowing tracking and updating of the fulfillment status. |
|
|
286
|
+
| `get_fulfillment_event` | Retrieves a specific event by ID for a fulfillment within an order using the "GET" method. |
|
|
287
|
+
| `deletes_afulfillment_event` | Deletes a specific fulfillment event associated with a fulfillment in an order using the Shopify API, removing its tracking information. |
|
|
288
|
+
| `get_fulfillment_orders` | Retrieves a list of fulfillment orders associated with a specific order, including fulfillment details and status. |
|
|
289
|
+
| `get_fulfillment_order_by_id` | Retrieves detailed information about a specific fulfillment order in Shopify, including its status and associated order items. |
|
|
290
|
+
| `cancel_afulfillment_order` | Cancels a fulfillment order using the "POST" method at the specified endpoint, allowing for the termination of fulfillment attempts for the associated order. |
|
|
291
|
+
| `close_fulfillment_order` | Closes a fulfillment order via the Shopify Admin API and returns a success status upon completion. |
|
|
292
|
+
| `move_fulfillment_order_post` | Moves fulfillment order line items to a new location and returns the updated fulfillment order details. |
|
|
293
|
+
| `sends_afulfillment_request` | Submits a fulfillment request for a specified fulfillment order, allowing for the management and processing of order line items through a fulfillment service. |
|
|
294
|
+
| `accepts_afulfillment_request` | Accepts a fulfillment request for a specific fulfillment order, transitioning the order status to processing. |
|
|
295
|
+
| `rejects_afulfillment_request` | Rejects a fulfillment request for a specified fulfillment order, preventing any associated line items from being fulfilled. |
|
|
296
|
+
| `list_fulfillment_services` | Retrieves a list of fulfillment services available to a merchant using the Shopify API. |
|
|
297
|
+
| `create_anew_fulfillmentservice` | Registers a new fulfillment service using the Shopify API, allowing third-party warehouses to prepare and ship orders on behalf of store owners. |
|
|
298
|
+
| `get_fulfillment_service` | Retrieves details of a specific fulfillment service, including its configuration and operational settings, within the Shopify admin API. |
|
|
299
|
+
| `update_fulfillment_service` | Updates a Shopify fulfillment service's configuration, including tracking support and inventory management settings. |
|
|
300
|
+
| `delete_fulfillment_service_by_id` | Deletes a specified fulfillment service from the Shopify admin and returns a success status upon removal. |
|
|
301
|
+
| `get_fulfillment_locations` | Retrieves a list of eligible locations where fulfillment order items can be moved for potential fulfillment, sorted alphabetically by location name. |
|
|
302
|
+
| `return_the_current_balance` | Retrieves the current account balance for Shopify Payments, reflecting transactions not yet included in a payout. |
|
|
303
|
+
| `return_alist_of_all_disputes` | Retrieves a list of Shopify Payments disputes based on specified parameters, such as ID, status, and initiation date, using the GET method at the "/admin/api/{api_version}/shopify_payments/disputes.json" endpoint. |
|
|
304
|
+
| `return_asingle_dispute` | Retrieves information about a specific dispute related to Shopify Payments using the provided dispute ID. |
|
|
305
|
+
| `return_alist_of_all_payouts` | Retrieves a list of Shopify Payments payouts, which represent the movement of money from a merchant's Shopify Payments balance to their bank account, based on specified parameters like date range and payout status. |
|
|
306
|
+
| `return_asingle_payout` | Retrieves details of a specific Shopify Payments payout using the payout ID and API version. |
|
|
307
|
+
| `list_shopify_balance_txs` | Retrieves Shopify Payments balance transactions associated with payouts, filtered by parameters like payout ID, status, or test mode. |
|
|
308
|
+
| `receive_alist_of_all_countries` | Retrieves country data based on specified parameters such as since_id and fields, returning details in JSON format. |
|
|
309
|
+
| `creates_acountry` | Creates a new country entry via the Shopify Admin REST API and returns a success status upon creation. |
|
|
310
|
+
| `retrieves_acount_of_countries` | Retrieves country list data in JSON format using a GET request. |
|
|
311
|
+
| `retrieves_aspecific_county` | Retrieves country details by ID with optional field filtering. |
|
|
312
|
+
| `updates_an_existing_country` | Updates or creates a country resource at a specified ID using the "PUT" method, allowing for full replacement or creation of the country data. |
|
|
313
|
+
| `remove_an_existing_country` | Deletes a specified country from the system using the DELETE method at the "/admin/api/{api_version}/countries/{country_id}.json" endpoint. |
|
|
314
|
+
| `get_currencies` | Retrieves a list of supported currencies with their metadata using the specified API version. |
|
|
315
|
+
| `get_policies_admin_api` | Retrieves policy configurations in JSON format from the specified API version path using a GET request. |
|
|
316
|
+
| `get_provinces_by_country_id` | Retrieves a list of provinces for a specific country using query parameters like `since_id` and `fields` to filter or format the response. |
|
|
317
|
+
| `get_country_provinces_count` | Retrieves the total count of provinces for a specified country using the GET method. |
|
|
318
|
+
| `get_province_detail_by_id` | Retrieves province details for a specific country using the specified API version and includes optional field selection. |
|
|
319
|
+
| `update_province_by_id_json` | Updates a specific province's details for a given country via the Shopify Admin REST API and returns a success status upon completion. |
|
|
320
|
+
| `retrieves_the_shop_sconfiguration` | Retrieves shop information in JSON format using the specified API version via the "GET" method at the "/admin/api/{api_version}/shop.json" endpoint, allowing optional specification of fields to include in the response. |
|
|
321
|
+
| `list_tender_transactions` | Retrieves a list of tender transactions with optional filtering by processing time, order, and pagination parameters. |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .app import ShopifyApp
|