API Mode “REST” is Forced (vs XML)
-
For about a week now, this plugin is not sending the Service or Requested Service fields via API. I think this may be due to the forced api mode set to REST instead of XML.
I’m also getting these keys added to the get_option ‘woocommerce_shipstation_settings’ strangely.
According to ShipStation support, they are expecting XML , but the REST api is missing them. Plus, the api_mode “REST” is readonly, and even if I were to update it to “XML” the code overwrites it at the next export.
[AwaitingPayment_status] => Array ( [0] => wc-pending ) [AwaitingShipment_status] => Array ( [0] => wc-ready to ship ) [OnHold_status] => Array ( [0] => wc-on-hold ) [Completed_status] => Array ( [0] => wc-completed ) [Cancelled_status] => Array ( [0] => wc-cancelled ) [api_mode] => REST [status_mode] => plugin
You must be logged in to reply to this topic.