If your marketplace is set up to do so, you can schedule price promotions for products, including start and end dates, etc. This is particularly useful if you have a product that is on sale for a limited time only.
The new price fields are not currently integrated with the MConnect platform, so sellers integrated with Shopify, Woocommerce, Big Commerce, Neto or XML will need to update these fields. See Schedule price promotions though REST API.
Schedule price promotions manually
In the pricing section of a product or variant, you will be able to add scheduled price details.
Product (Advert):
Variant:
Schedule price promotions in bulk
Follow the Edit products (adverts) in bulk as a seller procedure and complete the price schedule fields.
Product:
Variant:
Schedule price promotions through REST API
The fields are available to be set via the REST (V2) API on the advert and variant.
sale_price_start_at |
string |
String representation of a date in the iso8601 format yyyy-MM-ddThh:mm:ss. The start date of the sale price field is optional and only available for use by Headless or Connected instances of Marketplacer. If using this field you must additionally supply a sale_price_end_at value. |
sale_price_end_at |
string |
String representation of a date in the iso8601 format yyyy-MM-ddThh:mm:ss. The start date of the sale price field is optional and only available for use by Headless or Connected instances of Marketplacer. If using this field you must additionally supply a sale_price_start_at value. |
wholesale_promo_price |
float |
Decimal separated with no signs or commas (i.e. 1234.56). The promotional wholesale price field is optional and only available for use by Headless or Connected instances of Marketplacer. |
wholesale_promo_price_start_at |
string |
String representation of a date in the iso8601 format yyyy-MM-ddThh:mm:ss. The start date of the promotional wholesale price field is optional and only available for use by Headless or Connected instances of Marketplacer. If using this field you must additionally supply a wholesale_promo_price_end_at value. |
wholesale_promo_price_end_at |
string |
String representation of a date in the iso8601 format yyyy-MM-ddThh:mm:ss. The end date of the promotional wholesale price field is optional and only available for use by Headless or Connected instances of Marketplacer. If using this field you must additionally supply a wholesale_promo_price_start_at value. |
You can find the API documentation here.
Related articles