Skip to main content

Associate App Configuration API (v1)

Download OpenAPI specification:Download

Use this API to retrieve and adjust the Associate App configuration.

Get Associate App configuration

Returns the Associate App configuration.

Responses

Response samples

Content type
application/json
{
  • "capabilities": {
    },
  • "commerce_components": {
    },
  • "return_process_configuration": {
    },
  • "ui_configurations": {
    }
}

Modify Associate App configuration

  • Changes the Associate App configuration. Replaces complete configuration. If configuration does not exist for a tenant, it will be created.

Responses

Response samples

Content type
application/json
{
  • "capabilities": {
    },
  • "commerce_components": {
    },
  • "return_process_configuration": {
    },
  • "ui_configurations": {
    }
}