{
  "id": "0195b630-49ab-77ca-a2e8-5a7f3235f946",
  "object": "listing",
  "platform": "amazon",
  "channel": "f70a0f0d-48e1-4466-8f4c-32747b395de9",
  "status": "active",
  "sku": "SAMPLE-SKU",
  "currency": "usd",
  "current_price": 7405,
  "current_shipping": 0,
  "cost": 2200,
  "minimum_price": 7299,
  "maximum_price": 7999,
  "strategy": "c38970b9-bbf4-4288-a18b-b8bd1de4fbb7",
  "repricing": true,
  "manual_price": null,
  "created": 1662738023
}

We’ll be expanding the object incrementally and with backward compatibility.

Attributes

id
string

Unique identifier for the object.

platform
enum

The platform where the listing is published. One of amazon or walmart.

channel
string

The ID of the platform channel where the listing is published.

status
enum

The status of the product. One of active or inactive.

sku
string

Unique identifier for the object.

currency
enum

Three-letter ISO currency code, in lowercase.

current_price
nullable integer

The current listed price in cents (in the currency specified) of the listing. Exclusive of shipping price.

current_shipping
nullable integer

The current shipping price in cents (in the currency specified) of the listing.

cost
nullable integer

The cost of a single unit in cents (in the currency specified) of the listing.

minimum_price
nullable integer

The minimum price in cents (in the currency specified) of the listing. Inclusive of shipping price for Amazon listings.

maximum_price
nullable integer

The maximum price in cents (in the currency specified) of the listing. Inclusive of shipping price for Amazon listings.

strategy
nullable string

The ID of the repricing strategy assigned to the listing.

repricing
boolean

Has the value true if repricing by Aura is enabled for this listing or the value false if repricing is disabled.

manual_price
nullable integer

The manual price in cents (in the currency specified) that Aura will enforce on repriceable listings. Will have no effect on non-repriceable listings, i.e. repricing is false, minimum_price is unset or incalculable (if using profit-based minimum pricing and cost or fees are unavailable), or current shipping is unavailable. Manual price is inclusive of shipping price.

More attributes

{
  "id": "0195b630-49ab-77ca-a2e8-5a7f3235f946",
  "object": "listing",
  "platform": "amazon",
  "channel": "f70a0f0d-48e1-4466-8f4c-32747b395de9",
  "status": "active",
  "sku": "SAMPLE-SKU",
  "currency": "usd",
  "current_price": 7405,
  "current_shipping": 0,
  "cost": 2200,
  "minimum_price": 7299,
  "maximum_price": 7999,
  "strategy": "c38970b9-bbf4-4288-a18b-b8bd1de4fbb7",
  "repricing": true,
  "manual_price": null,
  "created": 1662738023
}