marketplace

GET /v1/marketplace/orders/{sale_id}/dispute

The dispute on an order, and whether the buyer may raise one.

All marketplace endpoints

All developer docs

Authentication

Send an API key as a bearer token. This endpoint does not state a specific permission in the specification, so give your key the least it needs and check the response rather than assuming.

This endpoint takes no organisation id. Your key already identifies the organisation it belongs to, and the response is scoped to it.

Try it

Replace anything in angle brackets with your own values, and the key placeholder with a key from your dashboard.

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

Signed in? The API console in your dashboard fills in your real organisation id and your own key, and runs the request against the live API so you can see the actual response. Open this endpoint in the API console

Details

W43-74 (D25235). Either party reads it — the seller must see the buyer's reason to answer it in the order chat. can_raise uses the same rule the POST enforces: an order is disputable once delivered, while a revision is requested, once its delivery date has passed, or when an asset-transfer handover item is flagged. Staff identities are never included.

Parameters

NameTypeRequiredWhat it is
sale_id (path)stringYes

Response

NameTypeRequiredWhat it is
sale_idstringYes
statestringYes
is_buyerbooleanYes
can_raisebooleanYes
refusal_codeobjectYes
disputeobjectYes

Errors this endpoint can return

401 · 404