Create integration exception logs, which will appear in the connection issue log screen of the user’s integration.
Basic Authentication using API key and secrets is currently the main authentication mechanism.
The id of the integration to which the shipments belong
Base shop URL
1"https://example.com"
ID of an integration to which this log belongs
x >= 1123
ID of a user to which this log belongs
x >= 1123
Full path to resource where error happened
"https://example.com/order-note.json"
HTTP method 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 the fields is not presented in the request, current date will be set
"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"
OK
Base shop URL
1"https://example.com"
ID of an log record
x >= 1123
Full path to resource where error happened
"https://example.com/order-note.json"
HTTP method 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 the fields is not presented in the request, current date will be set
"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"
An indication whether or not request/response is obfuscated
false