Integration Configurations (1.0)
Download OpenAPI specification:Download
Use this API to manage integration configurations. For now, it supports Third Party Promotion Engine (TPPE).
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
- Payload
Content type
application/json
{- "auth_token": "test-auth-token"
}
Response samples
- 400
- 500
Content type
application/json
Example
{- "message": "not found",
- "status": 404
}