Hello everyone,
I am trying to insert an order via cs-cart API. Everything is passing ok, but the shipping_id I have chose does not inserted correctly. Specifically, I have these values:
…
shipping_id: 61
payment_id: 62
s_country: GR
s_city: Ξανθη
s_state: THESA
s_zipcode: 67200 and so on
…
…
I have logs before sending the json call to API, thus the values are correct inside json… After the insert, I could not see the shipping_id 61, but getting another shipping inside the order… I could not understand why the API change my options… Any ideas? Is it missing something from Shipping method that API reject it and gets the next available one?
I am using CS-CART Store-Builder with three storefronts.