Lindyship
Lindyship is the bridge between your SureCart store and your shipping platform. Push orders manually from the Orders tab to your platform’s incoming queue. When you ship the parcel, the tracking number comes straight back to SureCart and the built-in fulfillment email fires with no copy-pasting tracking numbers.
Supported platforms
- Sendcloud: push to parcel queue, HMAC webhook, tracking writeback
- Shippo: push to orders queue, HMAC webhook, tracking writeback
- ShipStation: push to orders queue, HMAC webhook, tracking writeback
- Packlink PRO: push to shipment queue, secret-token webhook, tracking writeback
How it works
- A customer completes a paid order in your SureCart store.
- You push the order manually from the Orders tab to your chosen shipping platform.
- You process the shipment inside that platform’s dashboard. Lindyship does not generate labels or compare rates.
- The platform sends a tracking webhook back to your site.
- The plugin writes the tracking number to SureCart and marks the order as fulfilled.
Key features
- Single platform selection: choose one shipping platform to connect with.
- Manual push: push orders individually from the Orders tab when you’re ready to ship.
- Automatic retry: failed pushes are retried up to 3 times over 24 hours before being marked permanently failed.
- Sync log: every push attempt, webhook delivery, and tracking writeback is recorded with full HTTP request/response capture available for debugging.
- Diagnostics tab: one-click health checks for PHP, OpenSSL, SureCart connection, DB table, cron schedule, sender address, and webhook reachability.
- Test push: send a synthetic order end-to-end to verify your credentials and webhook without a real customer.
- Credentials encrypted at rest: all API keys and secrets are AES-256 encrypted in the database.
What this plugin does NOT do
It does not generate shipping labels, compare carrier rates, or provide a checkout rate widget. All of that lives inside your shipping platform’s dashboard. This plugin is purely the data bridge.
External services
This plugin connects to external shipping platform APIs in order to push order data and receive tracking updates. All communication happens server-to-server; no customer data is sent to the plugin author’s servers.
Sendcloud – https://sendcloud.com/ * Used for: pushing orders to the Sendcloud parcel queue and receiving tracking webhooks. * Data sent: order number, customer shipping address, line items, weight, dimensions. * When: each time you manually push an order to Sendcloud from the Orders tab. * Terms of service: https://www.sendcloud.com/terms-conditions/ * Privacy policy: https://www.sendcloud.com/privacy-policy/
Shippo – https://goshippo.com/ * Used for: pushing orders to the Shippo orders queue and receiving tracking webhooks. * Data sent: order number, customer shipping address, line items, weight, dimensions. * When: each time you manually push an order to Shippo from the Orders tab. * Terms of service: https://privacy.goshippo.com/policies?name=terms-of-use * Privacy policy: https://privacy.goshippo.com/policies?name=privacy-notice
ShipStation – https://www.shipstation.com/ * Used for: pushing orders to the ShipStation orders queue and receiving tracking webhooks. * Data sent: order number, customer shipping address, line items, weight, dimensions. * When: each time you manually push an order to ShipStation from the Orders tab. * Terms of service: https://www.shipstation.com/terms-of-service/ * Privacy policy: https://www.shipstation.com/privacy-policy/
Packlink PRO – https://pro.packlink.com/ * Used for: pushing orders to the Packlink PRO shipment queue and receiving tracking webhooks. * Data sent: order number, customer shipping address, line items, weight, dimensions. * When: each time you manually push an order to Packlink PRO from the Orders tab. * Terms of service: https://support-pro.packlink.com/hc/en-gb/articles/360010011480-Terms-and-Conditions-of-pro-packlink-com-site * Privacy policy: https://support-pro.packlink.com/hc/en-gb/articles/360010011560-Privacy-Policy
SureCart – https://surecart.com/ * Used for: reading order details and writing back tracking numbers/fulfillment status. * Data sent: order ID (for retrieval), tracking number and carrier (for writeback). * When: each time you manually push an order (read), and when a tracking webhook is received (writeback). * Terms of service: https://surecart.com/terms-and-conditions/ * Privacy policy: https://surecart.com/privacy-policy/