marketplace

GET /v1/marketplace/orders/{sale_id}

The order workspace — one order, from your side of it.

सबै marketplace इन्डपइन्टहरू

सबै विकासकर्ता कागजातहरू

प्रमाणीकरण

एपिआई कुञ्जीलाई बियरर टोकन (bearer token) को रूपमा पठाउनुहोस्। यो इन्डपोइन्टले विशिष्ट अनुमति खुलाएको छैन, त्यसैले अनुमान गर्नुको सट्टा आफ्नो कुञ्जीलाई आवश्यक पर्ने न्यूनतम अधिकार दिनुहोस् र प्रतिक्रिया जाँच गर्नुहोस्।

यो इन्डपोइन्टले कुनै संस्थाको आइडी लिँदैन। तपाईंको कुञ्जीले यस अन्तर्गत पर्ने संस्थालाई पहिल्यै पहिचान गर्छ, र प्रतिक्रिया त्यसैमा सीमित हुन्छ।

प्रयास गर्नुहोस्

कोणीय कोष्ठकभित्र भएका जुनसुकै कुरालाई आफ्नो मानहरूद्वारा बदल्नुहोस्, र मुख्य स्थानहोल्डरलाई तपाईंको ड्यासबोर्डको कुञ्जीद्वारा बदल्नुहोस्।

curl -X GET https://api.zinndigital.com/v1/marketplace/orders/{sale_id} \
  -H "Authorization: Bearer zdk_live_…"

लगइन गर्नुभएको छ? तपाईंको ड्यासबोर्डमा रहेको API कन्सोलले तपाईंको वास्तविक संस्थाको आईडी र आफ्नै कुञ्जी भरिदिन्छ, र लाइभ API विरुद्ध अनुरोध चलाउँछ ताकि तपाईंले वास्तविक प्रतिक्रिया हेर्न सक्नुहोस्। यो एन्डपोइन्टलाई API कन्सोलमा खोल्नुहोस्

विवरणहरू

docs/147 §3. The screen where the work actually happens, for whichever party is asking. Before this there was a buyer's list and a seller's money screen, and nowhere the work happened. The payload leads with turn and waiting_on because the screen does. The anti-jumble device is one question at the top — whose turn is it, and what is it waiting for — and it is computed in the engine so every client answers it identically rather than each deriving it from six columns. paused is the revision clock, made visible. Requesting a revision pauses the acceptance window by clearing its deadline, which is correct and completely unrenderable: a null deadline looks identical to a sale that never had one. The commission split is present for the SELLER and null for the buyer. To a buyer the price is the price.

प्यारामिटरहरू

नामप्रकारआवश्यकयो के हो
sale_id (path)stringहुन्छ

प्रतिक्रिया

नामप्रकारआवश्यकयो के हो
sale_idstringहुन्छ
statestringहुन्छ
archetypeMarketplaceOrderArchetypeहुन्छHow this order behaves. Adding a CATEGORY is configuration; adding an ARCHETYPE is a build. Every order-side decision — whether a delivery clock exists, whether auto-accept…
listing_titlestringहैन
package_namestringहैन
turnMarketplaceOrderTurnहुन्छWhose move it is. staff is a real answer, not a fallback: a disputed order is genuinely waiting on us, and telling a buyer "waiting for the seller" while a moderator holds it is…
waiting_onMarketplaceOrderWaitingOnहुन्छWhat the order is waiting FOR — the half that makes turn actionable.
is_yoursbooleanहैनWhether the caller is the party being waited on.
is_buyerbooleanहुन्छ
deadlinestringहैनThe clock that is actually running, or null when none is.
pausedbooleanहैनA clock EXISTS but is stopped — the revision pause. Distinct from a null deadline, which also covers an order that never had a clock at all.
overduebooleanहैनNever true while delivery_due_at is null: null means the clock has not started, which is exactly the state of an order whose buyer has not written their brief yet.
handover_confirmedintegerहैन
handover_requiredintegerहैन
outstandingstring[]हैनQuestion keys the buyer still owes.
revisions_usedintegerहैन
revisions_includedintegerहैन
delivery_due_atstringहैन
currencystringहैन
gross_minorintegerहैनInteger minor units. Money is never a float.
commission_minorintegerहैनThe platform's commission, as its own figure. Present for the SELLER and null for the buyer — to a buyer the price is the price. The platform is merchant of record on every…
vendor_net_minorintegerहैनWhat we owe the seller — a trade payable, not money held on trust.
requirements_schemaobject[]हैनThe questions AS ASKED, frozen at purchase. A seller who rewrites their questions tomorrow cannot change what this buyer was asked.
requirementsobjectहैनThe buyer's answers, in the same {key: {v: …}} envelope.
requirements_submitted_atstringहैन
handover_itemsMarketplaceHandoverItem[]हैन
last_revision_reasonstringहैन

यो इन्डपोइन्टले फर्काउन सक्ने त्रुटिहरू

401 · 404