Skip to content

Trigger import

POST
/merchants/{merchantCode}/imports/{importRef}
curl --request POST \
--url https://import.shopgate.io/v1/merchants/example/imports/example

Triggers a formerly created import

merchantCode
required
string
importRef
required
string

Imported started

Media typeapplication/json

Forbidden error

Media typeapplication/json
object
code
required
string
message
required
string
Example
{
"code": "Forbidden",
"message": "No access to merchant 1"
}

Import not found

Media typeapplication/json
object
code
required
string
message
required
string
Example
{
"code": "NotFound",
"message": "Merchant not found"
}