extensions / Store import
POST
/api/projects/{project_id}/shopify/connect/startPOST /api/projects/{project_id}/shopify/connect/start
A description is not available in the current release metadata.
POST
Code examples
Integration
POST /api/projects/{project_id}/shopify/connect/start
Environment
BASE_URLcurl --request POST \
--url "${BASE_URL}/api/projects/example_project_id/shopify/connect/start" \
--header "Content-Type: application/json" \
--data @request.jsonResponse
Response examples are not available in the current release metadata.
Authentication
Required: session.
Authentication
- Requirement
- Required
- Credential type
- session
- Scopes
- Not specified
Headers
Path Parameters
| Name | Required | Type |
|---|---|---|
project_id | Yes | Not specified |
Query Parameters
Request Body
Schema: StartShopifyConnectBody
| Field | Required | Type |
|---|---|---|
store_domain | Yes | Not specified |
return_to | No | Not specified |
auto_import | Yes | Not specified |
api_version | No | Not specified |
import_products | Yes | Not specified |
import_collections | Yes | Not specified |
import_orders | Yes | Not specified |
import_customers | Yes | Not specified |
import_pages | Yes | Not specified |
Response Body
Errors
Availability
- Available in
- v0.1.0
- Available since
- v0.1.0
- Implementation
- Available
- Deprecation
- Not specified
- Rate limits
- Not specified