Get the integrator-owned config.
Returns the integrator-owned config values for the shop (fields declared owner: "integrator" in the integration config_schema), merged with their declared defaults. Requires an integration API key (int… key).
Parameters
Header Parameters
[Authentication] Required API key, in the form {prefix}.{secret}.
"a1b2c3d4.xK9pR2mVn6QwErTyUiOpAsDfGhJkLzXcVbNmQwErTyU""^[a-zA-Z0-9]{8}\\.[A-Za-z0-9_-]+$"Responses
Integrator-owned config returned.
Get the integrator-owned config. Returns the integrator-owned config values for the shop (fields declared owner: "integrator" in the integration config_schema), merged with their declared defaults. Requires an integration API key (int… key). GET /v1/integration-config getIntegrationConfig Integration Config spm-api-key [Authentication] Required API key, in the form {prefix}.{secret}. Integrator-owned config returned. Client error - Invalid request or authentication issues Server error - Internal processing failure