I have no problem retrieving assigned products. According to the documentation, I should be able to set "Assigned" to false to include unassigned products. Here is my request and response.
docs: https://apps.miva.com/mm5/graphics/p...umentation.pdf
REQUEST
RESPONSE
docs: https://apps.miva.com/mm5/graphics/p...umentation.pdf
REQUEST
Code:
Array ( [Store_Code] => *** [Product_Code] => ******* [Count] => 5 [Assigned] => [Module_Code] => pdsalsobought [Module_Function] => AlsoBoughtProductsList_Load_Query )
RESPONSE
Code:
Array ( [success] => 1 )
Comment