GET api/Order/ApplyCoupon?code={code}&orderID={orderID}&shopperID={shopperID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
code

string

Required

orderID

integer

Required

shopperID

integer

Required

Body Parameters

None.

Response Information

Resource Description

CouponResponse
NameDescriptionTypeAdditional information
CouponAmount

decimal number

None.

ResponseCode

string

None.

OrderTotal

decimal number

None.

CouponTotal

decimal number

None.

Qty

integer

None.

shopperOrder

ShopperOrder

None.

AppliedCoupons

Collection of OrderCoupon

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/html

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.