OpenAPI definition
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
Version: v0
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html
Access
[ Jump to Models ]
Table of Contents
Up
post /api/books/sync/isbn
(syncBooksByIsbns)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
map[String, Object]
Example data
Content-Type: application/json
{
"key" : { }
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
(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
(createAuth)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
Example data
Content-Type: application/json
{
"name" : "name",
"authId" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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
(getAllAuths)
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
Up
get /api/auths/{auth_id}
(getAuthById)
Path parameters
auth_id (required)
Path Parameter — format: int64
Return type
Example data
Content-Type: application/json
{
"name" : "name",
"authId" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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 request header:
Request body
Return type
Example data
Content-Type: application/json
{
"name" : "name",
"authId" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
AuthResponseDto
(createAuthor)
Consumes
This API call consumes the following media types via the request header:
Request body
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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
PageAuthorResponseDto
(getAuthor)
Path parameters
authorId (required)
Path Parameter — format: int64
Return type
Example data
Content-Type: application/json
{
"authorName" : "authorName",
"authorId" : 7
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
AuthorResponseDto
(adminGetBooks)
Query parameters
page (optional)
Query Parameter — default: 0 format: int32
size (optional)
Query Parameter — default: 10 format: int32
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
BookRegisterRequestDto
Up
get /api/books/{bookId}
(getBookDetail)
Path parameters
bookId (required)
Path Parameter — format: int64
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
PageBookResponseDto
(registerBook)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
OK
(updateBook)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
OK
Up
post /api/bookstore/carts
(createBookCart)
Consumes
This API call consumes the following media types via the request header:
Request body
Request headers
Return type
Long
Example data
Content-Type: application/json
0
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
String
Up
delete /api/bookstore/carts
(deleteBookCart)
Consumes
This API call consumes the following media types via the request header:
Request body
Request headers
Return type
String
Example data
Content-Type: application/json
""
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
String
Up
get /api/bookstore/carts
(getAllCartBooks)
Request headers
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
Up
put /api/bookstore/carts
(updateBookCart)
Consumes
This API call consumes the following media types via the request header:
Request body
Request headers
Return type
Long
Example data
Content-Type: application/json
0
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
Long
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 request header:
Request body
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
Up
get /api/bookstore/guests/carts
(getGuestCart)
Request headers
Return type
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
PageCategoryResponseDto
(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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
PageCategorySimpleResponseDto
(saveCategory)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
OK
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 request header:
Request body
Return type
Example data
Content-Type: application/json
{
"deliveryFee" : 0.8008281904610115
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
DeliveryFeeCalculateResponseDto
Up
post /api/delivery-fee-policies
(createPolicy)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
Example data
Content-Type: application/json
{
"policyId" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
DeliveryFeePolicySaveResponseDto
Up
get /api/delivery-fee-policies/general
(getGeneralPolicy)
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
DeliveryFeePolicyDto
Up
get /api/delivery-fee-policies
(getPolicies)
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Return type
Example data
Content-Type: application/json
{
"policyId" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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
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
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
Long
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 request header:
Request body
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
MemberAddressResponseDto
Up
post /api/members/address
(createAddress)
Consumes
This API call consumes the following media types via the request header:
Request body
Request headers
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
Up
get /api/members/address
(getAddressListByMemberEmail)
Request headers
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Request headers
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
MemberAddressResponseDto
Up
post /api/members/auths
(assignAuthToMember)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
Example data
Content-Type: application/json
{
"authId" : 6,
"memberId" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header:
Request body
Return type
Example data
Content-Type: application/json
{
"authId" : 6,
"memberId" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
MemberAuthResponseDto
Up
post /api/certification
(createCertification)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
Example data
Content-Type: application/json
{
"memberAuthId" : 0,
"memberId" : 6,
"certification" : "certification"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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
Example data
Content-Type: application/json
{
"success" : true,
"message" : "message"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
DeleteCertificationResponseDto
Up
get /api/members/certification
(getAllCertification)
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
Up
get /api/members/{member_id}/certification
(getCertificationByMemberId)
Path parameters
member_id (required)
Path Parameter — format: int64
Return type
Example data
Content-Type: application/json
{
"memberName" : "memberName",
"memberId" : 0,
"certification" : "certification"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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 request header:
Request body
Return type
Example data
Content-Type: application/json
{
"memberId" : 0,
"certification" : "certification"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
UpdateLastLoginResponseDto
Up
post /api/members/last-login
(updateLastLoginByEmail)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
LastLoginResponseDto
(createMember)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
MemberCreateResponseDto
Up
get /api/members/email
(getMemberByEmail)
Query parameters
email (required)
Query Parameter —
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
MemberEmailResponseDto
Up
get /api/members/{member_id}
(getMemberById)
Path parameters
member_id (required)
Path Parameter — format: int64
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
MemberIdResponseDto
(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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
Long
Up
get /api/members/my/email
(getMemberMyByEmail)
Request headers
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
MemberDto
(getMembers)
Query parameters
memberSearchRequestDto (required)
Query Parameter —
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Return type
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
String
Up
post /api/members/email
(updateEmail)
Consumes
This API call consumes the following media types via the request header:
Request body
Request headers
Responses
200
OK
(updateMember)
Consumes
This API call consumes the following media types via the request header:
Request body
Request headers
Return type
String
Example data
Content-Type: application/json
""
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
String
Up
post /api/members/grade
(createMemberGrade)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
MemberGrade
Up
get /api/members/grade/all
(getAllMemberGrades)
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
Up
post /api/points/members/use
(usedPoint)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
String
Example data
Content-Type: application/json
""
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
String
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
String
Up
post /api/members/status
(createMemberStatus)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
Example data
Content-Type: application/json
{
"memberStateName" : "memberStateName",
"memberStateId" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
MemberStatus
Up
get /api/members/status/all
(getAllMemberStatus)
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
String
Up
post /api/objects/upload_file
(uploadObjects)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
String
Example data
Content-Type: application/json
""
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
String
Up
post /api/objects/upload_files
(uploadObjectsToUrl)
Consumes
This API call consumes the following media types via the request header:
Form parameters
files (optional)
Form Parameter — format: binary
Return type
Example data
Content-Type: application/json
[ {
"url" : "url"
}, {
"url" : "url"
} ]
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
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 request header:
Request body
Responses
200
OK
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 request header:
Request body
Responses
200
OK
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
String
Up
post /api/orders/member
(requestMemberOrder)
Consumes
This API call consumes the following media types via the request header:
Request body
Request headers
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
OrderResponseDto
Up
post /api/orders/non-member
(requestNonMemberOrder)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
OrderResponseDto
(requestOrder)
Consumes
This API call consumes the following media types via the request header:
Request body
Request headers
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
OrderResponseDto
(getAllOrders)
Query parameters
searchRequest (required)
Query Parameter —
pageable (required)
Query Parameter —
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
PageOrderDto
(getMyOrders)
Request headers
Query parameters
searchRequest (required)
Query Parameter —
pageable (required)
Query Parameter —
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Return type
String
Example data
Content-Type: application/json
""
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
String
Up
get /api/orders/{order-id}
(getOrderDetail)
Path parameters
order-id (required)
Path Parameter —
Return type
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Responses
200
OK
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 request header;
the media type will be conveyed by the 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 request header:
Request body
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 request header:
Request body
Responses
200
OK
Up
post /api/payments/confirm/widget
(confirmPayment)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
Example data
Content-Type: application/json
{
"key" : { }
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
JSONObject
Up
post /api/points/conditions
(creatPointCondition)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
PointConditionResponseDto
Up
get /api/points/conditions
(getAllPointConditions)
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
PointConditionResponseDto
(createPublisher)
Consumes
This API call consumes the following media types via the request header:
Request body
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
Example data
Content-Type: application/json
{
"publisherId" : 0,
"publisherName" : "publisherName"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
PublisherResponseDto
(createReview)
Consumes
This API call consumes the following media types via the request header:
Form parameters
reviewRequestDto (optional)
Form Parameter —
images (optional)
Form Parameter — format: binary
Return type
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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the 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 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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
Object
(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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
PageBookInfoResponseDto
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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
PageSellingBookAndBookResponseDto
Up
get /api/selling-books/{sellingBookId}
(getSellingBook)
Path parameters
sellingBookId (required)
Path Parameter — format: int64
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
BookDetailResponseDto
Up
get /api/selling-books/view-count
(getSellingBooksByViewCount)
Query parameters
sortDirection (optional)
Query Parameter — default: desc
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
Up
post /api/selling-books
(registerSellingBooks)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
SellinBookResponseDto
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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
(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
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 request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
(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 request header;
the media type will be conveyed by the 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
(saveTag)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
OK
Up
post /api/wrapping-papers
(createWrappingPaper)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
Long
Example data
Content-Type: application/json
0
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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
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 request header;
the media type will be conveyed by the response header.
Responses
200
OK
WrappingPaperDto
Up
get /api/wrapping-papers
(getWrappingPapers)
Return type
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 request header;
the media type will be conveyed by the 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 request header:
Request body
Return type
Long
Example data
Content-Type: application/json
0
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the 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
[ Jump to Methods ]
Table of Contents
AuthRequestDto
AuthResponseDto
AuthorRequestDto
AuthorResponseDto
BookDetailResponseDto
BookInfoResponseDto
BookRegisterDto
BookRegisterRequestDto
BookResponseDto
BookTagResponseDto
CategoryRegisterDto
CategoryResponseDto
CategorySimpleResponseDto
CertificationCreateRequestDto
CertificationCreateResponseDto
CertificationResponseDto
CertificationUpdateRequestDto
CertificationUpdateResponseDto
CreateCartBookRequestDto
DeleteCartBookRequestDto
DeleteCertificationResponseDto
DeliveryFeeCalculateRequestDto
DeliveryFeeCalculateResponseDto
DeliveryFeePolicyDto
DeliveryFeePolicySaveRequestDto
DeliveryFeePolicySaveResponseDto
DeliveryFeePolicyUpdateRequestDto
DeliveryFeePolicyUpdateResponseDto
FileUploadResponse
JSONObject
LastLoginRequestDto
LastLoginResponseDto
MemberAddressRequestDto
MemberAddressResponseDto
MemberAuthRequestDto
MemberAuthResponseDto
MemberCreateRequestDto
MemberCreateResponseDto
MemberDto
MemberEmailResponseDto
MemberGrade
MemberGradeCreateRequestDto
MemberIdResponseDto
MemberModifyByAdminRequestDto
MemberModifyRequestDto
MemberModifyResponseDto
MemberPointListResponseDto
MemberPointUseRequestDto
MemberSearchRequestDto
MemberSearchResponseDto
MemberStatus
MemberStatusCreateRequestDto
NonMemberOrderDetailAccessRequestDto
OrderCancelRequestDto
OrderDeliveryAddressDto
OrderDeliveryDto
OrderDeliveryRegisterRequestDto
OrderDetail
OrderDto
OrderProductAppliedCouponDto
OrderProductCancelRequestDto
OrderProductCouponDto
OrderProductDto
OrderProductRequestDto
OrderProductReturnDto
OrderProductReturnRequestDto
OrderProductStatusPatchRequestDto
OrderProductWrapping
OrderProductWrappingDto
OrderRequestDto
OrderResponseDto
OrderReturnSearchRequestDto
OrderSearchRequestDto
OrderStatusModifyRequestDto
PageAuthorResponseDto
PageBookInfoResponseDto
PageBookRegisterDto
PageBookResponseDto
PageCategoryResponseDto
PageCategorySimpleResponseDto
PageMemberSearchResponseDto
PageOrderDto
PageOrderProductReturnDto
PageReviewWithReviewImageDto
PageSellingBookAndBookResponseDto
PageTagResponseDto
Pageable
PageableObject
PaymentConfirmRequestDto
PaymentDto
PointConditionRequestDto
PointConditionResponseDto
PublisherRegisterDto
PublisherResponseDto
ReadCartBookResponseDto
ReviewResponseDto
ReviewWithReviewImageDto
SellinBookResponseDto
SellingBookAndBookResponseDto
SellingBookRegisterDto
SortObject
TagRegisterDto
TagResponseDto
UpdateCartBookRequestDto
UpdateLastLoginResponseDto
WrappingCreateSaveRequestDto
WrappingPaperDto
WrappingPaperUpdateRequestDto
api_reviews_body
objects_upload_file_body
objects_upload_files_body
reviews_reviewId_body
authorId (optional)
authorName (optional)
bookId (optional)
sellingBookId (optional)
bookTitle (optional)
bookIndex (optional)
bookDescription (optional)
bookPubDate (optional)
bookPriceStandard (optional)
sellingBookStock (optional)
sellingPrice (optional)
bookIsbn13 (optional)
publisherId (optional)
publisher (optional)
imageUrl (optional)
categories (optional)
authorName (optional)
status (optional)
likeCount (optional)
bookId (optional)
bookTitle (optional)
publisherName (optional)
categoryName (optional)
authorName (optional)
sellingBookPrice (optional)
bookPriceStandard (optional)
imageUrl (optional)
sellingBookId (optional)
bookId (optional)
bookTitle (optional)
bookPubDate (optional)
publisher (optional)
bookIsbn13 (optional)
standardBookPrice (optional)
imageUrl (optional)
categories (optional)
authors (optional)
bookId (optional)
bookTitle (optional)
bookIndex (optional)
bookDescription (optional)
bookPubDate (optional)
bookPriceStandard (optional)
bookIsbn13 (optional)
publisher (optional)
imageUrl (optional)
categories (optional)
authors (optional)
bookId (optional)
bookTitle (optional)
standardBookPrice (optional)
bookIsbn13 (optional)
bookPubDate (optional)
publisher (optional)
bookTagId (optional)
tagId (optional)
tagName (optional)
bookId (optional)
bookName (optional)
parentCategoryId (optional)
newCategoryName (optional)
categoryId (optional)
categoryName (optional)
categoryDepth (optional)
parentCategoryId (optional)
categoryId (optional)
categoryName (optional)
memberId (optional)
certification (optional)
memberAuthId (optional)
memberId (optional)
certification (optional)
memberId (optional)
memberName (optional)
certification (optional)
memberId (optional)
certification (optional)
sellingBookId (optional)
quantity (optional)
cartBookId (optional)
cartId (optional)
success (optional)
message (optional)
id (optional)
name (optional)
defaultDeliveryFee (optional)
freeDeliveryThreshold (optional)
name
defaultDeliveryFee
freeDeliveryThreshold
name
defaultDeliveryFee
freeDeliveryThreshold
email (optional)
lastLogin (optional)
defaultAddress (optional)
locationAddress
detailAddress
zipCode
nickName (optional)
recipient (optional)
recipientPhone (optional)
memberAddressId
defaultAddress (optional)
locationAddress
detailAddress
zipCode
nickName (optional)
recipient (optional)
recipientPhone (optional)
name
phone
email
birth
password
name
phone
email
birth
memberGradeName
memberStateName
memberId (optional)
name
phone
password
email
birth
memberGradeName
memberStateName
email
authName
password
memberStateName
memberGradeId (optional)
memberGradeName (optional)
conditionPrice (optional)
gradeChange (optional)
memberGradeName
conditionPrice
gradeChange
name
phone
email
birth
memberGradeName
memberStateName
originalEmail
name
phone (optional)
email (optional)
birth (optional)
memberGradeId (optional)
memberStateId (optional)
name
phone (optional)
email (optional)
birth (optional)
password (optional)
memberPointId
memberId
name (optional)
point (optional)
addDate (optional)
endDate (optional)
usingDate (optional)
type (optional)
email (optional)
usedPoint (optional)
page (optional)
size (optional)
name
phone
email
birth
memberGradeName
memberStateName
memberStateId (optional)
memberStateName (optional)
locationAddress
zipCode
detailAddress
recipient
recipientPhone
deliveryCompany (optional)
trackingNumber (optional)
registeredAt (optional)
deliveryCompany
trackingNumber
orderId (optional)
orderProducts (optional)
deliveryFee (optional)
orderPrice (optional)
orderedAt (optional)
deliveryWishDate (optional)
status (optional)
PAYMENT_PENDING
PAYMENT_COMPLETED
SHIPPED
DELIVERING
DELIVERED
PARTIALLY_CANCELED
ORDER_CANCELLED
RETURN_REQUESTED
RETURN_COMPLETED
usedPoint (optional)
couponDiscount (optional)
orderNumber (optional)
orderDeliveryAddress (optional)
orderDelivery (optional)
payment (optional)
id (optional)
orderedAt (optional)
orderStatus (optional)
PAYMENT_PENDING
PAYMENT_COMPLETED
SHIPPED
DELIVERING
DELIVERED
PARTIALLY_CANCELED
ORDER_CANCELLED
RETURN_REQUESTED
RETURN_COMPLETED
orderNumber (optional)
orderName (optional)
paymentAmount (optional)
orderer (optional)
couponId (optional)
discount (optional)
couponId (optional)
orderProductId (optional)
discount (optional)
orderProductId (optional)
imageUrl (optional)
bookId (optional)
bookTitle (optional)
quantity (optional)
price (optional)
status (optional)
orderProductWrapping (optional)
orderProductCoupons (optional)
couponDiscounts (optional)
productId
price
quantity
appliedCoupons (optional)
wrapping (optional)
id (optional)
reason (optional)
quantity (optional)
trackingNumber (optional)
requestedAt (optional)
completedAt (optional)
orderId (optional)
orderProductId (optional)
reason
quantity
trackingNumber
status
PAYMENT_PENDING
PAYMENT_COMPLETED
SHIPPED
DELIVERING
DELIVERED
PURCHASE_CONFIRMED
RETURN_REQUESTED
ORDER_CANCELLED
RETURN_COMPLETED
name (optional)
quantity (optional)
price (optional)
wrappingPaperId
quantity
price
orderType (optional)
MEMBER_ORDER
NON_MEMBER_ORDER
deliveryWishDate (optional)
usedPoint
orderProducts
orderDeliveryAddress
deliveryFee
orderPrice
memberEmail (optional)
nonMemberPassword (optional)
orderId (optional)
amount (optional)
orderName (optional)
trackingNumber (optional)
status (optional)
memberId (optional)
productName (optional)
orderDate (optional)
orderStatus (optional)
PAYMENT_PENDING
PAYMENT_COMPLETED
SHIPPED
DELIVERING
DELIVERED
PARTIALLY_CANCELED
ORDER_CANCELLED
RETURN_REQUESTED
RETURN_COMPLETED
orderNumber (optional)
status (optional)
PAYMENT_PENDING
PAYMENT_COMPLETED
SHIPPED
DELIVERING
DELIVERED
PARTIALLY_CANCELED
ORDER_CANCELLED
RETURN_REQUESTED
RETURN_COMPLETED
totalElements (optional)
totalPages (optional)
sort (optional)
size (optional)
content (optional)
number (optional)
first (optional)
last (optional)
numberOfElements (optional)
pageable (optional)
empty (optional)
totalElements (optional)
totalPages (optional)
sort (optional)
size (optional)
content (optional)
number (optional)
first (optional)
last (optional)
numberOfElements (optional)
pageable (optional)
empty (optional)
totalElements (optional)
totalPages (optional)
sort (optional)
size (optional)
content (optional)
number (optional)
first (optional)
last (optional)
numberOfElements (optional)
pageable (optional)
empty (optional)
totalElements (optional)
totalPages (optional)
sort (optional)
size (optional)
content (optional)
number (optional)
first (optional)
last (optional)
numberOfElements (optional)
pageable (optional)
empty (optional)
totalElements (optional)
totalPages (optional)
sort (optional)
size (optional)
content (optional)
number (optional)
first (optional)
last (optional)
numberOfElements (optional)
pageable (optional)
empty (optional)
totalElements (optional)
totalPages (optional)
sort (optional)
size (optional)
content (optional)
number (optional)
first (optional)
last (optional)
numberOfElements (optional)
pageable (optional)
empty (optional)
totalElements (optional)
totalPages (optional)
sort (optional)
size (optional)
content (optional)
number (optional)
first (optional)
last (optional)
numberOfElements (optional)
pageable (optional)
empty (optional)
totalElements (optional)
totalPages (optional)
sort (optional)
size (optional)
content (optional)
number (optional)
first (optional)
last (optional)
numberOfElements (optional)
pageable (optional)
empty (optional)
totalElements (optional)
totalPages (optional)
sort (optional)
size (optional)
content (optional)
number (optional)
first (optional)
last (optional)
numberOfElements (optional)
pageable (optional)
empty (optional)
totalElements (optional)
totalPages (optional)
sort (optional)
size (optional)
content (optional)
number (optional)
first (optional)
last (optional)
numberOfElements (optional)
pageable (optional)
empty (optional)
totalElements (optional)
totalPages (optional)
sort (optional)
size (optional)
content (optional)
number (optional)
first (optional)
last (optional)
numberOfElements (optional)
pageable (optional)
empty (optional)
totalElements (optional)
totalPages (optional)
sort (optional)
size (optional)
content (optional)
number (optional)
first (optional)
last (optional)
numberOfElements (optional)
pageable (optional)
empty (optional)
page (optional)
size (optional)
sort (optional)
sort (optional)
offset (optional)
unpaged (optional)
paged (optional)
pageNumber (optional)
pageSize (optional)
paymentKey
orderId
amount
usedPoint (optional)
amount (optional)
method (optional)
easyPayProvider (optional)
recordedAt (optional)
name (optional)
conditionPoint (optional)
conditionPercentage (optional)
status (optional)
id (optional)
name (optional)
conditionPoint (optional)
conditionPercentage (optional)
status (optional)
publisherId (optional)
publisherName (optional)
cartId (optional)
cartBookId (optional)
sellingBookId (optional)
bookTitle (optional)
sellingBookPrice (optional)
imageUrl (optional)
quantity (optional)
sellingBookStock (optional)
reviewId (optional)
memberId (optional)
orderProductId (optional)
score (optional)
content (optional)
memberId (optional)
reviewId (optional)
email (optional)
orderProductId (optional)
writeDate (optional)
score (optional)
content (optional)
imageUrls (optional)
sellingBookId (optional)
bookId (optional)
sellingBookPrice (optional)
sellingBookPackageable (optional)
sellingBookStock (optional)
sellingBookStatus (optional)
SELLING
SELLEND
DELETEBOOK
used (optional)
sellingBookViewCount (optional)
sellingBookId (optional)
bookId (optional)
bookTitle (optional)
sellingBookPrice (optional)
sellingBookPackageable (optional)
sellingBookStock (optional)
sellingBookStatus (optional)
SELLING
SELLEND
DELETEBOOK
used (optional)
sellingBookViewCount (optional)
imageUrl (optional)
publisher (optional)
categories (optional)
authors (optional)
bookId (optional)
sellingBookPrice (optional)
sellingBookPackageable (optional)
sellingBookStock (optional)
sellingBookStatus (optional)
SELLING
SELLEND
DELETEBOOK
sellingBookViewCount (optional)
used (optional)
empty (optional)
unsorted (optional)
sorted (optional)
tagId (optional)
tagName (optional)
cartBookId (optional)
sellingBookId (optional)
quantity (optional)
memberId (optional)
lastLogin (optional)
name
price
stock
imageFile
id (optional)
name (optional)
price (optional)
stock (optional)
imagePath (optional)
createdAt (optional)
name
price
stock
imageFile (optional)
reviewRequestDto
images (optional)
content
images (optional)