The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SemanticWeb::Schema::MerchantReturnPolicy - A MerchantReturnPolicy provides information about product return policies associated with an [[Organization]]

VERSION

version v23.0.0

DESCRIPTION

A MerchantReturnPolicy provides information about product return policies associated with an SemanticWeb::Schema::Organization, SemanticWeb::Schema::Product, or SemanticWeb::Schema::Offer.

ATTRIBUTES

additional_property

additionalProperty

A property-value pair representing an additional characteristic of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org. Note: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.

A additional_property should be one of the following types:

InstanceOf['SemanticWeb::Schema::PropertyValue']

_has_additional_property

A predicate for the "additional_property" attribute.

applicable_country

applicableCountry

A country where a particular merchant return policy applies to, for example the two-letter ISO 3166-1 alpha-2 country code.

A applicable_country should be one of the following types:

InstanceOf['SemanticWeb::Schema::Country']
Str

_has_applicable_country

A predicate for the "applicable_country" attribute.

customer_remorse_return_fees

customerRemorseReturnFees

The type of return fees if the product is returned due to customer remorse.

A customer_remorse_return_fees should be one of the following types:

InstanceOf['SemanticWeb::Schema::ReturnFeesEnumeration']

_has_customer_remorse_return_fees

A predicate for the "customer_remorse_return_fees" attribute.

customer_remorse_return_label_source

customerRemorseReturnLabelSource

The method (from an enumeration) by which the customer obtains a return shipping label for a product returned due to customer remorse.

A customer_remorse_return_label_source should be one of the following types:

InstanceOf['SemanticWeb::Schema::ReturnLabelSourceEnumeration']

_has_customer_remorse_return_label_source

A predicate for the "customer_remorse_return_label_source" attribute.

customer_remorse_return_shipping_fees_amount

customerRemorseReturnShippingFeesAmount

The amount of shipping costs if a product is returned due to customer remorse. Applicable when property [[customerRemorseReturnFees]] equals SemanticWeb::Schema::ReturnShippingFees.

A customer_remorse_return_shipping_fees_amount should be one of the following types:

InstanceOf['SemanticWeb::Schema::MonetaryAmount']

_has_customer_remorse_return_shipping_fees_amount

A predicate for the "customer_remorse_return_shipping_fees_amount" attribute.

in_store_returns_offered

inStoreReturnsOffered

Are in-store returns offered? (For more advanced return methods use the [[returnMethod]] property.)

A in_store_returns_offered should be one of the following types:

Bool

_has_in_store_returns_offered

A predicate for the "in_store_returns_offered" attribute.

item_condition

itemCondition

A predefined value from OfferItemCondition specifying the condition of the product or service, or the products or services included in the offer. Also used for product return policies to specify the condition of products accepted for returns.

A item_condition should be one of the following types:

InstanceOf['SemanticWeb::Schema::OfferItemCondition']

_has_item_condition

A predicate for the "item_condition" attribute.

item_defect_return_fees

itemDefectReturnFees

The type of return fees for returns of defect products.

A item_defect_return_fees should be one of the following types:

InstanceOf['SemanticWeb::Schema::ReturnFeesEnumeration']

_has_item_defect_return_fees

A predicate for the "item_defect_return_fees" attribute.

item_defect_return_label_source

itemDefectReturnLabelSource

The method (from an enumeration) by which the customer obtains a return shipping label for a defect product.

A item_defect_return_label_source should be one of the following types:

InstanceOf['SemanticWeb::Schema::ReturnLabelSourceEnumeration']

_has_item_defect_return_label_source

A predicate for the "item_defect_return_label_source" attribute.

item_defect_return_shipping_fees_amount

itemDefectReturnShippingFeesAmount

Amount of shipping costs for defect product returns. Applicable when property [[itemDefectReturnFees]] equals SemanticWeb::Schema::ReturnShippingFees.

A item_defect_return_shipping_fees_amount should be one of the following types:

