Provide additional online shipping method
Learn how can you add a new shipping method to the store with an app.
Last updated
Was this helpful?
Learn how can you add a new shipping method to the store with an app.
Last updated
Was this helpful?
Online shipping methods not developed by Ecwid team work through applications.
When the app is properly set up, it becomes available as a shipping method to the store owner in Ecwid admin, and its shipping options become available to customers at the checkout.
Make sure that your app has:
Required access scopes: add_shipping_method
, read_store_profile
, read_orders
, and update_orders
Self-hosted shippingUrl
endpoint running on your server.
Now check your app settings from the app dashboard page:
And access scopes of your app on the My apps page:
With both requirements satisfied, a new shipping method will appear on the Shipping & Pickup page immediately after installing the app:
Your new shipping method added by the app should also be enabled by default.
Enabled shipping methods are available to customers at the checkout, so you can test your new shipping method right away.
If you want your shipping method to be disabled by default after installing the app, . They'll update the app for you.
Request application update