Project

General

Profile

Actions

Sub-task #6

closed
RS RS

Story #1: Customer menu

Task #4: Market place

Backend Marketplace API

Sub-task #6: Backend Marketplace API

Added by Ryan Supawarapong about 2 months ago. Updated 23 days ago.

Status:
Resolved
Priority:
Normal
Start date:
02/24/2026
Due date:
% Done:

0%

Estimated time:
(Total: 0:00 h)

Description

creating backend api for market place

  • List
  • Sell
  • Reserve

Refer to wiki page of marketplace for api spec Marketplace


Subtasks 4 (0 open4 closed)

Sub-task #41: Confirm TransferResolvedRyan Supawarapong02/24/2026

Actions
Sub-task #42: Confirm Service FeeResolvedRyan Supawarapong02/24/2026

Actions
Sub-task #52: Admin Market Approve/RejectResolvedRyan Supawarapong02/25/2026

Actions
Sub-task #53: Admin Market Service Fee ListingResolvedRyan Supawarapong02/25/2026

Actions

RS Updated by Ryan Supawarapong about 2 months ago Actions #1

  • Description updated (diff)

RS Updated by Ryan Supawarapong about 2 months ago Actions #2

  • Description updated (diff)

RS Updated by Ryan Supawarapong about 2 months ago Actions #3

API route:

  • Name: Get info
  • API URL: /api/v1/customer/marketplace/listing/get
  • Type: Get
  • Param/Body Input: N/A
  • Response
JSON Path Type Example Required
status string "success" yes
xid string "xRequestID" yes
data object {"marketplace":[...]} yes
data.marketplace array [ { ... } ] yes
data.marketplace[].id integer 1 yes
data.marketplace[].icoCode string "product1" yes
data.marketplace[].from integer 90000004 yes
data.marketplace[].to integer 0 yes
data.marketplace[].unitAmount integer 10 yes
data.marketplace[].unitPrice number 2 yes
data.marketplace[].totalPrice number 20 yes
data.marketplace[].status integer 0 yes
data.marketplace[].CreatedAt string (date-time) "2024-06-01T00:00:00Z" yes
data.marketplace[].UpdatedAt string (date-time) "0001-01-01T00:00:00Z" yes
data.marketplace[].DeletedAt null/object null yes

Example response body

Body Value
JSON {"status":"success","xid":"xRequestID","data":{"marketplace":[{"id":1,"icoCode":"product1","from":90000004,"to":0,"unitAmount":10,"unitPrice":2,"totalPrice":20,"status":0,"CreatedAt":"2024-06-01T00:00:00Z","UpdatedAt":"0001-01-01T00:00:00Z","DeletedAt":null},{"id":2,"icoCode":"product2","from":90000005,"to":0,"unitAmount":5,"unitPrice":3,"totalPrice":15,"status":0,"CreatedAt":"2024-06-01T00:00:10Z","UpdatedAt":"0001-01-01T00:00:00Z","DeletedAt":null},{"id":3,"icoCode":"product3","from":90000006,"to":90000005,"unitAmount":8,"unitPrice":1.5,"totalPrice":12,"status":2,"CreatedAt":"2024-06-01T00:00:20Z","UpdatedAt":"0001-01-01T00:00:00Z","DeletedAt":null}]}}

RS Updated by Ryan Supawarapong about 2 months ago Actions #4

Refer to wiki page: Marketplace

RS Updated by Ryan Supawarapong about 2 months ago Actions #5

  • Description updated (diff)

RS Updated by Ryan Supawarapong about 2 months ago Actions #6

  • Description updated (diff)

PS Updated by pasin sadsara about 2 months ago Actions #7

  • Subtask #22 added

RS Updated by Ryan Supawarapong about 2 months ago Actions #8

  • Subject changed from Backend API to Backend Marketplace API

RS Updated by Ryan Supawarapong about 2 months ago Actions #9

  • Tracker changed from Task to Sub-task

RS Updated by Ryan Supawarapong about 2 months ago Actions #10

  • Status changed from New to Testing

RS Updated by Ryan Supawarapong about 2 months ago Actions #11

  • Status changed from Testing to In Progress

RS Updated by Ryan Supawarapong about 2 months ago Actions #12

  • Description updated (diff)

KR Updated by karnake ruengchaicharnkij about 2 months ago Actions #13

  • Subtask deleted (#22)

RS Updated by Ryan Supawarapong about 2 months ago Actions #14

  • Description updated (diff)

RS Updated by Ryan Supawarapong about 2 months ago Actions #15

  • Subtask #41 added

RS Updated by Ryan Supawarapong about 2 months ago Actions #16

  • Subtask #42 added

RS Updated by Ryan Supawarapong about 2 months ago Actions #17

  • Status changed from In Progress to Testing

RS Updated by Ryan Supawarapong about 2 months ago Actions #18

  • Subtask #52 added

RS Updated by Ryan Supawarapong about 2 months ago Actions #19

  • Subtask #53 added

RS Updated by Ryan Supawarapong 23 days ago Actions #20

  • Status changed from Testing to Resolved
Actions

Also available in: PDF Atom