Types > ShippingProviderWhitelist
Description
Fields
Shipping rate service code must match this pattern if it's not empty
Example: "aus_parcel_regular"
Shipping rate service name must match this pattern if it's not empty
Example: "Domestic Express Post"
Used By
Types
Preview (typescript)
interface ShippingProviderWhitelist {service_code_pattern: stringservice_name_pattern: string}