The "Listing Issues" skill contains information about product listings that are surpressed, out of inventory or have other issues
| Time Period | Current Issues |
|---|---|
| Report Format: | json |
{
"summary": {
"Active": 39,
"ApprovalRequired": 0,
"Blocked": 0,
"Closed": 0,
"DetailPageRemoved": 0,
"FulfillmentIssue": 0,
"OtherInactiveIssue": 0,
"Paused": 0,
"PricingIssue": 0,
"StartDateInFuture": 0,
"All": 77,
"Inactive": 15,
"AtRisk": 0,
"SearchSuppressed": 0,
"NeedsImprovement": 12,
"OfferMissing": 1,
"ListingRemoved": 0,
"OutOfStock": 15,
"Incomplete": 9,
"SubmittedWithIssues": 0
},
"listings": {
"OutOfStock": [
{
"contributorToken": "eyJjbxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=",
"id": {
"sku": "my-great-sku",
"asin": "B012341234",
"fnSku": "B012341234",
"productType": "TIRES",
"__typename": "ListingKeyIdentifiers"
},
"state": "Out of stock",
"bundleStatus": "",
"stateDetail": {
"stateInlineAction": "Replenish inventory",
"stateRedirectionLink": "\/gp\/ssof\/workflow\/sendinventory.html?mSku.0=my-great-sku&action=send",
"highlightedState": null,
"parentAsin": "B012341234",
"parentSku": "my_parent_sku",
"__typename": "ListingStateDetail"
},
"lastChanged": "05\/01\/2025 10:52:55",
"created": "05\/01\/2025 10:53:58",
"details": {
"title": "A really Good Product",
"detailPageUrl": "https:\/\/www.amazon.com\/dp\/B012341234",
"skuCentralLink": "\/skucentral?mSku=my-great-sku&condition=New",
"externalId": {
"value": "812916096989",
"type": "upc",
"__typename": "ExternalId"
},
"imageUrl": "https:\/\/m.media-amazon.com\/images\/I\/71sDYj9JEUL._SS60_.jpg",
"type": "C",
"numChildren": null,
"customProgram": null,
"__typename": "ListingDetails"
},
"annotations": {
"favorite": false,
"tagsAnnotation": [],
"__typename": "ListingAnnotations"
},
"offers": [
{
"fulfillmentChannel": "AFN",
"offerId": "eyJxxxxxxxxxxxxxxx9999999999999999",
"price": {
"price": {
"amount": "31.99",
"currencyUnit": "USD",
"currencySymbol": "$",
"__typename": "Currency"
},
"__typename": "PriceAndShipping"
},
"__typename": "Offer3P"
}
],
"inventory": {
"available": 0,
"unfulfillable": 0,
"unfulfillableDetails": null,
"inbound": 0,
"reserved": 0,
"reservedDetails": {
"customerOrder": 0,
"fcTransfer": 0,
"fcProcessing": 0,
"__typename": "ReservedInventory"
},
"details": {
"buyableInTransit": 0,
"pendingCustomerOrdersInTransit": 0,
"shortTermResearching": 0,
"midTermResearching": 0,
"longTermResearching": 0,
"__typename": "InventoryDetail"
},
"isInventoryThresholdReached": null,
"inventoryAlertDisplayText": null,
"__typename": "InventoryAFN"
},
"availabilities": [
{
"fmid": "A3CATNAWAAADAX",
"quantity": 0,
"fulfillmentChannelName": "AMAZON_NA",
"isFulfilledByAmazon": true,
"__typename": "AvailabilityField"
}
],
"aaAvailabilities": [],
"performance": {
"pageViews": null,
"sales": {
"amount": null,
"currencySymbol": "$",
"currencyUnit": null,
"__typename": "Currency"
},
"salesRank": {
"productCategory": null,
"rank": null,
"__typename": "SalesRank"
},
"unitsSold": null,
"__typename": "Performance"
},
"__typename": "Listing"
},
]
"OfferMissing": [
{
"contributorToken": "eyJjb250cmlid9999999999999998=",
"id": {
"sku": "another-really-great-sku",
"asin": "B098769876",
"fnSku": null,
"productType": "STUFFED_ANIMAL",
"__typename": "ListingKeyIdentifiers"
},
"state": "Missing Offer",
"bundleStatus": "",
"stateDetail": {
"stateInlineAction": "Add missing offer details",
"stateRedirectionLink": "\/abis\/listing\/edit?sku=Recovery+Mattress+Parent&asin=B098769876&marketplaceID=ATVPDKIKX0DER&productType=STUFFED_ANIMAL",
"highlightedState": "error",
"parentAsin": null,
"parentSku": null,
"__typename": "ListingStateDetail"
},
"lastChanged": "06\/21\/2025 09:17:13",
"created": "12\/08\/2022 21:12:17",
"details": {
"title": "A really cute stuffed animal",
"detailPageUrl": "https:\/\/www.amazon.com\/dp\/B098769876",
"skuCentralLink": "\/skucentral?mSku=another-really-great-sku&condition=New",
"externalId": null,
"imageUrl": "https:\/\/m.media-amazon.com\/images\/I\/71sDYj9JEUL._SS60_.jpg",
"type": "S",
"numChildren": null,
"customProgram": null,
"__typename": "ListingDetails"
},
"annotations": {
"favorite": false,
"tagsAnnotation": [],
"__typename": "ListingAnnotations"
},
"offers": [
{
"fulfillmentChannel": "MFN",
"offerId": "eyJjb250912399123',
"price": {
"price": {
"amount": "0.00",
"currencyUnit": "USD",
"currencySymbol": "$",
"__typename": "Currency"
},
"__typename": "PriceAndShipping"
},
"__typename": "Offer3P"
}
],
"inventory": {
"available": 0,
"unfulfillable": 0,
"unfulfillableDetails": null,
"__typename": "InventoryMFN"
},
"availabilities": [],
"aaAvailabilities": [],
"performance": {
"pageViews": null,
"sales": {
"amount": null,
"currencySymbol": "$",
"currencyUnit": null,
"__typename": "Currency"
},
"salesRank": {
"productCategory": null,
"rank": null,
"__typename": "SalesRank"
},
"unitsSold": null,
"__typename": "Performance"
},
"__typename": "Listing"
}
]
}
}