Retrieve an integration

GET {{baseUrl}}/integrations/:id

Retrieving your integration

Allows you to to retrieve information about a specific integration by specifying the integration id. The information returned includes the shop name and URL, the date and the time of the last order fetch. The response will also indicate whether service point delivery is enabled for this integration, and for which carriers.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"shop_name":"\u003cstring\u003e","system":"\u003cstring\u003e","last_updated_at":"\u003cdateTime\u003e","id":"\u003cinteger\u003e","shop_url":"\u003cstring,null-uri\u003e","failing_since":"\u003cstring,null-date-time\u003e","last_fetch":"\u003cstring,null-date-time\u003e","service_point_enabled":"\u003cboolean\u003e","service_point_carriers":["\u003cstring\u003e","\u003cstring\u003e"],"webhook_active":"\u003cboolean\u003e","webhook_url":"\u003cstring,null-uri\u003e"}