Contact Checkout API - en
With this API you can view the basket of your contacts
Reading.
Allows you to view the basket of the selected contact.
GET https://api.smartsender.com/v1/contacts/{contactId}/checkout
Main parameters:
Name | Description | Validation |
---|---|---|
page | Requested Page | Minimum value 1 |
limitation | Amount of data to display per page | Minimum value 1, maximum 20 |
In case of a successful response, you will receive the following:
{
"cursor": Cursor,
"collection": ProductEssence[]
}
Answer description:
Name | Description |
---|---|
cursor | Object of type Cursor |
collection | Array of objects of type ProductEssence |