ShippingService
No description
type ShippingService {
id: ID
name: String
}
Fields
ShippingService.id ● ID scalar
The unique identifier of the record.
ShippingService.name ● String scalar
The name of the shipping service.
Member Of
ShippingRate object