Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.67 KB

File metadata and controls

21 lines (18 loc) · 2.67 KB

# IntegrationResponseModel

Properties

Name Type Description Notes
shopName string Name of the shop. [optional]
shopUrl string URL of the shop the integration connects to. [optional]
servicePointEnabled bool Flag indicating if delivery to service points is enabled. [optional]
servicePointCarriers string[] List of carriers available for the service point picker. If service point delivery is enabled, make sure to provide at least one carrier. [optional]
webhookActive bool Flag indicating if parcel updates should be sent via the webhook. [optional]
webhookUrl string URL for sending updates on a parcel. A value for `webhook_url` is required if `webhook_active` is set to `true`. [optional]
feedbackType string 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. [optional]
id int ID of an integration. [optional]
type string Type of shop/system the integration connects to. In Integrations API V2, this attribute was referred to as `system`. [optional]
startedFailingAt \DateTime Timestamp from when the integration is failing to fetch orders or to send feedback. This value will be in the ISO8601 format. In the Integrations API V2, this attribute was referred to as `failing_since`. [optional]
lastFetchedAt \DateTime The last time we managed to fetch data from this integration, used for rate limiting purposes. This value will be in the ISO8601 format. In the Integrations API V2, this attribute was referred to as `last_fetch`. [optional]
createdAt \DateTime Timestamp when the integration was created. This value will be in the ISO8601 format. [optional]
updatedAt \DateTime Timestamp when the integration was last updated. This value will be in the ISO8601 format. [optional]

[Back to Model list] [Back to API list] [Back to README]