@plentymarkets/shop-api / shippingProviderGetters
Variable: shippingProviderGetters ​
const
shippingProviderGetters:object
Type declaration ​
getDataPrivacyAgreementHint() ​
getDataPrivacyAgreementHint: (
shippingMethod
) =>boolean
Parameters ​
• shippingMethod: ShippingMethod
Returns ​
boolean
getParcelServicePresetId() ​
getParcelServicePresetId: (
shippingMethod
) =>string
Parameters ​
• shippingMethod: ShippingMethod
Returns ​
string
getShippingAmount() ​
getShippingAmount: (
shippingMethod
) =>string
Parameters ​
• shippingMethod: ShippingMethod
Returns ​
string
getShippingMethodImage() ​
getShippingMethodImage: (
shippingMethod
) =>string
Parameters ​
• shippingMethod: ShippingMethod
Returns ​
string
getShippingMethodName() ​
getShippingMethodName: (
shippingMethod
) =>string
Parameters ​
• shippingMethod: ShippingMethod
Returns ​
string
getShippingPrivacyInformation() ​
getShippingPrivacyInformation: (
shippingMethod
) =>ShippingPrivacyInformation
Parameters ​
• shippingMethod: ShippingMethod
Returns ​
getShippingProfileId() ​
getShippingProfileId: (
cart
) =>string
Parameters ​
• cart: Cart
Returns ​
string
getShippingProviders() ​
getShippingProviders: (
shippingProvider
) =>ShippingMethod
[]
Parameters ​
• shippingProvider: ShippingProvider
Returns ​
getValue() ​
getValue: (
shippingMethod
) =>ShippingMethod
Parameters ​
• shippingMethod: ShippingMethod