createCoupon( )


Creates a new coupon.

について createCoupon() function returns a Promise that resolves to the new coupon when it is created.

When creating a coupon, the specification object must contain values for 名称, コード, startTime, and either scope または minimumSubtotal. The exception is for a freeShipping coupon type, for which you cannot apply a scope そして minimumSubtotal is optional.

The coupon scope defines the items a coupon applies to. A coupon can apply to all items in a specific Wix application, a group within the application, or a single item within a group. See the introduction for a table of currently supported coupon scopes.

について specification object must also contain a value for exactly 1 of the following coupon properties. This defines the coupon type.

  • "moneyOffAmount"
  • "percentOffRate"
  • "freeShipping"
  • "fixedPriceAmount"
  • "buyXGetY"
Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Coupons
Manage Stores - all permissions
Learn more about app permissions.
メソッド宣言
コピー
メソッド・パラメータ
specificationSpecificationRequired

Coupon to create.

リターン
Return Type:Promise<CreateCouponResponse>
役に立ちましたか?
はい
いいえ