productIntegrationsByVendorId

Query product integrations by vendor identifier.

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    ROLE_PARTNER_READ

    ROLE_CHANNEL_PRODUCT_SUPPORT

    ROLE_DEVELOPER

    Arguments

    vendorId ID

    Unique identifier of the product vendor.

    version String!

    Product integration version.

    first Int

    Number of results to return (page size) after the specified after cursor.

    after String

    Return results after this cursor. If null, return results starting at the beginning of the collection.

    last Int

    Number of results to return (page size) before the specified before cursor.

    before String

    Return results before this cursor. If null, return results starting at the end of the collection.

    Return Fields

    ProductIntegrationConnection

    Paginated list of product integrations.

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.