Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels