You need to have a valid JWT to access this API. Please read JWT Authentication.
POST https://api.nexway.store/products/import
Parameter name | Value | Description | Additional |
---|---|---|---|
locale | string | locale |
|
storeId | string | storeId |
|
autoDetectOverriding | boolean | ||
autoBreakExistingNextGenerationReference | boolean | ||
force | boolean | ||
dryRun | boolean |
The request body takes a complete Map resource, containing the following writable properties:
{}
Name | Type | Description | Additional |
---|
You need to have a valid JWT to access this API. Please read JWT Authentication.
This request requires the use of one of following authorisation methods:
OAuth2
.
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK Success |
Product |
201 | Created Created |
Created |
401 | Unauthorized Unauthorized |
|
403 | Forbidden Forbidden |
|
404 | Not Found Not Found |
|
500 | Internal Server Error Failure |