Initiating this from the warehouse server isn't an option.
My initial question about the error messages, I don't see an answer coming. I am attacking that issue in a different way.
So far it seems the only method I can update inventory that consider Basket Inventory is using that Provide XML snippet.
I'd like to use the JSON snippet method if it can be stacked to handle all (3K+) products and gracefully ignore products that don't exist in Miva any longer:
But, I am not seeing a way to submit this without using MvCall to call the store I am on.
What about MvDo for json.mvc? And how does the JSON payload get passed so json.mvc will process the object as if it's s.json_data? And what function needs to be called to process this JSON string?
Scott
My initial question about the error messages, I don't see an answer coming. I am attacking that issue in a different way.
So far it seems the only method I can update inventory that consider Basket Inventory is using that Provide XML snippet.
I'd like to use the JSON snippet method if it can be stacked to handle all (3K+) products and gracefully ignore products that don't exist in Miva any longer:
Code:
{ Edit_Product: 'shirt', CustomField_Values: { baskinv: { total_inv: 500 } } }
What about MvDo for json.mvc? And how does the JSON payload get passed so json.mvc will process the object as if it's s.json_data? And what function needs to be called to process this JSON string?
Scott
Comment