Update certain parts of an integration
Update the shop name, shop URL, service point settings, webhook settings, and feedback type of 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
Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Path Parameters
Filtering on the Sendcloud integration ID
x >= 1Body
Integration object.
Name of the shop.
1 - 250"My Shop Integration"
URL of the shop the integration connects to.
1"https://www.my-shop-integration.com/"
Flag indicating if delivery to service points is enabled.
false
List of carriers available for the service point picker. If service point delivery is enabled, make sure to provide at least one carrier.
["ups", "dhl"]Flag indicating if parcel updates should be sent via the webhook.
false
URL for sending updates on a parcel. A value for webhook_url is required if webhook_active is set to true.
1"https://my-shop-integration.integrator/api/webhooks/sendcloud"
Define how your shop status feedback should be sent into your system.
Note that this will not apply to Prestashop V2 as the custom status mapping will define this.
Use the following states:
- eager: Change the parcels’ status to “sent” once the label is created.
- delayed: Change the parcels’ status to “sent” once the carrier scans the label.
- none: Don’t send any feedback.
eager, delayed, none 1Response
No content