Listings API V1

CodPaymentLocation

string

Cash on delivery or cash on pick up (COD/COP) payment location.

Allowed values:PICKUPDELIVERY

Example

CodPaymentMethod

string

Cash on delivery or cash on pick up (COD/COP) method.

Allowed values:CASH_CERTIFIED_FUNDSCHECK

Example

Error

object

Details of an error or issue.

codestring

The code used for the issue.

Example:resource.issue_type

descriptionstring

A detailed message.

Example:The issue happened because something is wrong.

propertystring

The property to which the issue is associated.

Example:person

propertiesobject

Additional properties related to the issue.

Example:{"firstName":"D0nn@","lastName":"Sm!th"}

Example

Errors

object

An error occurred, and the request could not be completed.

errorsarray[object]

Details of an error or issue.

Show Child Parameters
Example

GeoCode

object

Details of the geographical coordinates for a location.

longitudenumber(double)

The longitude of the location.

Example:-117.91836265987132

latitudenumber(double)

The latitude of the location.

Example:33.81228788622535

Example