November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi,
Are you following this -
https://world.episerver.com/documentation/class-libraries/rest-apis/service-api/#/Cart/Cart_PostCart
And sending the required parameters?
I was sending the required fields, but thanks to the link posted by Ravindra I found a single line "501 - Serializable carts feature is enabled and that feature is not supported here." which led me down a rabbit hole of serializable carts.
It looks like serializable carts were released in Jan of 2017 and Episerver still hasn't updated it's tools to handle them? Apparently that is why the Cart Manager in the UI is broken too? Over 4 years after a feature is released and still 2 major other features are completely incompatible with it? It should also be noted that no mention of this endpoint being broken on new installs / serializable carts is in any of the other documentation pages I have been using, including
https://world.episerver.com/documentation/developer-guides/Optimizely-Service-API/installation-and-configuration/
https://world.episerver.com/documentation/developer-guides/Optimizely-Service-API/order-restful-operations/
https://world.episerver.com/documentation/developer-guides/Optimizely-Service-API/order-restful-operations/Carts/
in fact this last page mentions using "JsonConvert.SerializeObject(model);" with a Cart - which is what I thought "Serializeable Carts" was refering to at first, because it is serializing a cart.
Is there a plan to update these features to work with serializable carts, or is the only option to disable serializable carts?
Based on documentation, If the Serializable carts feature is enabled, returns NotImplemented.
@Mahdi Shahbazi yes, as I said in my second post, it says that in only ONE of the FOUR places that episerver has documentation about this endpoint. Further, it doesn't specify that the serialization mentioned is NOT the same as the serialization that you use to actually use the endpoint but instead is refering to a database feature. Last, this was broken FOUR YEARS ago and has still never been fixed.
If you are using serializable cart mode, most if not all cart operations are not supported, i.e. it would return 501 like you saw.
I share you concern that it was not supported after a long time. I will raise the question to the commerce team
Created bug COM-13994 (more like a feature request). Will take time to be released eventually, however
I am trying to make a simple proof of concept Episerver ServiceApi Commerce client.
I can get a token and create a product just fine. I can't seem to create a Cart however.
Every time I try to Post to "/episerverapi/commerce/carts", I get a "501 - Not Implemented" error.
Any ideas on what could be causing this and how I might resolve it?
Thanks!
Nuget Package Versions:
EPiServer.ServiceApi.Commerce v5.4.5
EPiServer.Commerce v13.30.0
EPiServer.CMS - v.11.20.5