extensions / Store import
POST/api/projects/{project_id}/shopify/imports

POST /api/projects/{project_id}/shopify/imports

A description is not available in the current release metadata.

GETPOST
Code examples
Integration
POST /api/projects/{project_id}/shopify/imports
EnvironmentBASE_URL
Request
curl --request POST \
  --url "${BASE_URL}/api/projects/example_project_id/shopify/imports" \
  --header "Content-Type: application/json" \
  --data @request.json
Response

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

NameRequiredType
project_idYesNot specified

Query Parameters

Request Body

Schema: CreateShopifyImportBody

FieldRequiredType
store_domainNoNot specified
access_tokenNoNot specified
api_versionNoNot specified
import_productsYesNot specified
import_collectionsYesNot specified
import_ordersYesNot specified
import_customersYesNot specified
import_pagesYesNot specified

Response Body

Errors

Availability

Available in
v0.1.0
Available since
v0.1.0
Implementation
Available
Deprecation
Not specified
Rate limits
Not specified