Omnyfy Marketplace API (4.1.0)

Download OpenAPI specification:Download

Omnyfy Marketplace API

Vendor

Get marketplace vendor specific content

Get vendors from marketplace

Get a list of all vendors from the marketplace.

Request
query Parameters
searchCriteria[pageSize]
required
integer

setup page size for pagination

searchCriteria[currentPage]
required
integer

setup current page for pagination

Responses
200

search results matching criteria

404

specified content not found

get/rest/V1/vendors
Response samples
application/json
[
  • {
    }
]

Get Vendor details

Get basic details of the Vendor including the Attribute set of the Vendor (Marshall need to add API to get all Vendor Attribute Details)

Request
path Parameters
vendor_id
required
integer

pass a vendor id to retreive vendor details.

Responses
200

vendor details

400

invalid input, object invalid

404

specified content not found

get/rest/V1/vendors/id/{vendor_id}