OpenAPI definition

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
More information: https://helloreverb.com
Contact Info: hello@helloreverb.com
Version: v0
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

AladinApiController

AuthController

AuthorController

BookController

CartBookController

CartBookGuestController

CategoryController

DeliveryFeePolicyController

LikesController

MemberAddressController

MemberAuthController

MemberCertificationController

MemberController

MemberGradeController

MemberPointController

MemberStatusController

ObjectStorageController

OrderCancellationController

OrderDeliveryController

OrderProcessController

OrderQueryController

OrderReturnController

OrderStatusController

PaymentController

PointConditionController

PublisherController

ReviewController

SearchBookController

SellingBookController

TagController

WrappingPaperController

AladinApiController

Up
post /api/books/sync/isbn
(syncBooksByIsbns)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

map[String, Object]

Example data

Content-Type: application/json
{
  "key" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
post /api/books/sync
(syncBooksFromListApi)

Query parameters

queryType (required)
Query Parameter
searchTarget (required)
Query Parameter
start (required)
Query Parameter — format: int32
maxResults (required)
Query Parameter — format: int32

Responses

200

OK

AuthController

Up
post /api/auths
(createAuth)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body AuthRequestDto (required)
Body Parameter

Return type

AuthResponseDto

Example data

Content-Type: application/json
{
  "name" : "name",
  "authId" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK AuthResponseDto

Up
delete /api/auths/{auth_id}
(deleteAuth)

Path parameters

auth_id (required)
Path Parameter — format: int64

Responses

200

OK

Up
get /api/auths
(getAllAuths)

Return type

array[AuthResponseDto]

Example data

Content-Type: application/json
[ {
  "name" : "name",
  "authId" : 0
}, {
  "name" : "name",
  "authId" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
get /api/auths/{auth_id}
(getAuthById)

Path parameters

auth_id (required)
Path Parameter — format: int64

Return type

AuthResponseDto

Example data

Content-Type: application/json
{
  "name" : "name",
  "authId" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK AuthResponseDto

Up
put /api/auths/{auth_id}
(updateAuth)

Path parameters

auth_id (required)
Path Parameter — format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body AuthRequestDto (required)
Body Parameter

Return type

AuthResponseDto

Example data

Content-Type: application/json
{
  "name" : "name",
  "authId" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK AuthResponseDto

AuthorController

Up
post /api/authors
(createAuthor)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body AuthorRequestDto (required)
Body Parameter

Responses

200

OK

Up
delete /api/authors/{authorId}
(deleteAuthor)

Path parameters

authorId (required)
Path Parameter — format: int64

Responses

200

OK

Up
get /api/admin/authors
(getAllAuthors)

Query parameters

keyword (optional)
Query Parameter
page (optional)
Query Parameter — default: 0 format: int32
size (optional)
Query Parameter — default: 10 format: int32

Return type

PageAuthorResponseDto

Example data

Content-Type: application/json
{
  "number" : 5,
  "size" : 1,
  "last" : true,
  "numberOfElements" : 5,
  "totalPages" : 6,
  "pageable" : {
    "paged" : true,
    "pageNumber" : 4,
    "offset" : 2,
    "pageSize" : 7,
    "unpaged" : true
  },
  "sort" : {
    "unsorted" : true,
    "sorted" : true,
    "empty" : true
  },
  "content" : [ {
    "authorName" : "authorName",
    "authorId" : 7
  }, {
    "authorName" : "authorName",
    "authorId" : 7
  } ],
  "first" : true,
  "totalElements" : 0,
  "empty" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PageAuthorResponseDto

Up
get /api/{authorId}
(getAuthor)

Path parameters

authorId (required)
Path Parameter — format: int64

Return type

AuthorResponseDto

Example data

Content-Type: application/json
{
  "authorName" : "authorName",
  "authorId" : 7
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK AuthorResponseDto

BookController

Up
get /api/books
(adminGetBooks)

Query parameters

page (optional)
Query Parameter — default: 0 format: int32
size (optional)
Query Parameter — default: 10 format: int32

Return type

PageBookRegisterDto

Example data

Content-Type: application/json
{
  "number" : 9,
  "size" : 1,
  "last" : true,
  "numberOfElements" : 3,
  "totalPages" : 6,
  "pageable" : {
    "paged" : true,
    "pageNumber" : 4,
    "offset" : 2,
    "pageSize" : 7,
    "unpaged" : true
  },
  "sort" : {
    "unsorted" : true,
    "sorted" : true,
    "empty" : true
  },
  "content" : [ {
    "imageUrl" : [ "imageUrl", "imageUrl" ],
    "standardBookPrice" : 5.637376656633329,
    "publisher" : "publisher",
    "bookIsbn13" : "bookIsbn13",
    "categories" : [ {
      "categoryName" : "categoryName",
      "categoryId" : 2
    }, {
      "categoryName" : "categoryName",
      "categoryId" : 2
    } ],
    "bookId" : 5,
    "bookTitle" : "bookTitle",
    "bookPubDate" : "2000-01-23",
    "authors" : [ {
      "authorName" : "authorName",
      "authorId" : 7
    }, {
      "authorName" : "authorName",
      "authorId" : 7
    } ]
  }, {
    "imageUrl" : [ "imageUrl", "imageUrl" ],
    "standardBookPrice" : 5.637376656633329,
    "publisher" : "publisher",
    "bookIsbn13" : "bookIsbn13",
    "categories" : [ {
      "categoryName" : "categoryName",
      "categoryId" : 2
    }, {
      "categoryName" : "categoryName",
      "categoryId" : 2
    } ],
    "bookId" : 5,
    "bookTitle" : "bookTitle",
    "bookPubDate" : "2000-01-23",
    "authors" : [ {
      "authorName" : "authorName",
      "authorId" : 7
    }, {
      "authorName" : "authorName",
      "authorId" : 7
    } ]
  } ],
  "first" : true,
  "totalElements" : 0,
  "empty" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PageBookRegisterDto

Up
delete /api/books/{bookId}
(deleteBook)

Path parameters

bookId (required)
Path Parameter — format: int64

Responses

200

OK

Up
get /api/books/update/{bookId}
(getBook)

Path parameters

bookId (required)
Path Parameter — format: int64

Return type

BookRegisterRequestDto

Example data

Content-Type: application/json
{
  "imageUrl" : "imageUrl",
  "bookPriceStandard" : 6.027456183070403,
  "publisher" : "publisher",
  "bookIsbn13" : "bookIsbn13",
  "bookDescription" : "bookDescription",
  "categories" : [ {
    "categoryDepth" : 5,
    "parentCategoryId" : 2,
    "categoryName" : "categoryName",
    "categoryId" : 5
  }, {
    "categoryDepth" : 5,
    "parentCategoryId" : 2,
    "categoryName" : "categoryName",
    "categoryId" : 5
  } ],
  "bookIndex" : "bookIndex",
  "bookId" : 0,
  "bookTitle" : "bookTitle",
  "bookPubDate" : "2000-01-23",
  "authors" : [ "authors", "authors" ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK BookRegisterRequestDto

Up
get /api/books/{bookId}
(getBookDetail)

Path parameters

bookId (required)
Path Parameter — format: int64

Return type

BookDetailResponseDto

Example data

Content-Type: application/json
{
  "bookPriceStandard" : 1.4658129805029452,
  "likeCount" : 7,
  "bookDescription" : "bookDescription",
  "sellingBookStock" : 5,
  "bookId" : 0,
  "bookPubDate" : "2000-01-23",
  "sellingPrice" : 5.637376656633329,
  "publisherId" : 2,
  "authorName" : [ "authorName", "authorName" ],
  "imageUrl" : "imageUrl",
  "publisher" : "publisher",
  "sellingBookId" : 6,
  "bookIsbn13" : "bookIsbn13",
  "categories" : [ "categories", "categories" ],
  "bookIndex" : "bookIndex",
  "bookTitle" : "bookTitle",
  "status" : "status"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK BookDetailResponseDto

Up
get /api/books/not-in-selling-books
(getBooksNotInSellingBooks)

Query parameters

page (optional)
Query Parameter — default: 0 format: int32
size (optional)
Query Parameter — default: 10 format: int32

Return type

PageBookResponseDto

Example data

Content-Type: application/json
{
  "number" : 2,
  "size" : 1,
  "last" : true,
  "numberOfElements" : 7,
  "totalPages" : 6,
  "pageable" : {
    "paged" : true,
    "pageNumber" : 4,
    "offset" : 2,
    "pageSize" : 7,
    "unpaged" : true
  },
  "sort" : {
    "unsorted" : true,
    "sorted" : true,
    "empty" : true
  },
  "content" : [ {
    "standardBookPrice" : 5.637376656633329,
    "publisher" : "publisher",
    "bookIsbn13" : "bookIsbn13",
    "bookId" : 5,
    "bookTitle" : "bookTitle",
    "bookPubDate" : "2000-01-23"
  }, {
    "standardBookPrice" : 5.637376656633329,
    "publisher" : "publisher",
    "bookIsbn13" : "bookIsbn13",
    "bookId" : 5,
    "bookTitle" : "bookTitle",
    "bookPubDate" : "2000-01-23"
  } ],
  "first" : true,
  "totalElements" : 0,
  "empty" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PageBookResponseDto

Up
post /api/books
(registerBook)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body BookRegisterRequestDto (required)
Body Parameter

Responses

200

OK

Up
put /api/books
(updateBook)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body BookRegisterRequestDto (required)
Body Parameter

Responses

200

OK

CartBookController

Up
post /api/bookstore/carts
(createBookCart)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateCartBookRequestDto (required)
Body Parameter

Request headers

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
delete /api/bookstore/carts/{cartId}
(deleteAllBooks)

Request headers

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

Up
delete /api/bookstore/carts
(deleteBookCart)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body DeleteCartBookRequestDto (required)
Body Parameter

Request headers

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

Up
get /api/bookstore/carts
(getAllCartBooks)

Request headers

Return type

array[ReadCartBookResponseDto]

Example data

Content-Type: application/json
[ {
  "quantity" : 5,
  "cartId" : 0,
  "imageUrl" : "imageUrl",
  "cartBookId" : 6,
  "sellingBookId" : 1,
  "sellingBookPrice" : 5.962133916683182,
  "sellingBookStock" : 2,
  "bookTitle" : "bookTitle"
}, {
  "quantity" : 5,
  "cartId" : 0,
  "imageUrl" : "imageUrl",
  "cartBookId" : 6,
  "sellingBookId" : 1,
  "sellingBookPrice" : 5.962133916683182,
  "sellingBookStock" : 2,
  "bookTitle" : "bookTitle"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
put /api/bookstore/carts
(updateBookCart)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body UpdateCartBookRequestDto (required)
Body Parameter

Request headers

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

CartBookGuestController

Up
delete /api/bookstore/guests/carts
(clearGuestCart)

Request headers

Responses

200

OK

Up
post /api/bookstore/guests/carts
(createGuestCart)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CreateCartBookRequestDto (required)
Body Parameter

Request headers

Return type

map[String, Long]

Example data

Content-Type: application/json
{
  "key" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
get /api/bookstore/guests/carts
(getGuestCart)

Request headers

Return type

array[ReadCartBookResponseDto]

Example data

Content-Type: application/json
[ {
  "quantity" : 5,
  "cartId" : 0,
  "imageUrl" : "imageUrl",
  "cartBookId" : 6,
  "sellingBookId" : 1,
  "sellingBookPrice" : 5.962133916683182,
  "sellingBookStock" : 2,
  "bookTitle" : "bookTitle"
}, {
  "quantity" : 5,
  "cartId" : 0,
  "imageUrl" : "imageUrl",
  "cartBookId" : 6,
  "sellingBookId" : 1,
  "sellingBookPrice" : 5.962133916683182,
  "sellingBookStock" : 2,
  "bookTitle" : "bookTitle"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
delete /api/bookstore/guests/carts/{cartId}
(removeItemFromGuestCart)

Path parameters

cartId (required)
Path Parameter — format: int64

Request headers

Return type

map[String, Long]

Example data

Content-Type: application/json
{
  "key" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
put /api/bookstore/guests/carts
(updateGuestCartItem)

Request headers

Query parameters

cartId (required)
Query Parameter — format: int64
quantity (required)
Query Parameter — format: int32

Return type

map[String, Long]

Example data

Content-Type: application/json
{
  "key" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

CategoryController

Up
delete /api/categories/{categoryId}
(deleteCategory)

Path parameters

categoryId (required)
Path Parameter — format: int64

Responses

200

OK

Up
get /api/categories/children-category
(getCategory)

Query parameters

parentId (required)
Query Parameter — format: int64
page (optional)
Query Parameter — default: 0 format: int32
size (optional)
Query Parameter — default: 15 format: int32

Return type

PageCategoryResponseDto

Example data

Content-Type: application/json
{
  "number" : 7,
  "size" : 1,
  "last" : true,
  "numberOfElements" : 9,
  "totalPages" : 6,
  "pageable" : {
    "paged" : true,
    "pageNumber" : 4,
    "offset" : 2,
    "pageSize" : 7,
    "unpaged" : true
  },
  "sort" : {
    "unsorted" : true,
    "sorted" : true,
    "empty" : true
  },
  "content" : [ {
    "categoryDepth" : 5,
    "parentCategoryId" : 2,
    "categoryName" : "categoryName",
    "categoryId" : 5
  }, {
    "categoryDepth" : 5,
    "parentCategoryId" : 2,
    "categoryName" : "categoryName",
    "categoryId" : 5
  } ],
  "first" : true,
  "totalElements" : 0,
  "empty" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PageCategoryResponseDto

Up
get /api/categories
(getSimpleCategories)

Query parameters

keyword (optional)
Query Parameter
page (optional)
Query Parameter — default: 0 format: int32
size (optional)
Query Parameter — default: 10 format: int32

Return type

PageCategorySimpleResponseDto

Example data

Content-Type: application/json
{
  "number" : 5,
  "size" : 1,
  "last" : true,
  "numberOfElements" : 5,
  "totalPages" : 6,
  "pageable" : {
    "paged" : true,
    "pageNumber" : 4,
    "offset" : 2,
    "pageSize" : 7,
    "unpaged" : true
  },
  "sort" : {
    "unsorted" : true,
    "sorted" : true,
    "empty" : true
  },
  "content" : [ {
    "categoryName" : "categoryName",
    "categoryId" : 2
  }, {
    "categoryName" : "categoryName",
    "categoryId" : 2
  } ],
  "first" : true,
  "totalElements" : 0,
  "empty" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PageCategorySimpleResponseDto

Up
post /api/categories
(saveCategory)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body CategoryRegisterDto (required)
Body Parameter

Responses

200

OK

DeliveryFeePolicyController

Up
post /api/delivery-fee-policies/{policy-id}/calculated
(calculateFee)

Path parameters

policy-id (required)
Path Parameter — format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Return type

DeliveryFeeCalculateResponseDto

Example data

Content-Type: application/json
{
  "deliveryFee" : 0.8008281904610115
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DeliveryFeeCalculateResponseDto

Up
post /api/delivery-fee-policies
(createPolicy)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Return type

DeliveryFeePolicySaveResponseDto

Example data

Content-Type: application/json
{
  "policyId" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DeliveryFeePolicySaveResponseDto

Up
get /api/delivery-fee-policies/general
(getGeneralPolicy)

Return type

DeliveryFeePolicyDto

Example data

Content-Type: application/json
{
  "freeDeliveryThreshold" : 1.4658129805029452,
  "defaultDeliveryFee" : 6.027456183070403,
  "name" : "name",
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DeliveryFeePolicyDto

Up
get /api/delivery-fee-policies
(getPolicies)

Return type

array[DeliveryFeePolicyDto]

Example data

Content-Type: application/json
[ {
  "freeDeliveryThreshold" : 1.4658129805029452,
  "defaultDeliveryFee" : 6.027456183070403,
  "name" : "name",
  "id" : 0
}, {
  "freeDeliveryThreshold" : 1.4658129805029452,
  "defaultDeliveryFee" : 6.027456183070403,
  "name" : "name",
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
get /api/delivery-fee-policies/{policy-id}
(getPolicy)

Path parameters

policy-id (required)
Path Parameter — format: int64

Return type

DeliveryFeePolicyDto

Example data

Content-Type: application/json
{
  "freeDeliveryThreshold" : 1.4658129805029452,
  "defaultDeliveryFee" : 6.027456183070403,
  "name" : "name",
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DeliveryFeePolicyDto

Up
put /api/delivery-fee-policies/{policy-id}
(modifyPolicy)

Path parameters

policy-id (required)
Path Parameter — format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Return type

DeliveryFeePolicyUpdateResponseDto

Example data

Content-Type: application/json
{
  "policyId" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DeliveryFeePolicyUpdateResponseDto

Up
delete /api/delivery-fee-policies/{policy-id}
(removePolicy)

Path parameters

policy-id (required)
Path Parameter — format: int64

Responses

200

OK

LikesController

Up
get /api/members/{memberId}/liked-books
(getLikedBooks)

Path parameters

memberId (required)
Path Parameter — format: int64

Query parameters

page (optional)
Query Parameter — default: 0 format: int32
size (optional)
Query Parameter — default: 16 format: int32

Return type

PageSellingBookAndBookResponseDto

Example data

Content-Type: application/json
{
  "number" : 3,
  "size" : 1,
  "last" : true,
  "numberOfElements" : 2,
  "totalPages" : 6,
  "pageable" : {
    "paged" : true,
    "pageNumber" : 4,
    "offset" : 2,
    "pageSize" : 7,
    "unpaged" : true
  },
  "sort" : {
    "unsorted" : true,
    "sorted" : true,
    "empty" : true
  },
  "content" : [ {
    "sellingBookStock" : 7,
    "used" : true,
    "bookId" : 5,
    "sellingBookStatus" : "SELLING",
    "sellingBookViewCount" : 9,
    "imageUrl" : "imageUrl",
    "sellingBookPackageable" : true,
    "publisher" : "publisher",
    "sellingBookId" : 5,
    "sellingBookPrice" : 2.3021358869347655,
    "categories" : [ "categories", "categories" ],
    "bookTitle" : "bookTitle",
    "authors" : [ "authors", "authors" ]
  }, {
    "sellingBookStock" : 7,
    "used" : true,
    "bookId" : 5,
    "sellingBookStatus" : "SELLING",
    "sellingBookViewCount" : 9,
    "imageUrl" : "imageUrl",
    "sellingBookPackageable" : true,
    "publisher" : "publisher",
    "sellingBookId" : 5,
    "sellingBookPrice" : 2.3021358869347655,
    "categories" : [ "categories", "categories" ],
    "bookTitle" : "bookTitle",
    "authors" : [ "authors", "authors" ]
  } ],
  "first" : true,
  "totalElements" : 0,
  "empty" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PageSellingBookAndBookResponseDto

Up
post /api/member-selling-books/like/{sellingBookId}
(toggleLike)

Path parameters

sellingBookId (required)
Path Parameter — format: int64

Request headers

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

MemberAddressController

Up
post /api/members/{member_id}/address
(addAddress)

Path parameters

member_id (required)
Path Parameter — format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MemberAddressRequestDto (required)
Body Parameter

Return type

MemberAddressResponseDto

Example data

Content-Type: application/json
{
  "zipCode" : "zipCode",
  "recipientPhone" : "recipientPhone",
  "nickName" : "nickName",
  "recipient" : "recipient",
  "detailAddress" : "detailAddress",
  "locationAddress" : "locationAddress",
  "memberAddressId" : 0,
  "defaultAddress" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MemberAddressResponseDto

Up
post /api/members/address
(createAddress)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MemberAddressRequestDto (required)
Body Parameter

Request headers

Return type

MemberAddressResponseDto

Example data

Content-Type: application/json
{
  "zipCode" : "zipCode",
  "recipientPhone" : "recipientPhone",
  "nickName" : "nickName",
  "recipient" : "recipient",
  "detailAddress" : "detailAddress",
  "locationAddress" : "locationAddress",
  "memberAddressId" : 0,
  "defaultAddress" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MemberAddressResponseDto

Up
delete /api/members/{member_id}/address/{address_id}
(deleteAddress)

Path parameters

member_id (required)
Path Parameter — format: int64
address_id (required)
Path Parameter — format: int64

Responses

200

OK

Up
delete /api/members/address/{address_id}
(deleteAddress1)

Path parameters

address_id (required)
Path Parameter — format: int64

Request headers

Responses

200

OK

Up
get /api/members/{member_id}/address/{address_id}
(getAddress)

Path parameters

member_id (required)
Path Parameter — format: int64
address_id (required)
Path Parameter — format: int64

Return type

MemberAddressResponseDto

Example data

Content-Type: application/json
{
  "zipCode" : "zipCode",
  "recipientPhone" : "recipientPhone",
  "nickName" : "nickName",
  "recipient" : "recipient",
  "detailAddress" : "detailAddress",
  "locationAddress" : "locationAddress",
  "memberAddressId" : 0,
  "defaultAddress" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MemberAddressResponseDto

Up
get /api/members/{member_id}/address
(getAddressList)

Path parameters

member_id (required)
Path Parameter — format: int64

Return type

array[MemberAddressResponseDto]

Example data

Content-Type: application/json
[ {
  "zipCode" : "zipCode",
  "recipientPhone" : "recipientPhone",
  "nickName" : "nickName",
  "recipient" : "recipient",
  "detailAddress" : "detailAddress",
  "locationAddress" : "locationAddress",
  "memberAddressId" : 0,
  "defaultAddress" : true
}, {
  "zipCode" : "zipCode",
  "recipientPhone" : "recipientPhone",
  "nickName" : "nickName",
  "recipient" : "recipient",
  "detailAddress" : "detailAddress",
  "locationAddress" : "locationAddress",
  "memberAddressId" : 0,
  "defaultAddress" : true
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
get /api/members/address
(getAddressListByMemberEmail)

Request headers

Return type

array[MemberAddressResponseDto]

Example data

Content-Type: application/json
[ {
  "zipCode" : "zipCode",
  "recipientPhone" : "recipientPhone",
  "nickName" : "nickName",
  "recipient" : "recipient",
  "detailAddress" : "detailAddress",
  "locationAddress" : "locationAddress",
  "memberAddressId" : 0,
  "defaultAddress" : true
}, {
  "zipCode" : "zipCode",
  "recipientPhone" : "recipientPhone",
  "nickName" : "nickName",
  "recipient" : "recipient",
  "detailAddress" : "detailAddress",
  "locationAddress" : "locationAddress",
  "memberAddressId" : 0,
  "defaultAddress" : true
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
put /api/members/{member_id}/address/{address_id}
(updateAddress)

Path parameters

member_id (required)
Path Parameter — format: int64
address_id (required)
Path Parameter — format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MemberAddressRequestDto (required)
Body Parameter

Return type

MemberAddressResponseDto

Example data

Content-Type: application/json
{
  "zipCode" : "zipCode",
  "recipientPhone" : "recipientPhone",
  "nickName" : "nickName",
  "recipient" : "recipient",
  "detailAddress" : "detailAddress",
  "locationAddress" : "locationAddress",
  "memberAddressId" : 0,
  "defaultAddress" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MemberAddressResponseDto

Up
post /api/members/address/{address_id}
(updateAddress1)

Path parameters

address_id (required)
Path Parameter — format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MemberAddressRequestDto (required)
Body Parameter

Request headers

Return type

MemberAddressResponseDto

Example data

Content-Type: application/json
{
  "zipCode" : "zipCode",
  "recipientPhone" : "recipientPhone",
  "nickName" : "nickName",
  "recipient" : "recipient",
  "detailAddress" : "detailAddress",
  "locationAddress" : "locationAddress",
  "memberAddressId" : 0,
  "defaultAddress" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MemberAddressResponseDto

MemberAuthController

Up
post /api/members/auths
(assignAuthToMember)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MemberAuthRequestDto (required)
Body Parameter

Return type

MemberAuthResponseDto

Example data

Content-Type: application/json
{
  "authId" : 6,
  "memberId" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MemberAuthResponseDto

Up
delete /api/members/{member_id}/auths/{auth_id}
(deleteMemberAuth)

Path parameters

member_id (required)
Path Parameter — format: int64
auth_id (required)
Path Parameter — format: int64

Responses

200

OK

Up
get /api/members/{member_id}/auths
(getAuthNameByMember)

Path parameters

member_id (required)
Path Parameter — format: int64

Return type

array[String]

Example data

Content-Type: application/json
[ "", "" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
put /api/members/{member_id}/auths
(updateMemberAuth)

Path parameters

member_id (required)
Path Parameter — format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MemberAuthRequestDto (required)
Body Parameter

Return type

MemberAuthResponseDto

Example data

Content-Type: application/json
{
  "authId" : 6,
  "memberId" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MemberAuthResponseDto

MemberCertificationController

Up
post /api/certification
(createCertification)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Return type

CertificationCreateResponseDto

Example data

Content-Type: application/json
{
  "memberAuthId" : 0,
  "memberId" : 6,
  "certification" : "certification"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK CertificationCreateResponseDto

Up
delete /api/members/{member_id}/certification
(deleteCertification)

Path parameters

member_id (required)
Path Parameter — format: int64

Return type

DeleteCertificationResponseDto

Example data

Content-Type: application/json
{
  "success" : true,
  "message" : "message"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DeleteCertificationResponseDto

Up
get /api/members/certification
(getAllCertification)

Return type

array[CertificationResponseDto]

Example data

Content-Type: application/json
[ {
  "memberName" : "memberName",
  "memberId" : 0,
  "certification" : "certification"
}, {
  "memberName" : "memberName",
  "memberId" : 0,
  "certification" : "certification"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
get /api/members/{member_id}/certification
(getCertificationByMemberId)

Path parameters

member_id (required)
Path Parameter — format: int64

Return type

CertificationResponseDto

Example data

Content-Type: application/json
{
  "memberName" : "memberName",
  "memberId" : 0,
  "certification" : "certification"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK CertificationResponseDto

Up
patch /api/members/{member_id}/certification
(updateCertification)

Path parameters

member_id (required)
Path Parameter — format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Return type

CertificationUpdateResponseDto

Example data

Content-Type: application/json
{
  "memberId" : 0,
  "certification" : "certification"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK CertificationUpdateResponseDto

Up
post /api/members/{member_id}/last_login
(updateLastLogin)

Path parameters

member_id (required)
Path Parameter — format: int64

Return type

UpdateLastLoginResponseDto

Example data

Content-Type: application/json
{
  "lastLogin" : "2000-01-23T04:56:07.000+00:00",
  "memberId" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK UpdateLastLoginResponseDto

Up
post /api/members/last-login
(updateLastLoginByEmail)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body LastLoginRequestDto (required)
Body Parameter

Return type

LastLoginResponseDto

Example data

Content-Type: application/json
{
  "lastLogin" : "2000-01-23T04:56:07.000+00:00",
  "email" : "email"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK LastLoginResponseDto

MemberController

Up
post /api/members
(createMember)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MemberCreateRequestDto (required)
Body Parameter

Return type

MemberCreateResponseDto

Example data

Content-Type: application/json
{
  "memberStateName" : "memberStateName",
  "memberGradeName" : "memberGradeName",
  "phone" : "phone",
  "name" : "name",
  "birth" : "2000-01-23",
  "email" : "email"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MemberCreateResponseDto

Up
get /api/members/email
(getMemberByEmail)

Query parameters

email (required)
Query Parameter

Return type

MemberEmailResponseDto

Example data

Content-Type: application/json
{
  "password" : "password",
  "memberStateName" : "memberStateName",
  "authName" : "authName",
  "email" : "email"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MemberEmailResponseDto

Up
get /api/members/{member_id}
(getMemberById)

Path parameters

member_id (required)
Path Parameter — format: int64

Return type

MemberIdResponseDto

Example data

Content-Type: application/json
{
  "memberStateName" : "memberStateName",
  "memberGradeName" : "memberGradeName",
  "phone" : "phone",
  "name" : "name",
  "birth" : "2000-01-23",
  "email" : "email"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MemberIdResponseDto

Up
get /api/members/id
(getMemberIdByEmail)

Request headers

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
get /api/members/my/email
(getMemberMyByEmail)

Request headers

Return type

MemberDto

Example data

Content-Type: application/json
{
  "password" : "password",
  "memberStateName" : "memberStateName",
  "memberGradeName" : "memberGradeName",
  "phone" : "phone",
  "name" : "name",
  "birth" : "2000-01-23",
  "email" : "email",
  "memberId" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MemberDto

Up
get /api/members
(getMembers)

Query parameters

memberSearchRequestDto (required)
Query Parameter

Return type

PageMemberSearchResponseDto

Example data

Content-Type: application/json
{
  "number" : 5,
  "size" : 1,
  "last" : true,
  "numberOfElements" : 5,
  "totalPages" : 6,
  "pageable" : {
    "paged" : true,
    "pageNumber" : 4,
    "offset" : 2,
    "pageSize" : 7,
    "unpaged" : true
  },
  "sort" : {
    "unsorted" : true,
    "sorted" : true,
    "empty" : true
  },
  "content" : [ {
    "memberStateName" : "memberStateName",
    "memberGradeName" : "memberGradeName",
    "phone" : "phone",
    "name" : "name",
    "birth" : "2000-01-23",
    "email" : "email"
  }, {
    "memberStateName" : "memberStateName",
    "memberGradeName" : "memberGradeName",
    "phone" : "phone",
    "name" : "name",
    "birth" : "2000-01-23",
    "email" : "email"
  } ],
  "first" : true,
  "totalElements" : 0,
  "empty" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PageMemberSearchResponseDto

Up
put /api/members/{member_id}
(modifyMember)

Path parameters

member_id (required)
Path Parameter — format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MemberModifyRequestDto (required)
Body Parameter

Return type

MemberModifyResponseDto

Example data

Content-Type: application/json
{
  "phone" : "phone",
  "name" : "name",
  "birth" : "2000-01-23",
  "email" : "email"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MemberModifyResponseDto

Up
post /api/members/status/active
(updateActiveStatus)

Request headers

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

Up
post /api/members/status/dormant
(updateDormantStatus)

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

Up
post /api/members/email
(updateEmail)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Request headers

Responses

200

OK

Up
post /api/members/me
(updateMember)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MemberModifyRequestDto (required)
Body Parameter

Request headers

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

Up
put /api/members/{member_id}/withdrawal
(withdrawMember)

Path parameters

member_id (required)
Path Parameter — format: int64

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

Up
post /api/members/withdrawal
(withdrawState)

Request headers

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

MemberGradeController

Up
post /api/members/grade
(createMemberGrade)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Return type

MemberGrade

Example data

Content-Type: application/json
{
  "memberGradeId" : 0,
  "memberGradeName" : "memberGradeName",
  "gradeChange" : "2000-01-23T04:56:07.000+00:00",
  "conditionPrice" : 6.027456183070403
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MemberGrade

Up
get /api/members/grade/all
(getAllMemberGrades)

Return type

array[MemberGrade]

Example data

Content-Type: application/json
[ {
  "memberGradeId" : 0,
  "memberGradeName" : "memberGradeName",
  "gradeChange" : "2000-01-23T04:56:07.000+00:00",
  "conditionPrice" : 6.027456183070403
}, {
  "memberGradeId" : 0,
  "memberGradeName" : "memberGradeName",
  "gradeChange" : "2000-01-23T04:56:07.000+00:00",
  "conditionPrice" : 6.027456183070403
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

MemberPointController

Up
post /api/points/members/available
(getAvailablePoints)

Request headers

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Integer

Up
get /api/members/{member_id}/points
(getMemberPoints)

Path parameters

member_id (required)
Path Parameter — format: int64

Return type

array[MemberPointListResponseDto]

Example data

Content-Type: application/json
[ {
  "endDate" : "2000-01-23T04:56:07.000+00:00",
  "name" : "name",
  "memberPointId" : 0,
  "type" : "type",
  "addDate" : "2000-01-23T04:56:07.000+00:00",
  "point" : 1,
  "memberId" : 6,
  "usingDate" : "2000-01-23T04:56:07.000+00:00"
}, {
  "endDate" : "2000-01-23T04:56:07.000+00:00",
  "name" : "name",
  "memberPointId" : 0,
  "type" : "type",
  "addDate" : "2000-01-23T04:56:07.000+00:00",
  "point" : 1,
  "memberId" : 6,
  "usingDate" : "2000-01-23T04:56:07.000+00:00"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
post /api/points/members/use
(usedPoint)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body MemberPointUseRequestDto (required)
Body Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

MemberStatusController

Up
post /api/members/{email}/active
(activateMemberStatus)

Path parameters

email (required)
Path Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

Up
post /api/members/status
(createMemberStatus)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Return type

MemberStatus

Example data

Content-Type: application/json
{
  "memberStateName" : "memberStateName",
  "memberStateId" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK MemberStatus

Up
get /api/members/status/all
(getAllMemberStatus)

Return type

array[MemberStatus]

Example data

Content-Type: application/json
[ {
  "memberStateName" : "memberStateName",
  "memberStateId" : 0
}, {
  "memberStateName" : "memberStateName",
  "memberStateId" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

ObjectStorageController

Up
post /api/objects/upload_url
(uploadObjectByUrl)

Query parameters

url (required)
Query Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

Up
post /api/objects/upload_file
(uploadObjects)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body objects_upload_file_body (optional)
Body Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

Up
post /api/objects/upload_files
(uploadObjectsToUrl)

Consumes

This API call consumes the following media types via the Content-Type request header:

Form parameters

files (optional)
Form Parameter — format: binary

Return type

array[FileUploadResponse]

Example data

Content-Type: application/json
[ {
  "url" : "url"
}, {
  "url" : "url"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

OrderCancellationController

Up
post /api/orders/{order-id}/cancel
(cancelOrderProduct)

Path parameters

order-id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body OrderCancelRequestDto (required)
Body Parameter

Responses

200

OK

OrderDeliveryController

Up
post /api/orders/{order-id}/deliveries/{delivery-id}/complete
(completeOrderDelivery)

Path parameters

order-id (required)
Path Parameter
delivery-id (required)
Path Parameter — format: int64

Responses

200

OK

Up
post /api/orders/{order-id}/deliveries
(registerOrderDelivery)

Path parameters

order-id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Responses

200

OK

OrderProcessController

Up
post /api/orders/{order-id}/complete
(completeOrder)

Path parameters

order-id (required)
Path Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

Up
post /api/orders/member
(requestMemberOrder)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body OrderRequestDto (required)
Body Parameter

Request headers

Return type

OrderResponseDto

Example data

Content-Type: application/json
{
  "amount" : 0.8008281904610115,
  "orderId" : "orderId",
  "orderName" : "orderName"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK OrderResponseDto

Up
post /api/orders/non-member
(requestNonMemberOrder)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body OrderRequestDto (required)
Body Parameter

Return type

OrderResponseDto

Example data

Content-Type: application/json
{
  "amount" : 0.8008281904610115,
  "orderId" : "orderId",
  "orderName" : "orderName"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK OrderResponseDto

Up
post /api/orders
(requestOrder)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body OrderRequestDto (required)
Body Parameter

Request headers

Return type

OrderResponseDto

Example data

Content-Type: application/json
{
  "amount" : 0.8008281904610115,
  "orderId" : "orderId",
  "orderName" : "orderName"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK OrderResponseDto

OrderQueryController

Up
get /api/orders
(getAllOrders)

Query parameters

searchRequest (required)
Query Parameter
pageable (required)
Query Parameter

Return type

PageOrderDto

Example data

Content-Type: application/json
{
  "number" : 5,
  "size" : 1,
  "last" : true,
  "numberOfElements" : 2,
  "totalPages" : 6,
  "pageable" : {
    "paged" : true,
    "pageNumber" : 4,
    "offset" : 2,
    "pageSize" : 7,
    "unpaged" : true
  },
  "sort" : {
    "unsorted" : true,
    "sorted" : true,
    "empty" : true
  },
  "content" : [ {
    "orderedAt" : "2000-01-23T04:56:07.000+00:00",
    "orderNumber" : "orderNumber",
    "orderer" : "orderer",
    "orderStatus" : "PAYMENT_PENDING",
    "id" : "id",
    "paymentAmount" : 5.962133916683182,
    "orderName" : "orderName"
  }, {
    "orderedAt" : "2000-01-23T04:56:07.000+00:00",
    "orderNumber" : "orderNumber",
    "orderer" : "orderer",
    "orderStatus" : "PAYMENT_PENDING",
    "id" : "id",
    "paymentAmount" : 5.962133916683182,
    "orderName" : "orderName"
  } ],
  "first" : true,
  "totalElements" : 0,
  "empty" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PageOrderDto

Up
get /api/orders/my
(getMyOrders)

Request headers

Query parameters

searchRequest (required)
Query Parameter
pageable (required)
Query Parameter

Return type

PageOrderDto

Example data

Content-Type: application/json
{
  "number" : 5,
  "size" : 1,
  "last" : true,
  "numberOfElements" : 2,
  "totalPages" : 6,
  "pageable" : {
    "paged" : true,
    "pageNumber" : 4,
    "offset" : 2,
    "pageSize" : 7,
    "unpaged" : true
  },
  "sort" : {
    "unsorted" : true,
    "sorted" : true,
    "empty" : true
  },
  "content" : [ {
    "orderedAt" : "2000-01-23T04:56:07.000+00:00",
    "orderNumber" : "orderNumber",
    "orderer" : "orderer",
    "orderStatus" : "PAYMENT_PENDING",
    "id" : "id",
    "paymentAmount" : 5.962133916683182,
    "orderName" : "orderName"
  }, {
    "orderedAt" : "2000-01-23T04:56:07.000+00:00",
    "orderNumber" : "orderNumber",
    "orderer" : "orderer",
    "orderStatus" : "PAYMENT_PENDING",
    "id" : "id",
    "paymentAmount" : 5.962133916683182,
    "orderName" : "orderName"
  } ],
  "first" : true,
  "totalElements" : 0,
  "empty" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PageOrderDto

Up
post /api/orders/non-member/access
(getNonMemberOrderDetail)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

Up
get /api/orders/{order-id}
(getOrderDetail)

Path parameters

order-id (required)
Path Parameter

Return type

OrderDetail

Example data

Content-Type: application/json
{
  "orderDelivery" : {
    "registeredAt" : "2000-01-23T04:56:07.000+00:00",
    "deliveryCompany" : "deliveryCompany",
    "trackingNumber" : "trackingNumber"
  },
  "orderNumber" : "orderNumber",
  "orderId" : "orderId",
  "deliveryWishDate" : "2000-01-23",
  "orderProducts" : [ {
    "quantity" : 1,
    "couponDiscounts" : 2.027123023002322,
    "orderProductCoupons" : [ {
      "discount" : 3.616076749251911,
      "orderProductId" : 9,
      "couponId" : 7
    }, {
      "discount" : 3.616076749251911,
      "orderProductId" : 9,
      "couponId" : 7
    } ],
    "price" : 5.962133916683182,
    "imageUrl" : "imageUrl",
    "orderProductWrapping" : {
      "quantity" : 5,
      "price" : 2.3021358869347655,
      "name" : "name"
    },
    "orderProductId" : 0,
    "bookId" : 6,
    "bookTitle" : "bookTitle",
    "status" : "status"
  }, {
    "quantity" : 1,
    "couponDiscounts" : 2.027123023002322,
    "orderProductCoupons" : [ {
      "discount" : 3.616076749251911,
      "orderProductId" : 9,
      "couponId" : 7
    }, {
      "discount" : 3.616076749251911,
      "orderProductId" : 9,
      "couponId" : 7
    } ],
    "price" : 5.962133916683182,
    "imageUrl" : "imageUrl",
    "orderProductWrapping" : {
      "quantity" : 5,
      "price" : 2.3021358869347655,
      "name" : "name"
    },
    "orderProductId" : 0,
    "bookId" : 6,
    "bookTitle" : "bookTitle",
    "status" : "status"
  } ],
  "orderedAt" : "2000-01-23T04:56:07.000+00:00",
  "usedPoint" : 1,
  "couponDiscount" : 1.0246457001441578,
  "deliveryFee" : 4.145608029883936,
  "orderPrice" : 7.386281948385884,
  "payment" : {
    "amount" : 1.4894159098541704,
    "method" : "method",
    "recordedAt" : "2000-01-23T04:56:07.000+00:00",
    "easyPayProvider" : "easyPayProvider"
  },
  "orderDeliveryAddress" : {
    "zipCode" : "zipCode",
    "recipientPhone" : "recipientPhone",
    "recipient" : "recipient",
    "detailAddress" : "detailAddress",
    "locationAddress" : "locationAddress"
  },
  "status" : "PAYMENT_PENDING"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK OrderDetail

Up
put /api/orders/order-products/{order-product-id}/purchase-confirm
(purchaseConfirm)

Path parameters

order-product-id (required)
Path Parameter — format: int64

Responses

200

OK

OrderReturnController

Up
post /api/orders/{order-id}/order-products/{order-product-id}/return/complete
(completeReturnOrderProduct)

Path parameters

order-id (required)
Path Parameter
order-product-id (required)
Path Parameter — format: int64

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

Up
get /api/orders/order-product-returns
(getOrderReturns)

Query parameters

searchRequest (required)
Query Parameter
pageable (required)
Query Parameter

Return type

PageOrderProductReturnDto

Example data

Content-Type: application/json
{
  "number" : 7,
  "size" : 1,
  "last" : true,
  "numberOfElements" : 9,
  "totalPages" : 6,
  "pageable" : {
    "paged" : true,
    "pageNumber" : 4,
    "offset" : 2,
    "pageSize" : 7,
    "unpaged" : true
  },
  "sort" : {
    "unsorted" : true,
    "sorted" : true,
    "empty" : true
  },
  "content" : [ {
    "reason" : "reason",
    "completedAt" : "2000-01-23T04:56:07.000+00:00",
    "quantity" : 5,
    "requestedAt" : "2000-01-23T04:56:07.000+00:00",
    "orderId" : "orderId",
    "id" : 5,
    "orderProductId" : 2,
    "trackingNumber" : "trackingNumber"
  }, {
    "reason" : "reason",
    "completedAt" : "2000-01-23T04:56:07.000+00:00",
    "quantity" : 5,
    "requestedAt" : "2000-01-23T04:56:07.000+00:00",
    "orderId" : "orderId",
    "id" : 5,
    "orderProductId" : 2,
    "trackingNumber" : "trackingNumber"
  } ],
  "first" : true,
  "totalElements" : 0,
  "empty" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PageOrderProductReturnDto

Up
post /api/orders/{order-id}/order-products/{order-product-id}/return
(requestReturnOrderProduct)

Path parameters

order-id (required)
Path Parameter
order-product-id (required)
Path Parameter — format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Responses

200

OK

OrderStatusController

Up
get /api/orders/order-status
(getOrderStatuses)

Return type

array[String]

Example data

Content-Type: application/json
[ "PAYMENT_PENDING", "PAYMENT_PENDING" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
put /api/orders/order-products/{order-product-id}/status
(patchOrderProductsStatus)

Path parameters

order-product-id (required)
Path Parameter — format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Responses

200

OK

Up
put /api/orders/{order-id}/status
(patchOrderStatus)

Path parameters

order-id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Responses

200

OK

PaymentController

Up
post /api/payments/confirm/widget
(confirmPayment)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body PaymentConfirmRequestDto (required)
Body Parameter

Return type

JSONObject

Example data

Content-Type: application/json
{
  "key" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK JSONObject

PointConditionController

Up
post /api/points/conditions
(creatPointCondition)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body PointConditionRequestDto (required)
Body Parameter

Return type

PointConditionResponseDto

Example data

Content-Type: application/json
{
  "conditionPoint" : 6,
  "conditionPercentage" : 1.4658129805029452,
  "name" : "name",
  "id" : 0,
  "status" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PointConditionResponseDto

Up
get /api/points/conditions
(getAllPointConditions)

Return type

array[PointConditionResponseDto]

Example data

Content-Type: application/json
[ {
  "conditionPoint" : 6,
  "conditionPercentage" : 1.4658129805029452,
  "name" : "name",
  "id" : 0,
  "status" : true
}, {
  "conditionPoint" : 6,
  "conditionPercentage" : 1.4658129805029452,
  "name" : "name",
  "id" : 0,
  "status" : true
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
post /api/points/conditions/{id}
(updatePointCondition)

Path parameters

id (required)
Path Parameter — format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body PointConditionRequestDto (required)
Body Parameter

Return type

PointConditionResponseDto

Example data

Content-Type: application/json
{
  "conditionPoint" : 6,
  "conditionPercentage" : 1.4658129805029452,
  "name" : "name",
  "id" : 0,
  "status" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PointConditionResponseDto

PublisherController

Up
post /api/publishers
(createPublisher)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body PublisherRegisterDto (required)
Body Parameter

Responses

200

OK

Up
delete /api/publishers/{publisherId}
(deletePublisherById)

Path parameters

publisherId (required)
Path Parameter — format: int64

Responses

200

OK

Up
get /api/publishers/{publisherId}
(getPublisher)

Path parameters

publisherId (required)
Path Parameter — format: int64

Return type

PublisherResponseDto

Example data

Content-Type: application/json
{
  "publisherId" : 0,
  "publisherName" : "publisherName"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PublisherResponseDto

ReviewController

Up
post /api/reviews
(createReview)

Consumes

This API call consumes the following media types via the Content-Type request header:

Form parameters

reviewRequestDto (optional)
Form Parameter
images (optional)
Form Parameter — format: binary

Return type

ReviewResponseDto

Example data

Content-Type: application/json
{
  "score" : 5,
  "orderProductId" : 1,
  "reviewId" : 0,
  "content" : "content",
  "memberId" : 6
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK ReviewResponseDto

Up
get /api/books/{sellingBookId}/reviews/avg
(getAverageReview)

Path parameters

sellingBookId (required)
Path Parameter — format: int64

Return type

Double

Example data

Content-Type: application/json
0.8008281904610115

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Double

Up
get /api/order-product/by-selling-book/{sellingBookId}
(getOrderProductBySellingBookId)

Path parameters

sellingBookId (required)
Path Parameter — format: int64

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
get /api/books/{sellingBookId}/reviews
(getReviewsByBookId)

Path parameters

sellingBookId (required)
Path Parameter — format: int64

Query parameters

page (optional)
Query Parameter — default: 0 format: int32
size (optional)
Query Parameter — default: 2 format: int32

Return type

PageReviewWithReviewImageDto

Example data

Content-Type: application/json
{
  "number" : 9,
  "size" : 1,
  "last" : true,
  "numberOfElements" : 3,
  "totalPages" : 6,
  "pageable" : {
    "paged" : true,
    "pageNumber" : 4,
    "offset" : 2,
    "pageSize" : 7,
    "unpaged" : true
  },
  "sort" : {
    "unsorted" : true,
    "sorted" : true,
    "empty" : true
  },
  "content" : [ {
    "score" : 7,
    "imageUrls" : [ "imageUrls", "imageUrls" ],
    "writeDate" : "2000-01-23T04:56:07.000+00:00",
    "orderProductId" : 2,
    "reviewId" : 5,
    "email" : "email",
    "content" : "content",
    "memberId" : 5
  }, {
    "score" : 7,
    "imageUrls" : [ "imageUrls", "imageUrls" ],
    "writeDate" : "2000-01-23T04:56:07.000+00:00",
    "orderProductId" : 2,
    "reviewId" : 5,
    "email" : "email",
    "content" : "content",
    "memberId" : 5
  } ],
  "first" : true,
  "totalElements" : 0,
  "empty" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PageReviewWithReviewImageDto

Up
post /api/reviews/{reviewId}
(updateReview)

Path parameters

reviewId (required)
Path Parameter — format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Query parameters

score (required)
Query Parameter — format: int32

Form parameters

content (optional)
Form Parameter
images (optional)
Form Parameter — format: binary

Return type

Object

Example data

Content-Type: application/json
{ }

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Object

SearchBookController

Up
get /api/search
(searchBooks)

Query parameters

searchKeyword (required)
Query Parameter
page (optional)
Query Parameter — default: 0 format: int32
size (optional)
Query Parameter — default: 14 format: int32

Return type

PageBookInfoResponseDto

Example data

Content-Type: application/json
{
  "number" : 9,
  "size" : 1,
  "last" : true,
  "numberOfElements" : 3,
  "totalPages" : 6,
  "pageable" : {
    "paged" : true,
    "pageNumber" : 4,
    "offset" : 2,
    "pageSize" : 7,
    "unpaged" : true
  },
  "sort" : {
    "unsorted" : true,
    "sorted" : true,
    "empty" : true
  },
  "content" : [ {
    "publisherName" : "publisherName",
    "authorName" : "authorName",
    "imageUrl" : "imageUrl",
    "bookPriceStandard" : 2.3021358869347655,
    "sellingBookId" : 7,
    "sellingBookPrice" : 5.637376656633329,
    "categoryName" : "categoryName",
    "bookId" : 5,
    "bookTitle" : "bookTitle"
  }, {
    "publisherName" : "publisherName",
    "authorName" : "authorName",
    "imageUrl" : "imageUrl",
    "bookPriceStandard" : 2.3021358869347655,
    "sellingBookId" : 7,
    "sellingBookPrice" : 5.637376656633329,
    "categoryName" : "categoryName",
    "bookId" : 5,
    "bookTitle" : "bookTitle"
  } ],
  "first" : true,
  "totalElements" : 0,
  "empty" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PageBookInfoResponseDto

Up
get /api/categories/{category-id}/books
(searchBooksByCategory)

Path parameters

category-id (required)
Path Parameter — format: int64

Query parameters

page (optional)
Query Parameter — default: 0 format: int32
size (optional)
Query Parameter — default: 14 format: int32

Return type

PageBookInfoResponseDto

Example data

Content-Type: application/json
{
  "number" : 9,
  "size" : 1,
  "last" : true,
  "numberOfElements" : 3,
  "totalPages" : 6,
  "pageable" : {
    "paged" : true,
    "pageNumber" : 4,
    "offset" : 2,
    "pageSize" : 7,
    "unpaged" : true
  },
  "sort" : {
    "unsorted" : true,
    "sorted" : true,
    "empty" : true
  },
  "content" : [ {
    "publisherName" : "publisherName",
    "authorName" : "authorName",
    "imageUrl" : "imageUrl",
    "bookPriceStandard" : 2.3021358869347655,
    "sellingBookId" : 7,
    "sellingBookPrice" : 5.637376656633329,
    "categoryName" : "categoryName",
    "bookId" : 5,
    "bookTitle" : "bookTitle"
  }, {
    "publisherName" : "publisherName",
    "authorName" : "authorName",
    "imageUrl" : "imageUrl",
    "bookPriceStandard" : 2.3021358869347655,
    "sellingBookId" : 7,
    "sellingBookPrice" : 5.637376656633329,
    "categoryName" : "categoryName",
    "bookId" : 5,
    "bookTitle" : "bookTitle"
  } ],
  "first" : true,
  "totalElements" : 0,
  "empty" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PageBookInfoResponseDto

SellingBookController

Up
delete /api/selling-books/{sellingBookId}
(deleteSellingBook)

Path parameters

sellingBookId (required)
Path Parameter — format: int64

Responses

200

OK

Up
get /api/selling-books
(getBooks)

Query parameters

page (optional)
Query Parameter — default: 0 format: int32
size (optional)
Query Parameter — default: 14 format: int32
sortBy (optional)
Query Parameter — default: sellingBookId
sortDir (optional)
Query Parameter — default: desc

Return type

PageSellingBookAndBookResponseDto

Example data

Content-Type: application/json
{
  "number" : 3,
  "size" : 1,
  "last" : true,
  "numberOfElements" : 2,
  "totalPages" : 6,
  "pageable" : {
    "paged" : true,
    "pageNumber" : 4,
    "offset" : 2,
    "pageSize" : 7,
    "unpaged" : true
  },
  "sort" : {
    "unsorted" : true,
    "sorted" : true,
    "empty" : true
  },
  "content" : [ {
    "sellingBookStock" : 7,
    "used" : true,
    "bookId" : 5,
    "sellingBookStatus" : "SELLING",
    "sellingBookViewCount" : 9,
    "imageUrl" : "imageUrl",
    "sellingBookPackageable" : true,
    "publisher" : "publisher",
    "sellingBookId" : 5,
    "sellingBookPrice" : 2.3021358869347655,
    "categories" : [ "categories", "categories" ],
    "bookTitle" : "bookTitle",
    "authors" : [ "authors", "authors" ]
  }, {
    "sellingBookStock" : 7,
    "used" : true,
    "bookId" : 5,
    "sellingBookStatus" : "SELLING",
    "sellingBookViewCount" : 9,
    "imageUrl" : "imageUrl",
    "sellingBookPackageable" : true,
    "publisher" : "publisher",
    "sellingBookId" : 5,
    "sellingBookPrice" : 2.3021358869347655,
    "categories" : [ "categories", "categories" ],
    "bookTitle" : "bookTitle",
    "authors" : [ "authors", "authors" ]
  } ],
  "first" : true,
  "totalElements" : 0,
  "empty" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PageSellingBookAndBookResponseDto

Up
get /api/selling-books/{sellingBookId}
(getSellingBook)

Path parameters

sellingBookId (required)
Path Parameter — format: int64

Return type

BookDetailResponseDto

Example data

Content-Type: application/json
{
  "bookPriceStandard" : 1.4658129805029452,
  "likeCount" : 7,
  "bookDescription" : "bookDescription",
  "sellingBookStock" : 5,
  "bookId" : 0,
  "bookPubDate" : "2000-01-23",
  "sellingPrice" : 5.637376656633329,
  "publisherId" : 2,
  "authorName" : [ "authorName", "authorName" ],
  "imageUrl" : "imageUrl",
  "publisher" : "publisher",
  "sellingBookId" : 6,
  "bookIsbn13" : "bookIsbn13",
  "categories" : [ "categories", "categories" ],
  "bookIndex" : "bookIndex",
  "bookTitle" : "bookTitle",
  "status" : "status"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK BookDetailResponseDto

Up
get /api/selling-books/view-count
(getSellingBooksByViewCount)

Query parameters

sortDirection (optional)
Query Parameter — default: desc

Return type

array[SellingBookAndBookResponseDto]

Example data

Content-Type: application/json
[ {
  "sellingBookStock" : 7,
  "used" : true,
  "bookId" : 5,
  "sellingBookStatus" : "SELLING",
  "sellingBookViewCount" : 9,
  "imageUrl" : "imageUrl",
  "sellingBookPackageable" : true,
  "publisher" : "publisher",
  "sellingBookId" : 5,
  "sellingBookPrice" : 2.3021358869347655,
  "categories" : [ "categories", "categories" ],
  "bookTitle" : "bookTitle",
  "authors" : [ "authors", "authors" ]
}, {
  "sellingBookStock" : 7,
  "used" : true,
  "bookId" : 5,
  "sellingBookStatus" : "SELLING",
  "sellingBookViewCount" : 9,
  "imageUrl" : "imageUrl",
  "sellingBookPackageable" : true,
  "publisher" : "publisher",
  "sellingBookId" : 5,
  "sellingBookPrice" : 2.3021358869347655,
  "categories" : [ "categories", "categories" ],
  "bookTitle" : "bookTitle",
  "authors" : [ "authors", "authors" ]
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
post /api/selling-books
(registerSellingBooks)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body SellingBookRegisterDto (required)
Body Parameter

Return type

SellingBookRegisterDto

Example data

Content-Type: application/json
{
  "sellingBookStatus" : "SELLING",
  "sellingBookViewCount" : 5,
  "sellingBookPackageable" : true,
  "sellingBookPrice" : 6.027456183070403,
  "sellingBookStock" : 1,
  "used" : true,
  "bookId" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK SellingBookRegisterDto

Up
put /api/selling-books/{sellingBookId}
(updateSellingBook)

Path parameters

sellingBookId (required)
Path Parameter — format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body SellingBookRegisterDto (required)
Body Parameter

Return type

SellinBookResponseDto

Example data

Content-Type: application/json
{
  "sellingBookStatus" : "SELLING",
  "sellingBookViewCount" : 5,
  "sellingBookPackageable" : true,
  "sellingBookId" : 0,
  "sellingBookPrice" : 1.4658129805029452,
  "sellingBookStock" : 5,
  "used" : true,
  "bookId" : 6
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK SellinBookResponseDto

TagController

Up
delete /api/books/{book-id}/tags/{tag-id}
(deleteBookTag)

Path parameters

book-id (required)
Path Parameter — format: int64
tag-id (required)
Path Parameter — format: int64

Responses

200

OK

Up
delete /api/tags/{tagId}
(deleteTag)

Path parameters

tagId (required)
Path Parameter — format: int64

Responses

200

OK

Up
get /api/tags/{tag-id}/books
(getAllBookTags)

Path parameters

tag-id (required)
Path Parameter — format: int64

Return type

array[BookTagResponseDto]

Example data

Content-Type: application/json
[ {
  "bookTagId" : 0,
  "tagId" : 6,
  "tagName" : "tagName",
  "bookName" : "bookName",
  "bookId" : 1
}, {
  "bookTagId" : 0,
  "tagId" : 6,
  "tagName" : "tagName",
  "bookName" : "bookName",
  "bookId" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
get /api/tags
(getAllTags)

Query parameters

keyword (optional)
Query Parameter
page (optional)
Query Parameter — default: 0 format: int32
size (optional)
Query Parameter — default: 10 format: int32

Return type

PageTagResponseDto

Example data

Content-Type: application/json
{
  "number" : 5,
  "size" : 1,
  "last" : true,
  "numberOfElements" : 2,
  "totalPages" : 6,
  "pageable" : {
    "paged" : true,
    "pageNumber" : 4,
    "offset" : 2,
    "pageSize" : 7,
    "unpaged" : true
  },
  "sort" : {
    "unsorted" : true,
    "sorted" : true,
    "empty" : true
  },
  "content" : [ {
    "tagId" : 5,
    "tagName" : "tagName"
  }, {
    "tagId" : 5,
    "tagName" : "tagName"
  } ],
  "first" : true,
  "totalElements" : 0,
  "empty" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK PageTagResponseDto

Up
get /api/books/{book-id}/tags
(getBookTagsByBookId)

Path parameters

book-id (required)
Path Parameter — format: int64

Return type

array[BookTagResponseDto]

Example data

Content-Type: application/json
[ {
  "bookTagId" : 0,
  "tagId" : 6,
  "tagName" : "tagName",
  "bookName" : "bookName",
  "bookId" : 1
}, {
  "bookTagId" : 0,
  "tagId" : 6,
  "tagName" : "tagName",
  "bookName" : "bookName",
  "bookId" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
get /api/tags/{tagId}
(getTagNameByTagId)

Path parameters

tagId (required)
Path Parameter — format: int64

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK String

Up
post /api/books/{book-id}/tags/{tag-id}
(saveBookTag)

Path parameters

book-id (required)
Path Parameter — format: int64
tag-id (required)
Path Parameter — format: int64

Responses

200

OK

Up
post /api/tags
(saveTag)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body TagRegisterDto (required)
Body Parameter

Responses

200

OK

WrappingPaperController

Up
post /api/wrapping-papers
(createWrappingPaper)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
get /api/wrapping-papers/{wrapping-paper-id}
(getWrappingPaper)

Path parameters

wrapping-paper-id (required)
Path Parameter — format: int64

Return type

WrappingPaperDto

Example data

Content-Type: application/json
{
  "createdAt" : "2000-01-23T04:56:07.000+00:00",
  "price" : 6.027456183070403,
  "imagePath" : "imagePath",
  "name" : "name",
  "id" : 0,
  "stock" : 1
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK WrappingPaperDto

Up
get /api/wrapping-papers
(getWrappingPapers)

Return type

array[WrappingPaperDto]

Example data

Content-Type: application/json
[ {
  "createdAt" : "2000-01-23T04:56:07.000+00:00",
  "price" : 6.027456183070403,
  "imagePath" : "imagePath",
  "name" : "name",
  "id" : 0,
  "stock" : 1
}, {
  "createdAt" : "2000-01-23T04:56:07.000+00:00",
  "price" : 6.027456183070403,
  "imagePath" : "imagePath",
  "name" : "name",
  "id" : 0,
  "stock" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Up
put /api/wrapping-papers/{wrapping-paper-id}
(modifyWrappingPaper)

Path parameters

wrapping-paper-id (required)
Path Parameter — format: int64

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Return type

Long

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Long

Up
delete /api/wrapping-papers/{wrapping-paper-id}
(removeWrappingPaper)

Path parameters

wrapping-paper-id (required)
Path Parameter — format: int64

Responses

200

OK

Models

[ Jump to Methods ]

Table of Contents

  1. AuthRequestDto
  2. AuthResponseDto
  3. AuthorRequestDto
  4. AuthorResponseDto
  5. BookDetailResponseDto
  6. BookInfoResponseDto
  7. BookRegisterDto
  8. BookRegisterRequestDto
  9. BookResponseDto
  10. BookTagResponseDto
  11. CategoryRegisterDto
  12. CategoryResponseDto
  13. CategorySimpleResponseDto
  14. CertificationCreateRequestDto
  15. CertificationCreateResponseDto
  16. CertificationResponseDto
  17. CertificationUpdateRequestDto
  18. CertificationUpdateResponseDto
  19. CreateCartBookRequestDto
  20. DeleteCartBookRequestDto
  21. DeleteCertificationResponseDto
  22. DeliveryFeeCalculateRequestDto
  23. DeliveryFeeCalculateResponseDto
  24. DeliveryFeePolicyDto
  25. DeliveryFeePolicySaveRequestDto
  26. DeliveryFeePolicySaveResponseDto
  27. DeliveryFeePolicyUpdateRequestDto
  28. DeliveryFeePolicyUpdateResponseDto
  29. FileUploadResponse
  30. JSONObject
  31. LastLoginRequestDto
  32. LastLoginResponseDto
  33. MemberAddressRequestDto
  34. MemberAddressResponseDto
  35. MemberAuthRequestDto
  36. MemberAuthResponseDto
  37. MemberCreateRequestDto
  38. MemberCreateResponseDto
  39. MemberDto
  40. MemberEmailResponseDto
  41. MemberGrade
  42. MemberGradeCreateRequestDto
  43. MemberIdResponseDto
  44. MemberModifyByAdminRequestDto
  45. MemberModifyRequestDto
  46. MemberModifyResponseDto
  47. MemberPointListResponseDto
  48. MemberPointUseRequestDto
  49. MemberSearchRequestDto
  50. MemberSearchResponseDto
  51. MemberStatus
  52. MemberStatusCreateRequestDto
  53. NonMemberOrderDetailAccessRequestDto
  54. OrderCancelRequestDto
  55. OrderDeliveryAddressDto
  56. OrderDeliveryDto
  57. OrderDeliveryRegisterRequestDto
  58. OrderDetail
  59. OrderDto
  60. OrderProductAppliedCouponDto
  61. OrderProductCancelRequestDto
  62. OrderProductCouponDto
  63. OrderProductDto
  64. OrderProductRequestDto
  65. OrderProductReturnDto
  66. OrderProductReturnRequestDto
  67. OrderProductStatusPatchRequestDto
  68. OrderProductWrapping
  69. OrderProductWrappingDto
  70. OrderRequestDto
  71. OrderResponseDto
  72. OrderReturnSearchRequestDto
  73. OrderSearchRequestDto
  74. OrderStatusModifyRequestDto
  75. PageAuthorResponseDto
  76. PageBookInfoResponseDto
  77. PageBookRegisterDto
  78. PageBookResponseDto
  79. PageCategoryResponseDto
  80. PageCategorySimpleResponseDto
  81. PageMemberSearchResponseDto
  82. PageOrderDto
  83. PageOrderProductReturnDto
  84. PageReviewWithReviewImageDto
  85. PageSellingBookAndBookResponseDto
  86. PageTagResponseDto
  87. Pageable
  88. PageableObject
  89. PaymentConfirmRequestDto
  90. PaymentDto
  91. PointConditionRequestDto
  92. PointConditionResponseDto
  93. PublisherRegisterDto
  94. PublisherResponseDto
  95. ReadCartBookResponseDto
  96. ReviewResponseDto
  97. ReviewWithReviewImageDto
  98. SellinBookResponseDto
  99. SellingBookAndBookResponseDto
  100. SellingBookRegisterDto
  101. SortObject
  102. TagRegisterDto
  103. TagResponseDto
  104. UpdateCartBookRequestDto
  105. UpdateLastLoginResponseDto
  106. WrappingCreateSaveRequestDto
  107. WrappingPaperDto
  108. WrappingPaperUpdateRequestDto
  109. api_reviews_body
  110. objects_upload_file_body
  111. objects_upload_files_body
  112. reviews_reviewId_body

AuthRequestDto Up

name

AuthResponseDto Up

authId
Long format: int64
name

AuthorRequestDto Up

authorName

AuthorResponseDto Up

authorId (optional)
Long format: int64
authorName (optional)

BookDetailResponseDto Up

bookId (optional)
Long format: int64
sellingBookId (optional)
Long format: int64
bookTitle (optional)
bookIndex (optional)
bookDescription (optional)
bookPubDate (optional)
date format: date
bookPriceStandard (optional)
sellingBookStock (optional)
Integer format: int32
sellingPrice (optional)
bookIsbn13 (optional)
publisherId (optional)
Long format: int64
publisher (optional)
imageUrl (optional)
categories (optional)
authorName (optional)
status (optional)
likeCount (optional)
Long format: int64

BookInfoResponseDto Up

bookId (optional)
Long format: int64
bookTitle (optional)
publisherName (optional)
categoryName (optional)
authorName (optional)
sellingBookPrice (optional)
bookPriceStandard (optional)
imageUrl (optional)
sellingBookId (optional)
Long format: int64

BookRegisterDto Up

bookId (optional)
Long format: int64
bookTitle (optional)
bookPubDate (optional)
date format: date
publisher (optional)
bookIsbn13 (optional)
standardBookPrice (optional)
imageUrl (optional)
categories (optional)
authors (optional)

BookRegisterRequestDto Up

bookId (optional)
Long format: int64
bookTitle (optional)
bookIndex (optional)
bookDescription (optional)
bookPubDate (optional)
date format: date
bookPriceStandard (optional)
bookIsbn13 (optional)
publisher (optional)
imageUrl (optional)
categories (optional)
authors (optional)

BookResponseDto Up

bookId (optional)
Long format: int64
bookTitle (optional)
standardBookPrice (optional)
bookIsbn13 (optional)
bookPubDate (optional)
date format: date
publisher (optional)

BookTagResponseDto Up

bookTagId (optional)
Long format: int64
tagId (optional)
Long format: int64
tagName (optional)
bookId (optional)
Long format: int64
bookName (optional)

CategoryRegisterDto Up

parentCategoryId (optional)
Long format: int64
newCategoryName (optional)

CategoryResponseDto Up

categoryId (optional)
Long format: int64
categoryName (optional)
categoryDepth (optional)
Integer format: int32
parentCategoryId (optional)
Long format: int64

CategorySimpleResponseDto Up

categoryId (optional)
Long format: int64
categoryName (optional)

CertificationCreateRequestDto Up

memberId (optional)
Long format: int64
certification (optional)

CertificationCreateResponseDto Up

memberAuthId (optional)
Long format: int64
memberId (optional)
Long format: int64
certification (optional)

CertificationResponseDto Up

memberId (optional)
Long format: int64
memberName (optional)
certification (optional)

CertificationUpdateRequestDto Up

certification (optional)

CertificationUpdateResponseDto Up

memberId (optional)
Long format: int64
certification (optional)

CreateCartBookRequestDto Up

sellingBookId (optional)
Long format: int64
quantity (optional)
Integer format: int32

DeleteCartBookRequestDto Up

cartBookId (optional)
Long format: int64
cartId (optional)
Long format: int64

DeleteCertificationResponseDto Up

success (optional)
message (optional)

DeliveryFeeCalculateRequestDto Up

price (optional)

DeliveryFeeCalculateResponseDto Up

deliveryFee (optional)

DeliveryFeePolicyDto Up

id (optional)
Long format: int64
name (optional)
defaultDeliveryFee (optional)
freeDeliveryThreshold (optional)

DeliveryFeePolicySaveRequestDto Up

name
defaultDeliveryFee
freeDeliveryThreshold

DeliveryFeePolicySaveResponseDto Up

policyId (optional)
Long format: int64

DeliveryFeePolicyUpdateRequestDto Up

name
defaultDeliveryFee
freeDeliveryThreshold

DeliveryFeePolicyUpdateResponseDto Up

policyId (optional)
Long format: int64

FileUploadResponse Up

url (optional)

JSONObject Up

LastLoginRequestDto Up

email (optional)

LastLoginResponseDto Up

email (optional)
lastLogin (optional)
Date format: date-time

MemberAddressRequestDto Up

defaultAddress (optional)
locationAddress
detailAddress
zipCode
nickName (optional)
recipient (optional)
recipientPhone (optional)

MemberAddressResponseDto Up

memberAddressId
Long format: int64
defaultAddress (optional)
locationAddress
detailAddress
zipCode
nickName (optional)
recipient (optional)
recipientPhone (optional)

MemberAuthRequestDto Up

memberId
Long format: int64
authId
Long format: int64

MemberAuthResponseDto Up

memberId
Long format: int64
authId
Long format: int64

MemberCreateRequestDto Up

name
phone
email
birth
date format: date
password

MemberCreateResponseDto Up

name
phone
email
birth
date format: date
memberGradeName
memberStateName

MemberDto Up

memberId (optional)
Long format: int64
name
phone
password
email
birth
date format: date
memberGradeName
memberStateName

MemberEmailResponseDto Up

email
authName
password
memberStateName

MemberGrade Up

memberGradeId (optional)
Long format: int64
memberGradeName (optional)
conditionPrice (optional)
gradeChange (optional)
Date format: date-time

MemberGradeCreateRequestDto Up

memberGradeName
conditionPrice
gradeChange
Date format: date-time

MemberIdResponseDto Up

name
phone
email
birth
date format: date
memberGradeName
memberStateName

MemberModifyByAdminRequestDto Up

originalEmail
name
phone (optional)
email (optional)
birth (optional)
date format: date
memberGradeId (optional)
Long format: int64
memberStateId (optional)
Long format: int64

MemberModifyRequestDto Up

name
phone (optional)
email (optional)
birth (optional)
date format: date
password (optional)

MemberModifyResponseDto Up

name
phone
email
birth
date format: date

MemberPointListResponseDto Up

memberPointId
Long format: int64
memberId
Long format: int64
name (optional)
point (optional)
Integer format: int32
addDate (optional)
Date format: date-time
endDate (optional)
Date format: date-time
usingDate (optional)
Date format: date-time
type (optional)

MemberPointUseRequestDto Up

email (optional)
usedPoint (optional)
Integer format: int32

MemberSearchRequestDto Up

page (optional)
Integer format: int32
size (optional)
Integer format: int32

MemberSearchResponseDto Up

name
phone
email
birth
date format: date
memberGradeName
memberStateName

MemberStatus Up

memberStateId (optional)
Long format: int64
memberStateName (optional)

MemberStatusCreateRequestDto Up

memberStateName

NonMemberOrderDetailAccessRequestDto Up

orderNumber
password

OrderCancelRequestDto Up

reason
cancelProducts

OrderDeliveryAddressDto Up

locationAddress
zipCode
detailAddress
recipient
recipientPhone

OrderDeliveryDto Up

deliveryCompany (optional)
trackingNumber (optional)
registeredAt (optional)
Date format: date-time

OrderDeliveryRegisterRequestDto Up

deliveryCompany
trackingNumber

OrderDetail Up

orderId (optional)
orderProducts (optional)
deliveryFee (optional)
orderPrice (optional)
orderedAt (optional)
Date format: date-time
deliveryWishDate (optional)
date format: date
status (optional)
Enum:
PAYMENT_PENDING
PAYMENT_COMPLETED
SHIPPED
DELIVERING
DELIVERED
PARTIALLY_CANCELED
ORDER_CANCELLED
RETURN_REQUESTED
RETURN_COMPLETED
usedPoint (optional)
Integer format: int32
couponDiscount (optional)
orderNumber (optional)
orderDeliveryAddress (optional)
orderDelivery (optional)
payment (optional)

OrderDto Up

id (optional)
orderedAt (optional)
Date format: date-time
orderStatus (optional)
Enum:
PAYMENT_PENDING
PAYMENT_COMPLETED
SHIPPED
DELIVERING
DELIVERED
PARTIALLY_CANCELED
ORDER_CANCELLED
RETURN_REQUESTED
RETURN_COMPLETED
orderNumber (optional)
orderName (optional)
paymentAmount (optional)
orderer (optional)

OrderProductAppliedCouponDto Up

couponId (optional)
Long format: int64
discount (optional)

OrderProductCancelRequestDto Up

orderProductId
Long format: int64
quantity
Integer format: int32

OrderProductCouponDto Up

couponId (optional)
Long format: int64
orderProductId (optional)
Long format: int64
discount (optional)

OrderProductDto Up

orderProductId (optional)
Long format: int64
imageUrl (optional)
bookId (optional)
Long format: int64
bookTitle (optional)
quantity (optional)
Integer format: int32
price (optional)
status (optional)
orderProductWrapping (optional)
orderProductCoupons (optional)
couponDiscounts (optional)

OrderProductRequestDto Up

productId
Long format: int64
price
quantity
Integer format: int32
appliedCoupons (optional)
wrapping (optional)

OrderProductReturnDto Up

id (optional)
Long format: int64
reason (optional)
quantity (optional)
Integer format: int32
trackingNumber (optional)
requestedAt (optional)
Date format: date-time
completedAt (optional)
Date format: date-time
orderId (optional)
orderProductId (optional)
Long format: int64

OrderProductReturnRequestDto Up

reason
quantity
Integer format: int32
trackingNumber

OrderProductStatusPatchRequestDto Up

status
Enum:
PAYMENT_PENDING
PAYMENT_COMPLETED
SHIPPED
DELIVERING
DELIVERED
PURCHASE_CONFIRMED
RETURN_REQUESTED
ORDER_CANCELLED
RETURN_COMPLETED

OrderProductWrapping Up

name (optional)
quantity (optional)
Integer format: int32
price (optional)

OrderProductWrappingDto Up

wrappingPaperId
Long format: int64
quantity
Integer format: int32
price

OrderRequestDto Up

orderType (optional)
Enum:
MEMBER_ORDER
NON_MEMBER_ORDER
deliveryWishDate (optional)
date format: date
usedPoint
Integer format: int32
orderProducts
orderDeliveryAddress
deliveryFee
orderPrice
memberEmail (optional)
nonMemberPassword (optional)

OrderResponseDto Up

orderId (optional)
amount (optional)
orderName (optional)

OrderReturnSearchRequestDto Up

trackingNumber (optional)
status (optional)

OrderSearchRequestDto Up

memberId (optional)
productName (optional)
orderDate (optional)
date format: date
orderStatus (optional)
Enum:
PAYMENT_PENDING
PAYMENT_COMPLETED
SHIPPED
DELIVERING
DELIVERED
PARTIALLY_CANCELED
ORDER_CANCELLED
RETURN_REQUESTED
RETURN_COMPLETED
orderNumber (optional)

OrderStatusModifyRequestDto Up

status (optional)
Enum:
PAYMENT_PENDING
PAYMENT_COMPLETED
SHIPPED
DELIVERING
DELIVERED
PARTIALLY_CANCELED
ORDER_CANCELLED
RETURN_REQUESTED
RETURN_COMPLETED

PageAuthorResponseDto Up

totalElements (optional)
Long format: int64
totalPages (optional)
Integer format: int32
sort (optional)
size (optional)
Integer format: int32
content (optional)
number (optional)
Integer format: int32
first (optional)
last (optional)
numberOfElements (optional)
Integer format: int32
pageable (optional)
empty (optional)

PageBookInfoResponseDto Up

totalElements (optional)
Long format: int64
totalPages (optional)
Integer format: int32
sort (optional)
size (optional)
Integer format: int32
content (optional)
number (optional)
Integer format: int32
first (optional)
last (optional)
numberOfElements (optional)
Integer format: int32
pageable (optional)
empty (optional)

PageBookRegisterDto Up

totalElements (optional)
Long format: int64
totalPages (optional)
Integer format: int32
sort (optional)
size (optional)
Integer format: int32
content (optional)
number (optional)
Integer format: int32
first (optional)
last (optional)
numberOfElements (optional)
Integer format: int32
pageable (optional)
empty (optional)

PageBookResponseDto Up

totalElements (optional)
Long format: int64
totalPages (optional)
Integer format: int32
sort (optional)
size (optional)
Integer format: int32
content (optional)
number (optional)
Integer format: int32
first (optional)
last (optional)
numberOfElements (optional)
Integer format: int32
pageable (optional)
empty (optional)

PageCategoryResponseDto Up

totalElements (optional)
Long format: int64
totalPages (optional)
Integer format: int32
sort (optional)
size (optional)
Integer format: int32
content (optional)
number (optional)
Integer format: int32
first (optional)
last (optional)
numberOfElements (optional)
Integer format: int32
pageable (optional)
empty (optional)

PageCategorySimpleResponseDto Up

totalElements (optional)
Long format: int64
totalPages (optional)
Integer format: int32
sort (optional)
size (optional)
Integer format: int32
content (optional)
number (optional)
Integer format: int32
first (optional)
last (optional)
numberOfElements (optional)
Integer format: int32
pageable (optional)
empty (optional)

PageMemberSearchResponseDto Up

totalElements (optional)
Long format: int64
totalPages (optional)
Integer format: int32
sort (optional)
size (optional)
Integer format: int32
content (optional)
number (optional)
Integer format: int32
first (optional)
last (optional)
numberOfElements (optional)
Integer format: int32
pageable (optional)
empty (optional)

PageOrderDto Up

totalElements (optional)
Long format: int64
totalPages (optional)
Integer format: int32
sort (optional)
size (optional)
Integer format: int32
content (optional)
number (optional)
Integer format: int32
first (optional)
last (optional)
numberOfElements (optional)
Integer format: int32
pageable (optional)
empty (optional)

PageOrderProductReturnDto Up

totalElements (optional)
Long format: int64
totalPages (optional)
Integer format: int32
sort (optional)
size (optional)
Integer format: int32
content (optional)
number (optional)
Integer format: int32
first (optional)
last (optional)
numberOfElements (optional)
Integer format: int32
pageable (optional)
empty (optional)

PageReviewWithReviewImageDto Up

totalElements (optional)
Long format: int64
totalPages (optional)
Integer format: int32
sort (optional)
size (optional)
Integer format: int32
content (optional)
number (optional)
Integer format: int32
first (optional)
last (optional)
numberOfElements (optional)
Integer format: int32
pageable (optional)
empty (optional)

PageSellingBookAndBookResponseDto Up

totalElements (optional)
Long format: int64
totalPages (optional)
Integer format: int32
sort (optional)
size (optional)
Integer format: int32
content (optional)
number (optional)
Integer format: int32
first (optional)
last (optional)
numberOfElements (optional)
Integer format: int32
pageable (optional)
empty (optional)

PageTagResponseDto Up

totalElements (optional)
Long format: int64
totalPages (optional)
Integer format: int32
sort (optional)
size (optional)
Integer format: int32
content (optional)
number (optional)
Integer format: int32
first (optional)
last (optional)
numberOfElements (optional)
Integer format: int32
pageable (optional)
empty (optional)

Pageable Up

page (optional)
Integer format: int32
size (optional)
Integer format: int32
sort (optional)

PageableObject Up

sort (optional)
offset (optional)
Long format: int64
unpaged (optional)
paged (optional)
pageNumber (optional)
Integer format: int32
pageSize (optional)
Integer format: int32

PaymentConfirmRequestDto Up

paymentKey
orderId
amount
usedPoint (optional)
Integer format: int32

PaymentDto Up

amount (optional)
method (optional)
easyPayProvider (optional)
recordedAt (optional)
Date format: date-time

PointConditionRequestDto Up

name (optional)
conditionPoint (optional)
Integer format: int32
conditionPercentage (optional)
status (optional)

PointConditionResponseDto Up

id (optional)
Long format: int64
name (optional)
conditionPoint (optional)
Integer format: int32
conditionPercentage (optional)
status (optional)

PublisherRegisterDto Up

publisherName (optional)

PublisherResponseDto Up

publisherId (optional)
Long format: int64
publisherName (optional)

ReadCartBookResponseDto Up

cartId (optional)
Long format: int64
cartBookId (optional)
Long format: int64
sellingBookId (optional)
Long format: int64
bookTitle (optional)
sellingBookPrice (optional)
imageUrl (optional)
quantity (optional)
Integer format: int32
sellingBookStock (optional)
Integer format: int32

ReviewResponseDto Up

reviewId (optional)
Long format: int64
memberId (optional)
Long format: int64
orderProductId (optional)
Long format: int64
score (optional)
Integer format: int32
content (optional)

ReviewWithReviewImageDto Up

memberId (optional)
Long format: int64
reviewId (optional)
Long format: int64
email (optional)
orderProductId (optional)
Long format: int64
writeDate (optional)
Date format: date-time
score (optional)
Integer format: int32
content (optional)
imageUrls (optional)

SellinBookResponseDto Up

sellingBookId (optional)
Long format: int64
bookId (optional)
Long format: int64
sellingBookPrice (optional)
sellingBookPackageable (optional)
sellingBookStock (optional)
Integer format: int32
sellingBookStatus (optional)
Enum:
SELLING
SELLEND
DELETEBOOK
used (optional)
sellingBookViewCount (optional)
Long format: int64

SellingBookAndBookResponseDto Up

sellingBookId (optional)
Long format: int64
bookId (optional)
Long format: int64
bookTitle (optional)
sellingBookPrice (optional)
sellingBookPackageable (optional)
sellingBookStock (optional)
Integer format: int32
sellingBookStatus (optional)
Enum:
SELLING
SELLEND
DELETEBOOK
used (optional)
sellingBookViewCount (optional)
Long format: int64
imageUrl (optional)
publisher (optional)
categories (optional)
authors (optional)

SellingBookRegisterDto Up

bookId (optional)
Long format: int64
sellingBookPrice (optional)
sellingBookPackageable (optional)
sellingBookStock (optional)
Integer format: int32
sellingBookStatus (optional)
Enum:
SELLING
SELLEND
DELETEBOOK
sellingBookViewCount (optional)
Long format: int64
used (optional)

SortObject Up

empty (optional)
unsorted (optional)
sorted (optional)

TagRegisterDto Up

tagName (optional)

TagResponseDto Up

tagId (optional)
Long format: int64
tagName (optional)

UpdateCartBookRequestDto Up

cartBookId (optional)
Long format: int64
sellingBookId (optional)
Long format: int64
quantity (optional)
Integer format: int32

UpdateLastLoginResponseDto Up

memberId (optional)
Long format: int64
lastLogin (optional)
Date format: date-time

WrappingCreateSaveRequestDto Up

name
price
stock
Long format: int64
imageFile
byte[] format: binary

WrappingPaperDto Up

id (optional)
Long format: int64
name (optional)
price (optional)
stock (optional)
Long format: int64
imagePath (optional)
createdAt (optional)
Date format: date-time

WrappingPaperUpdateRequestDto Up

name
price
stock
Long format: int64
imageFile (optional)
byte[] format: binary

api_reviews_body Up

reviewRequestDto
images (optional)
array[byte[]] format: binary

objects_upload_file_body Up

files
array[byte[]] format: binary

objects_upload_files_body Up

files
array[byte[]] format: binary

reviews_reviewId_body Up

content
images (optional)
array[byte[]] format: binary