@@ -3847,7 +3847,7 @@ async def run_source_with_http_info(
3847
3847
request_options : Optional [Union [dict , RequestOptions ]] = None ,
3848
3848
) -> ApiResponse [str ]:
3849
3849
"""
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.
3851
3851
3852
3852
Required API Key ACLs:
3853
3853
- addObject
@@ -3892,7 +3892,7 @@ async def run_source(
3892
3892
request_options : Optional [Union [dict , RequestOptions ]] = None ,
3893
3893
) -> RunSourceResponse :
3894
3894
"""
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.
3896
3896
3897
3897
Required API Key ACLs:
3898
3898
- addObject
@@ -8920,7 +8920,7 @@ def run_source_with_http_info(
8920
8920
request_options : Optional [Union [dict , RequestOptions ]] = None ,
8921
8921
) -> ApiResponse [str ]:
8922
8922
"""
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.
8924
8924
8925
8925
Required API Key ACLs:
8926
8926
- addObject
@@ -8965,7 +8965,7 @@ def run_source(
8965
8965
request_options : Optional [Union [dict , RequestOptions ]] = None ,
8966
8966
) -> RunSourceResponse :
8967
8967
"""
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.
8969
8969
8970
8970
Required API Key ACLs:
8971
8971
- addObject
0 commit comments