Update certain parts of an integration

PATCH {{baseUrl}}/integrations/:id

Note that this section describes a beta version of the Integrations API.

The following endpoint allows you to make changes for an integration:
  • Update the shop name of an integration.
  • Update the shop URL of an integration.
  • Enable service points and select the appropriate service point carriers.
  • Enable webhooks and set the webhook URL.
  • Change the type of feedback you would like the integration to follow

Request Body

{"shop_name"=>"<string>", "shop_url"=>"<uri>", "service_point_enabled"=>"<boolean>", "service_point_carriers"=>["<string>", "<string>"], "webhook_active"=>"<boolean>", "webhook_url"=>"<string,null-uri>", "feedback_type"=>"delayed"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring