快递费率-DeliveryParticipant 对象
运营商定义的费率,以及可能由商家定义的固定费用或费率百分比费。
在本页面
字段
- AdaptToNewServicesFlag(
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
用于指示是否应包括新的可用服务的标志。 - carrierService(
[DeliveryCarrierService!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverycarrierservice)
)
为该参与者使用此运营商服务。 - fixedFee(
[MoneyV2](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2)
)
商家为该参与者设置的固定费用。 - id(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
全局唯一标识符。 - ParticipationServices(
[[DeliveryParticipantService!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryparticipantservice)
)
参与者提供的服务及其活跃状态。 - percentOfRateFee(
[Float!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#float-2021-01)
)
商家为该参与者设置的费率百分比费用。
派生关系
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)