DEV

Mutation.

testAllEbayRestrictions

Test ALL eBay items in batches from AU to US

Arguments

batchSize

Int

No description

shipFromCountry

String

No description

shipToCountry

String

No description

Returns:

String!

GraphQL
1
2
3
type Mutation {
  testAllEbayRestrictions(batchSize: Int, shipFromCountry: String, shipToCountry: String): String!
}

Was this page helpful?