Create a new data source.
Creates a new data source for the shop. The label must be unique per shop. Optionally set a parent_id to group this source under a parent integration (e.g., a store under "Hiboutik").
Parameters
Header Parameters
[Authentication] Required API key, in the form {prefix}.{secret}.
"a1b2c3d4.xK9pR2mVn6QwErTyUiOpAsDfGhJkLzXcVbNmQwErTyU""^[a-zA-Z0-9]{8}\\.[A-Za-z0-9_-]+$"Request Body
Responses
Data source created successfully.
Create a new data source. Creates a new data source for the shop. The label must be unique per shop. Optionally set a parent_id to group this source under a parent integration (e.g., a store under "Hiboutik"). POST /v1/data-sources createDataSource Data Sources spm-api-key [Authentication] Required API key, in the form {prefix}.{secret}. Data source created successfully. Duplicate label or invalid parent_id. Client error - Invalid request or authentication issues Server error - Internal processing failure