Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

WinCL Shopping API

Shopping Controller

WinCL Shopping API is one of 44 APIs that WinCL publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Shopping. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 5 operations across 2 paths, and defines 11 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://api.wincl.io:443.

5 operations 2 paths 11 schemas 2 DELETE1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.wincl.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

WinCL Shopping API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (Bearer 토큰 값).

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 2 DELETE, 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Shopping 5

Shopping Controller

GET
/api/v1/shopping
장바구니 리스트
shoppingListUsingGET → 200401403404
PUT
/api/v1/shopping
장바구니 아이템 수량 변경
modifyShoppingItemUsingPUT body → 200201401403404916927
POST
/api/v1/shopping
장바구니 담기
insertShoppingUsingPOST body → 200201401403404916926927
DELETE
/api/v1/shopping
장바구니 아이템 삭제
deleteShoppingItemUsingDELETE body → 200204401403
DELETE
/api/v1/shopping/inactive
장바구니 판매불가능 아이템 삭제
deleteInactiveShoppingItemUsingDELETE → 200204401403

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are ShoppingBasket (19 properties), ShoppingBasketListResponse (8 properties), InsertShoppingResponse (6 properties), UpdateShoppingItemResponse (5 properties). Each schema is shown below with its type and property counts.

UpdateShoppingItemResponse
object
5 properties
ShoppingBasketListResponse
object
8 properties
UpdateShoppingDto
object
2 properties
InsertShoppingResponse
object
6 properties
DeleteShoppingRequest
object
1 property
ShoppingBasket
object
19 properties
WinclResponse
object
2 properties
WinclResponseData«InsertShoppingResponse»
object
3 properties
WinclResponseData«UpdateShoppingItemResponse»
object
3 properties
InsertShoppingRequest
object
3 properties
ModifyShoppingRequest
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wincl-shopping-api-openapi.yml Raw ↑

Other APIs WinCL publishes across the network.

WinCL Admin API
WinCL Admin Auth API
WinCL Admin FAQ API
WinCL Admin Hedera API
WinCL Admin Info API
WinCL Admin News API
WinCL Admin Notice API
WinCL Admin Order API
WinCL Admin Payment API
WinCL Admin Product API
WinCL Admin Project API
WinCL Admin QnA API