User Tools

Site Tools


udropship:umarketplace:m2:vendor-info-graphql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
udropship:umarketplace:m2:vendor-info-graphql [2021/02/18 17:22]
wtsergo
udropship:umarketplace:m2:vendor-info-graphql [2021/09/06 19:02]
wtsergo [Get list of Vendor Products]
Line 344: Line 344:
         }         }
       ]       ]
 +    }
 +  }
 +}
 +</code>
 +
 +Magento native version of above query is
 +
 +''
 +Example:
 +''
 +<code>
 +{
 +  products(
 +    filter: { udropship_vendor: { eq: "1"} }
 +  ) {
 +    items {
 +      name
 +      sku
     }     }
   }   }
udropship/umarketplace/m2/vendor-info-graphql.txt · by wtsergo