Announcement

Collapse
No announcement yet.

JSON API - Also Bought Products - query list of unassigned products

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • TipPro
    replied
    I missed that; works as expected. Thanks for the quick response.

    Leave a comment:


  • Nick
    replied
    You will also need to include the Unassigned parameter. In the documentation PDF it is on the top of page number 10 (12th page in the document). This will include unassigned also bought products in the product list results.

    Leave a comment:


  • JSON API - Also Bought Products - query list of unassigned products

    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
    Code:
     
    Array
    (
    [Store_Code] => ***
    [Product_Code] => *******
    [Count] => 5
    [Assigned] =>
    [Module_Code] => pdsalsobought
    [Module_Function] => AlsoBoughtProductsList_Load_Query
    )

    RESPONSE
    Code:
     
    Array
    (
    [success] => 1
    )
Working...
X