batchSize
Int
shipFromCountry
String
shipToCountry
String!
type Mutation { testAllEbayRestrictions(batchSize: Int, shipFromCountry: String, shipToCountry: String): String! }
Mutation.
testAllEbayRestrictions
Test ALL eBay items in batches from AU to US
Arguments
batchSize
Int
shipFromCountry
String
shipToCountry
String
Returns:
String!
type Mutation { testAllEbayRestrictions(batchSize: Int, shipFromCountry: String, shipToCountry: String): String! }