Check / Advance Bazaar Listing
check_bazaar_listingUse this as the resumable pipeline driver for a purchased Bazaar Listing Package: call it any time with the listing_key and it performs the most useful next action and reports {state, next_step}. After the customer deploys their kit it runs Coinbase's validator (per-check fixes on failure); once valid, if the endpoint's price is within our auto-trigger bound (~$1) WE fire the indexing settlement from our own funded wallet — money the customer never fronts; above the bound it points at the kit's self-settle script. Finally it confirms the live merchant-feed entry and returns the receipt (settle tx + feed timestamp). Safe to call repeatedly (idempotent; concurrent calls cannot double-spend). After 5 failed attempts a human specialist takes over automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listing_key | Yes | lk_… key issued when the package was purchased (required). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| listing | No | Current listing summary incl. state (paid → kit_delivered → validated → settled → listed). | |
| message | No | ||
| receipt | No | Present once LISTED: settle tx + merchant-feed entry timestamp + feed URL. | |
| next_step | No | ||
| settle_tx | No | Transaction hash of the triggering settlement, when we fired it. | |
| validation | No | Latest Coinbase validator result (preflight checks with per-check fixes), when a validation ran. |