International Enhancements for Multi-Storefront
This feature is currently available for Enterprise stores and Partner Sandboxes. If the feature is not working as expected, please contact technical support, as the feature likely needs to be enabled for the individual store. To become an enterprise customer, contact your BigCommerce Customer Service Manager or our support team.
Using the Catalog features of the Admin API, you can set and query product URLs for a store or a locale within a storefront channel.
Perform the following:
overridesForLocale mutation. The product URL for the locale overrides the global value.For a full schema, see the GraphQL Admin API reference.
Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see Input fields.
The following example sets a product’s URL for a store, from which channels inherit by default.
The following example sets a product’s URL for the locale within a storefront channel. These settings override global store information.
The following example removes the overrides for a product’s URL. This mutation removes the overrides for the locale within the storefront channel, and the product URL defaults to its global store value.
The following example retrieves a product’s URL. You can retrieve global information for the store and overrides for a locale within a storefront channel.