⌨️Type specifications

Response from the API endpoint...

ProductListingDiscount

PropertyTypeDescription

Brand

string

Product Brand

SKU

string

Product SKU

Marketplace

integer

Marketplace in which the product listing is placed on.

See marketplaces ID section and the GET marketplaces endpoint for the coding reference.

ExternalPublications

List of the marketplace publications ID for updating status.

DiscountPercent

decimal

The value of the requested discount.

Valid values are in the range from 0.00 to 100.00.

StartDate

datetime (UTC with NO user time zone)

The date and time from which the discount is activated.

Example:

"2021-09-01T23:17:33.638Z”

Means 20:17:33 in GMT-3

FinishDate

datetime (UTC with NO user time zone)

The date and time from which the discount is no longer valid.

Example:

"2021-09-03T20:17:33.638Z”

Means 17:17:33 in GMT-3

ExternalPublicationsList

PropertyTypeDescription

ID

string

Marketplace assigned ID for the product listing.

The ID depends on each one of the marketplaces.

Last updated