Listings API V1

BalancePaymentTime

string

Balance due timeframe.

Allowed values:IMMEDIATELYTWO_BUSINESS_DAYSFIVE_BUSINESS_DAYSTEN_BUSINESS_DAYSFIFTEEN_BUSINESS_DAYSTHIRTY_BUSINESS_DAYS

Example

Cod

object

Details of the cash on delivery or cash on pick-up (COD/COP).

amountnumber(double)

The cash on delivery (COD) or cash on pick up (COP) amount due.

Example:200

paymentMethodstring

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

Allowed values:CASH_CERTIFIED_FUNDSCHECK

Example:CASH_CERTIFIED_FUNDS

paymentLocationstring

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

Allowed values:PICKUPDELIVERY

Example:PICKUP

Example

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