Dpd2

Learn how to use Dpd2 with Composio

Overview

Enum

DPD2

Description

Template description for dpd2

Authentication Details

api_key
stringRequired

Actions

Tool to retrieve details of a specific storefront by its id. use when you need storefront metadata after you have its id.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to list customers in your dpd account. use when you need a filtered or paginated list of customers for reporting or synchronization.

Action Parameters

limit
integer
page
integer
since_id
integer

Action Response

data
object
error
string
successful
boolean
Tool to list all purchases made through your dpd account. use when you need to retrieve purchase records with optional date filters and pagination for reporting or analysis.

Action Parameters

limit
integer
page
integer
since
string
until
string

Action Response

data
object
error
string
successful
boolean
Tool to list all storefronts in your dpd account. use after authenticating to fetch storefront details before managing products or purchases.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list subscribers for a given storefront. use when you need a paginated and filtered list of subscribers after storefront setup.

Action Parameters

email
string
filter
string
page
integer
per_page
integer
since
string
storefront_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to ping the api to check its status. use when verifying api connectivity before further operations.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to verify a webhook notification's authenticity by posting back the original signature and payload. use after receiving a notification to confirm it originates from dpd.

Action Parameters

body
objectRequired
headers
objectRequired

Action Response

data
object
error
string
successful
boolean