Skip to main content

Integration Configurations (1.0)

Download OpenAPI specification:Download

Use this API to manage integration configurations. For now, it supports Third Party Promotion Engine (TPPE).

Manage integration configurations

Manage integration configurations

Get Configuration

Retrives integration configurations.

Authorizations:
newStoreAccessToken
path Parameters
section-id
required
string
Value: "tppe"

The id of the section to be configured.

Responses

Response samples

Content type
application/json

Update Configuration

Updates integration configuration.

Authorizations:
newStoreAccessToken
path Parameters
section-id
required
string
Value: "tppe"

The id of the section to be configured.

Request Body schema: application/json
One of
session_update_url
string

Session Update URL.

The URL that will be called each time the order gets updated in NewStore's Associate App. The URL has to end with the placeholder {customerSessionId} that will be replaced with the cart ID/order ID.

auth_token
string

The auth token that will be used as Bearer token for the authentication with the third party integration APIs. It can be empty.

Responses

Request samples

Content type
application/json
{}

Response samples

Content type
application/json
Example
{
  • "message": "not found",
  • "status": 404
}