Create integration exception logs
Create integration exception logs, which will appear in the connection issue log screen of the user’s integration.
Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Path Parameters
The id of the integration
Body
Request body for creating an integration exception log.
Base shop URL
1"https://example.com"
Full path to resource where error happened
"https://example.com/order-note.json"
HTTP method that caused an error
"POST"
Standard HTTP error code
x >= 0495
Response JSON containing response body and headers
Request JSON containing request body and headers
Timestamp indicating when an exception occurred. If not provided, the current date will be used.
"2023-03-01T02:02:00+01:00"
Internal field to store Python exception type. We use this field to suggest our users the ways how they can fix issues.
"requests.exceptions.SSLError"
Human readable description of exception
"An SSL error occurred"
Response
Created
An integration exception log record containing information about a failed API request to a shop system.