Download the PHP package landofcoder/module-marketplace-graphql without Composer
On this page you can find all versions of the php package landofcoder/module-marketplace-graphql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download landofcoder/module-marketplace-graphql
More information about landofcoder/module-marketplace-graphql
Files in landofcoder/module-marketplace-graphql
Package module-marketplace-graphql
Short Description Magento 2 Marketplace GraphQl extension
License OSL-3.0
Informations about the package module-marketplace-graphql
Mage2 Module Lof MarketplaceGraphQl
``landofcoder/module-marketplace-graphql
``
- Main Functionalities
- Installation
- Configuration
- Specifications
- Attributes
Main Functionalities
magento 2 marketplace graphql extension
Marketplace Addons GraphQL Extensions
- Seller Coupon Code
- Seller Chat
- Seller Split Cart
- Seller Product List - Products Slider
- Seller Blog
- Seller Product
- Seller Settings
- Seller Delivery Time Slots
- Comming soon...
Installation
* = in production please use the --keep-generated
option
Type 1: Zip file
- Unzip the zip file in
app/code/Lof
- Enable the module by running
php bin/magento module:enable Lof_MarketplaceGraphQl
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Make the module available in a composer repository for example:
- private repository
repo.magento.com
- public repository
packagist.org
- public github repository as vcs
- private repository
- Add the composer repository to the configuration by running
composer config repositories.repo.magento.com composer https://repo.magento.com/
- Install the module composer by running
composer require landofcoder/module-marketplace-graphql
- enable the module by running
php bin/magento module:enable Lof_MarketplaceGraphQl
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
TODO
- Refactor Graphql queries
- Refactor Resolvers
- Add documendation for Graphql queries
Queries
- Get Seller Profile Info By Url
Example:
- Get Seller Profile By ID
Example:
-
Get List Sellers with Filter options
-
Get Seller Collection (Groups)
-
Filter products by seller ID
- Get Seller Products by Seller Url
Example: get products of seller "seller1"
- Get Seller Information on products query
Example:
-
Mutation Registrer Seller
-
Mutation Become Seller - required customer logged in
-
Mutation Review Seller - required customer logged in
-
Mutation Customer send contact to seller - required customer logged in
-
Mutation Customer send reply to a message - required customer logged in
-
Query get messages of logged in customer - required customer logged in
-
Query Get Seller Info of Logged in Customer - required customer logged in
- Get Seller Ratings List by Seller Url Key
Query: