Upsert the integrator-owned config.
Upserts integrator-owned config values for the shop. Body is a flat object { <key>: <value>, … }; only keys declared owner: "integrator" in the integration config_schema are accepted. 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_-]+$"Request Body
Responses
Integrator-owned config updated.
Upsert the integrator-owned config. Upserts integrator-owned config values for the shop. Body is a flat object { <key>: <value>, … }; only keys declared owner: "integrator" in the integration config_schema are accepted. Requires an integration API key (int… key). PUT /v1/integration-config setIntegrationConfig Integration Config spm-api-key [Authentication] Required API key, in the form {prefix}.{secret}. Integrator-owned config updated. Client error - Invalid request or authentication issues Server error - Internal processing failure