SaveExternalShippingMethodInput
Describes a shipping method offered outside our own gateway.
input SaveExternalShippingMethodInput {
externalId: UnsanitizedString!
name: String!
classId: Int!
}
Fields
externalId ● UnsanitizedString!
The method's id in the system that offered it.
name ● String!
Display name of the method.
classId ● Int!
Which category to file the method under.
Example
{}