@nht-pandats/sdk / @nht-pandats/sdk/clients / @nht-pandats/sdk/clients/affiliateApi / AffiliateApiMarketingModule
Class: AffiliateApiMarketingModule
@nht-pandats/sdk/clients.@nht-pandats/sdk/clients/affiliateApi.AffiliateApiMarketingModule
A module for interacting with the Affiliate API's customer marketing endpoints.
Since
v1.20240429.0
Undocumented
Methods
update
▸ update(options): Promise<AffiliateApiOperationResponse<AffiliateApiMarketingSaveSuccessfulResponse, AffiliateApiMarketingSaveSuccessfulResponse>>
Updates a customer for remarketing.
Parameters
| Name | Type | Description |
|---|---|---|
options | RemarketCustomerOptions | The options for the request. |
Returns
Promise<AffiliateApiOperationResponse<AffiliateApiMarketingSaveSuccessfulResponse, AffiliateApiMarketingSaveSuccessfulResponse>>
A promise that resolves with the response.
Throws
AffiliateApiOperationError If the operation was not successful.
Undocumented