@@ -3847,7 +3847,7 @@ async def run_source_with_http_info(
38473847 request_options : Optional [Union [dict , RequestOptions ]] = None ,
38483848 ) -> ApiResponse [str ]:
38493849 """
3850- Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
3850+ Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one run per task.
38513851
38523852 Required API Key ACLs:
38533853 - addObject
@@ -3892,7 +3892,7 @@ async def run_source(
38923892 request_options : Optional [Union [dict , RequestOptions ]] = None ,
38933893 ) -> RunSourceResponse :
38943894 """
3895- Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
3895+ Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one run per task.
38963896
38973897 Required API Key ACLs:
38983898 - addObject
@@ -8920,7 +8920,7 @@ def run_source_with_http_info(
89208920 request_options : Optional [Union [dict , RequestOptions ]] = None ,
89218921 ) -> ApiResponse [str ]:
89228922 """
8923- Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
8923+ Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one run per task.
89248924
89258925 Required API Key ACLs:
89268926 - addObject
@@ -8965,7 +8965,7 @@ def run_source(
89658965 request_options : Optional [Union [dict , RequestOptions ]] = None ,
89668966 ) -> RunSourceResponse :
89678967 """
8968- Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
8968+ Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one run per task.
89698969
89708970 Required API Key ACLs:
89718971 - addObject
0 commit comments