Sendle Unlimited Satchel Configuration

In our wp sendle App, we have an option to enable / disable Unlimited satchel booking. It’s called the “unlimited satchel” product and for items that exceed 500g but fit in the Sendle branded satchels, they can be sent using the 500g satchel product and price. So for 600g or 700g packages merchants can forcefully book the 500g satchel to reduce the cost. Basically if…

Product Import Issue

Product Dimensions are required if you are calculating shipping by volume. Merchant has to export the product from Sendle App and then change the dimension in the CSV then save it and then import it again from Sendle App. Click on “Export Products” button to export your Products as CSV, like this screenshot When update your CSV file keep in mind it should be the…

How to Use product Dimension

Manage Product Dimension In Sendle App there is a functionality to edit product dimensions, any one can edit dimension of each product by clicking on the “Update Dimension”. Or merchant can download all products as CSV and update the dimension in that CSV and upload it again by import CSV option. To Download All Products as CSV simply click on “Export products” button. Screenshot below…

Sendle Satchel Options

The Sendle Unlimited Satchel product allows merchants to send a shipment of unlimited weight in an official Sendle satchel. The Shopify Sendle app supports this feature in both Automatic Booking and manual booking modes. Automatic Booking In Automatic booking the following can be set from the Settings page. Which allows booking and quoting to override the normal weight and dimension calculations and apply the Sendle…

Store Pickup and Customer Delivery instructions

Store Pickup instructions is a short message used as pickup instructions for courier. This text will be sent with order post object to sendle api. It must be under 200 chars in length, but is recommended to be under 40 chars due to label-size limitations. Customer Delivery Instructions is a short message used as delivery instructions for courier. It must be under 200 chars, but…

What is “Pickup Option” in shopify sendle app

In the Order Synchronization section of the app settings page you can see a select option with 2 options for “Pickup Option” like the following screenshot. If you choose “Pickup From Store” then the parcel will be picked up (when available) from your store. Or if you choose “Drop Off” then you have to drop it off at the nearest drop off location in Australia or United States. In…

Sendle Configration For Bigcommerce

1 – After login to the admin go to Left-menu -> Settings -> Shipping Then in the Shipping Manager page under Checkout Shipping Option Configure your shipping rules by cliking edit option like the following screenshot. Shipping Origin : This is the sender address and the app will use it as the sender pickup address when placing a shipment booking or retrieving shipping quotes. Checkout…

Max weight / volume calculation in wordpress

Total weight > sendle’s max weight OR total volume > sendle’s max volume calculation in wordpress The plugin first checks the total weight or volume of the products in cart. ( if volume calculation is enabled in the backend then only check the volume limit) 1. if ( total cart weight > sendle’s max weight limit  OR total cart volume > sendle’s max volume limit…

How use sendle for other shipping method and download label in wordpress

At first disable the sendle for the frontend if you want to use it only for other shipping method. You can see a setting in wp-admin-> woocommerce-> shipping -> sendle setting like “Show the rates in frontend”. Please uncheck it. Now you can also see a setting in this page like “Post to Sendle API for the selected shipping method” Please choose “flat rate”, if you…