Checkout Options
End customers love knowing more about the possible delivery option when ordering online. Our fulfillability endpoint enables you to show this information on the shop frontend.
Have you ever shopped online, filled your shopping cart only to see that the items are not available in your region in the checkout process? Our fulfillability endpoint gives LU.XY a tool to avoid this feeling for their customers.
Ship from Store
The platform has two options to provide the information whether an order is fulfillable to the customer's location. Either only by address and date or by address, date and the requested items. Both are made using the fulfillability endpoint.
Best Effort
Both options are interesting for the web shop of LU.XY to give their customers the best experience possible. This works using this API call:
The response then clarifies what is possible:
Detailed information
To get more details of what is possible, there is a second endpoint the LU.XY shop frontend can send data to in order to receive more information of the possible ship from store options. The call to the ship from store fulfillability endpoint can look like this:
We give an information of where to ship and which articles are desired. If the delivery is possible, we'll receive a 200 OK
response providing a list of possible options:
In this case, the Dutch and German central warehouses are possible options to fulfill the order from.
Last updated