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.
"^[a-zA-Z0-9-]{20,64}$"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. Integrator-owned config updated. Client error - Invalid request or authentication issues Server error - Internal processing failure