Hello everyone,
I’ve developed a React Native app that integrates with my CS-Cart store. However, I’ve encountered an issue when sending orders from the app via the API:
- The shipping price sometimes disappears when the order is placed.
- Products that are out of stock (quantity = 0) do not appear in the order.
- If I manually edit the order from the CS-Cart admin panel and simply click “Save” (without making any changes), the missing shipping price and products reappear correctly.
It seems like something is not being processed properly when orders are created via API. Has anyone experienced this before? Could this be related to hooks, recalculations, or missing parameters in the API request?
Any guidance or suggestions would be greatly appreciated!