Major features
Map view available for Shopify Plus merchants
In the nShift Checkout (Official) Shopify app, pick-up and drop-off points can now be shown on an interactive map, with an updated list view available alongside it - once activated in a Shopify store, consumers can toggle between the two when selecting a point.
This feature is available to Shopify Plus stores.
Map view:
List view:
Changes to the Code field in Shopify
The Code field returned for Shopify has been updated to a base64-encoded JSON object with labelled keys, replacing the previous format. The new structure uses the following short keys to keep the payload compact:
-
o– shippingOptionId -
pp– pickupPointId -
s– sessionId -
c– sourceSystemCarrierId -
p– sourceSystemProductId
Integrators decoding the Code value should update their parsing logic to decode the base64 string, parse the resulting JSON, and map these labelled keys to the corresponding fields.
Other changes and features
- Minor bugfixes and improvements