To determine whether the Global Shipping Programme (GSP) is supported for UK marketplace categories, call the REST-based Metadata API method getShippingPolicies for the UK marketplace. You can use the full marketplace response to review eligible categories, or call the method for a specific category to check that category alone. In either case, globalShippingEnabled indicates whether the Global Shipping Programme is available.
Important! The Global Shipping Programme is available only on the UK marketplace.
To determine if the current user has opted in to the Global Shipping Program, call GetUserPreferences and set ShowGlobalShippingProgramPreference to true. If the returned value of OfferGlobalShippingProgramPreference is true, the user has opted in to the Global Shipping Program
To specify that the current user's new listings will enable the Global Shipping Programme by default, call SetUserPreferences setting GlobalShippingProgramListingPreference to true. To determine the current state of this option, call GetUserPreferences with ShowGlobalShippingProgramListingPreference set to true. If the returned value of GlobalShippingProgramListingPreference is true the Global Shipping Programme is enabled by default for new listings.
To indicate that a seller can offer an international shipping service to a particular country for a GSP-eligible listing, call SetUserPreferences and set OverrideGSPserviceWithIntlService to true. For any GSP-eligible listing, the seller-specified service will take precedence and be the listing's default international shipping option for buyers in that country, rather than the Global Shipping Program. The Global Shipping Programme will still be the listing's default option for shipping to any GSP-eligible country for which the seller does not specify an international shipping service. To determine the current state of this option, call GetUserPreferences setting ShowOverrideGSPServiceWithIntlServicePreference to true. If the returned value of OverrideGSPServiceWithIntlServicePreference is true it indicates that this option is enabled.