Skip to main content

PickupPointInput

No description

input PickupPointInput {
postCode: String!
city: String
countryCode: String!
shippingMethodId: Int!
limit: Int!
}

Fields

postCode ● String!

city ● String

countryCode ● String!

ISO 3166 country code Alpha2

shippingMethodId ● Int!

The shipping method id the pickup points should be fetched for.

limit ● Int!

How many service points will be fetched. (default: 10)

Example

{}