Hi DW i have been having an issue, where calling the carts/create endpoint with an OrderLine and a few OrderFields in the body sometimes dosent add the fields to the cart.
The cart is always created and returned, sometimes just without the additional info.
When mirror posting to request bin i cant see any abvious differences.
This request added the values in the body to the cart in dw:
While this dident:
Both requests were posted to the dwapi/ecommerce/carts/create?currencyCode={request.CurrencyCode}&countryCode={request.CountryCode}&languageId={request.LanguageId} endpoint.
I havent been able to find any real patterns in when a post is going to add the body, but it seems lige the first request after a restart always fails to add them.