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:
[TABLE] [TR] [TD] [/TD] [TD]Array[/TD] [/TR] [TR] [TD] [/TD] [TD]([/TD] [/TR] [TR] [TD] [/TD] [TD][Store_Code] => ***[/TD] [/TR] [TR] [TD] [/TD] [TD][Product_Code] => *******[/TD] [/TR] [TR] [TD] [/TD] [TD][Count] => 5[/TD] [/TR] [TR] [TD] [/TD] [TD][Assigned] =>[/TD] [/TR] [TR] [TD] [/TD] [TD][Module_Code] => pdsalsobought[/TD] [/TR] [TR] [TD] [/TD] [TD][Module_Function] => AlsoBoughtProductsList_Load_Query[/TD] [/TR] [TR] [TD] [/TD] [TD])[/TD] [/TR] [/TABLE]
RESPONSE
Code:
[TABLE] [TR] [/TR] [TR] [TD]Array[/TD] [/TR] [TR] [TD] [/TD] [TD]([/TD] [/TR] [TR] [TD] [/TD] [TD][success] => 1[/TD] [/TR] [TR] [TD] [/TD] [TD])[/TD] [/TR] [TR] [TD] [/TD] [/TR] [/TABLE]
Comment