DEV

Mutation.

testEbayRestriction

Test eBay restrictions using AI matching

Arguments

limit

Int

No description

offset

Int

No description

shipFromCountry

String

No description

shipToCountry

String

No description

Returns:

String!

GraphQL
1
2
3
type Mutation {
  testEbayRestriction(limit: Int, offset: Int, shipFromCountry: String, shipToCountry: String): String!
}

Was this page helpful?