Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.03 KB

ReturnIntegrationRequest.md

File metadata and controls

29 lines (18 loc) · 1.03 KB

ReturnIntegrationRequest

The body of a return integration API request. Next to the cart items details, this contains an optional listing of extra properties that should be returned in the response.

Properties

Name Type Description Notes
_return NewReturn
responseContent List<ResponseContentEnum> Extends the response with the chosen data entities. Use this property to get as much data as you need in one Update customer session request instead of sending extra requests to other endpoints. [optional]

Enum: List<ResponseContentEnum>

Name Value
CUSTOMERSESSION "customerSession"
CUSTOMERPROFILE "customerProfile"
COUPONS "coupons"
TRIGGEREDCAMPAIGNS "triggeredCampaigns"
REFERRAL "referral"
LOYALTY "loyalty"
EVENT "event"
PREVIOUSRETURNS "previousReturns"