limit
Int
offset
shipFromCountry
String
shipToCountry
String!
type Mutation { testEbayRestriction(limit: Int, offset: Int, shipFromCountry: String, shipToCountry: String): String! }
Mutation.
testEbayRestriction
Test eBay restrictions using AI matching
Arguments
limit
Int
offset
Int
shipFromCountry
String
shipToCountry
String
Returns:
String!
type Mutation { testEbayRestriction(limit: Int, offset: Int, shipFromCountry: String, shipToCountry: String): String! }