InstanceOf['SemanticWeb::Schema::MonetaryAmount']

_has_item_defect_return_shipping_fees_amount

A predicate for the "item_defect_return_shipping_fees_amount" attribute.

merchant_return_days

merchantReturnDays

Specifies either a fixed return date or the number of days (from the delivery date) that a product can be returned. Used when the [[returnPolicyCategory]] property is specified as SemanticWeb::Schema::MerchantReturnFiniteReturnWindow.

A merchant_return_days should be one of the following types:

InstanceOf['SemanticWeb::Schema::Integer']
Str

_has_merchant_return_days

A predicate for the "merchant_return_days" attribute.

merchantReturnLink

Specifies a Web page or service by URL, for product returns.

A merchant_return_link should be one of the following types:

Str

A predicate for the "merchant_return_link" attribute.

refund_type

refundType

A refund type, from an enumerated list.

A refund_type should be one of the following types:

InstanceOf['SemanticWeb::Schema::RefundTypeEnumeration']

_has_refund_type

A predicate for the "refund_type" attribute.

restocking_fee

restockingFee

Use SemanticWeb::Schema::MonetaryAmount to specify a fixed restocking fee for product returns, or use SemanticWeb::Schema::Number to specify a percentage of the product price paid by the customer.

A restocking_fee should be one of the following types:

InstanceOf['SemanticWeb::Schema::MonetaryAmount']
Num

_has_restocking_fee

A predicate for the "restocking_fee" attribute.

return_fees

returnFees

The type of return fees for purchased products (for any return reason).

A return_fees should be one of the following types:

InstanceOf['SemanticWeb::Schema::ReturnFeesEnumeration']

_has_return_fees

A predicate for the "return_fees" attribute.

return_label_source

returnLabelSource

The method (from an enumeration) by which the customer obtains a return shipping label for a product returned for any reason.

A return_label_source should be one of the following types:

InstanceOf['SemanticWeb::Schema::ReturnLabelSourceEnumeration']

_has_return_label_source

A predicate for the "return_label_source" attribute.

return_method

returnMethod

The type of return method offered, specified from an enumeration.

A return_method should be one of the following types:

InstanceOf['SemanticWeb::Schema::ReturnMethodEnumeration']

_has_return_method

A predicate for the "return_method" attribute.

return_policy_category

returnPolicyCategory

Specifies an applicable return policy (from an enumeration).

A return_policy_category should be one of the following types:

InstanceOf['SemanticWeb::Schema::MerchantReturnEnumeration']

_has_return_policy_category

A predicate for the "return_policy_category" attribute.

return_policy_country

returnPolicyCountry

The country where the product has to be sent to for returns, for example "Ireland" using the [[name]] property of SemanticWeb::Schema::Country. You can also provide the two-letter ISO 3166-1 alpha-2 country code. Note that this can be different from the country where the product was originally shipped from or sent to.

A return_policy_country should be one of the following types:

InstanceOf['SemanticWeb::Schema::Country']
Str

_has_return_policy_country

A predicate for the "return_policy_country" attribute.

return_policy_seasonal_override

returnPolicySeasonalOverride

Seasonal override of a return policy.

A return_policy_seasonal_override should be one of the following types:

InstanceOf['SemanticWeb::Schema::MerchantReturnPolicySeasonalOverride']

_has_return_policy_seasonal_override

A predicate for the "return_policy_seasonal_override" attribute.

return_shipping_fees_amount

returnShippingFeesAmount

Amount of shipping costs for product returns (for any reason). Applicable when property [[returnFees]] equals SemanticWeb::Schema::ReturnShippingFees.

A return_shipping_fees_amount should be one of the following types:

InstanceOf['SemanticWeb::Schema::MonetaryAmount']

_has_return_shipping_fees_amount

A predicate for the "return_shipping_fees_amount" attribute.

SEE ALSO

SemanticWeb::Schema::Intangible

SOURCE

The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2023 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)