跳至主要内容

Store promotion scheduling fields are now optional and nullable

What's new

start_at and end_at on store promotions are no longer required and may be null. The change applies to both the request and the response across every store promotion endpoint.

Impact

You can now create an open-ended promotion (no fixed start or no fixed end) by omitting these fields or setting them to null. Existing schedules continue to behave the same way.

Changes

ResourceChange
create_store_promotionstart_at and end_at became optional and nullable in both request and response
get_store_promotions, get_store_promotion, update_store_promotion, bulk_update_store_promotions, get_user_promotionsstart_at and end_at became optional and nullable in the response

Upgrade

  • If your client or generated types expect start_at and end_at to always be present and non-null, update them to handle missing or null values.

需要技术支持?
联系我们的集成技术团队: [email protected]