Imports items into the store from a JSON file via the specified URL. Refer to the documentation for more information about import from a JSON file.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
connector_external_id required | string A fixed value that specifies the type of operation for importing items. | ||||||||
file_url required | string The URL of a file with data in JSON format. The file should be hosted on a storage service with public access. You can download the file template in Publisher Account in the Store > Virtual Items > Catalog Management > Import Items (JSON) section. | ||||||||
mode | string Default: "create_and_update" Import actions:
|
The file has been successfully imported and is being processed.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
Validation error caused by incorrect parameters of the request body, file properties, or file content.
{- "connector_external_id": "import_items",
- "mode": "create"
}
{- "import_id": "af9f3638a16e11ef880da2cd677d2d24"
}