marketplace

POST /v1/marketplace/orders/{sale_id}/requirements

The buyer's brief — and the thing that starts the delivery clock.

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

प्रमाणीकरण

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

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

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

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

curl -X POST https://api.zinndigital.com/v1/marketplace/orders/{sale_id}/requirements \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "requirements": <object> }'

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

विवरणहरू

docs/147 §2. A paid order used to arrive carrying a package name and nothing else: the seller could not start, the clock was running, and there was no channel to ask. **Submitting is what starts the delivery clock.** Until this call the seller's deadline does not exist, so the days a buyer spends writing their brief are never billed against the seller's deadline and a seller is never late for work they could not begin. The questions come from the order's own frozen `requirements_schema` — a snapshot taken at purchase, so a seller who rewrites their questions tomorrow cannot change what this buyer was asked. Buyer only. A seller gets a 404, the same way acceptance is the buyer's act alone.

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

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

अनुरोध बडी

नामप्रकारआवश्यकयो के हो
requirementsobjectहुन्छAnswer per question key, validated against the frozen schema.

प्रतिक्रिया

नामप्रकारआवश्यकयो के हो
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 appl…
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…
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 mark…
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 · 422