Skip to content
snapcasterDevelopers

ListingExportItem

Reusable ListingExportItem schema.

Type: object

Fields

FieldTypeConstraintsMeaningExample
skuIdrequiredintegerNoneSku Id supplied to or returned by this operation.0 (generated)
productIdrequiredintegerNoneProduct Id supplied to or returned by this operation.0 (generated)
matchStatusrequiredstringallowed values: matched, unmatchedMatch Status supplied to or returned by this operation.matched (generated)
quantityrequiredintegerNoneOn-hand: the pushed quantity, as stored.0 (generated)
availablerequiredintegerNoneOn-hand minus outstanding committed holds, never negative. Derived at read time; with no holds, equals `quantity`.0 (generated)
pricerequiredintegerNoneInteger minor units (cents) in the Seller’s currency.0 (generated)
externalRefrequiredstring or nullNoneExternal Ref supplied to or returned by this operation.string (generated)
browsablerequiredbooleanNoneWhether this Listing currently passes every Browse gate.true (generated)
deletedAtrequiredstring or nullNoneSoft-delete timestamp, or null if live.string (generated)
updatedAtrequiredstringNoneUpdated At supplied to or returned by this operation.string (generated)

Examples

Generated Schema example: Generated ListingExportItem
{
"skuId": 0,
"productId": 0,
"matchStatus": "matched",
"quantity": 0,
"available": 0,
"price": 0,
"externalRef": "string",
"browsable": true,
"deletedAt": "string",
"updatedAt": "string"
}

Source commit: 64bff06fe339e6ffa0ef24cd7da55cb3efefefb9