1. Master
V8STD
  • Index
  • Inventory
    • TrfRsAdj
      POST
    • GRConfirm
      POST
    • ItemStockOnHand
      POST
    • GRUpdate
      POST
    • QtyAdj
      POST
    • TrfRsOut
      POST
    • QtyAdjConfirm
      POST
    • StkCntUpdate
      POST
    • GoodsReturnUpdate
      POST
    • GoodsReturnConfirm
      POST
    • TrfRsIn
      POST
    • TrfReqConfirm
      POST
    • TrfReq
      POST
    • POUpdate
      POST
    • POStatusChange
      POST
    • TrfRsConfirm
      POST
  • Inventory Enquiry
    • enq_TrfRsOsNote
      POST
    • enq_TrfRs
      POST
  • Master
    • itemSearchTTPos
      POST
  • Master Export
    • barCodeExport
      POST
    • storeExport
      POST
    • staffExport
      POST
    • ReasonExport
      POST
    • itemPriceExport
      POST
    • itemMasterExport
      POST
    • tenderExport
      POST
  • Master Import
    • itemPriceImport
    • barcodeImport
    • itemMasterImport
    • staffImport
  • Sales
    • salesTransStd
    • salesValidate
    • salesVoid
    • salesMemoStdEnquiry
  • Vip
    • vipBonusAdjustVipStd
    • vipSearchVipStd
    • vipMasterBasicCreateVipStd
    • vipBonusEnquiryVipStd
  • Device Login
    • Get_APIKEY
  1. Master

itemSearchTTPos

测试中
POST
/ttposapi/rest/ttpos/enquiry/itemsearch
itemSearchTTPos_前台查货品信息

请求参数

Authorization
在 header 添加参数
apiKey
示例:
apiKey: ********************
Body 参数application/json

示例
{
    "storeCode": "BJ001",
    "itemCode": "10001111",
    "style": null,
    "itemOrgId": "000000",
    "vipGradeCenter": "*",
    "vipGrade": "*",
    "workingDate": "2024-07-01 10:00:00",
    "apiKey": "{{apiKey}}"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/ttposapi/rest/ttpos/enquiry/itemsearch' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "storeCode": "BJ001",
    "itemCode": "10001111",
    "style": null,
    "itemOrgId": "000000",
    "vipGradeCenter": "*",
    "vipGrade": "*",
    "workingDate": "2024-07-01 10:00:00",
    "apiKey": "{{apiKey}}"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "asynCode": null,
    "asynMessage": null,
    "asynStatus": 0,
    "className": "com.techtrans.api.mobile.ttpos.website.ItemSearchResponse",
    "errorCode": 0,
    "errorLog": null,
    "errorMessage": null,
    "salesItem": [
        {
            "color": null,
            "currAltPrice": 13500,
            "currSellingPrice": 13500,
            "desci": "实木圆桌1.35 1桌椅子",
            "extraInfo": {
                "alt2PluFactor": 0,
                "altItem": "",
                "colorDesci": null,
                "defSuppCode": null,
                "discontinueDate": null,
                "exStk2Sales": 1,
                "giftcertItem": 0,
                "inactiveDate": null,
                "itemDesci": null,
                "itemLotMethod": "00001",
                "itemRemark": null,
                "itemTaxGroup": "1",
                "labelType": null,
                "launchDate": null,
                "longDesc": null,
                "mainPhoto": "http://172.31.1.116:8180/posservice/webjars/template/resource/empty.png",
                "packMethod": null,
                "promInfo": null,
                "recommendItem": [],
                "relatedItem": [],
                "replPackQty": 1,
                "salesUnit": "PC",
                "salesUnitLangMap": {},
                "sameMemoItem": [
                    {
                        "desc": "实木沙发1+2+3",
                        "itemOrgId": "000000",
                        "longDesc": null,
                        "mainPhoto": "http://172.31.1.116:8180/posservice/webjars/template/resource/empty.png",
                        "originalPrice": 12000,
                        "sellingPrice": 12000,
                        "style": "10001112"
                    },
                    {
                        "desc": "限量版襯衣",
                        "itemOrgId": "000000",
                        "longDesc": null,
                        "mainPhoto": "http://172.31.1.116:8180/posservice/webjars/template/resource/empty.png",
                        "originalPrice": 6000,
                        "sellingPrice": 6000,
                        "style": "10002222"
                    }
                ],
                "sizeGroup": null,
                "stkUnit": "PC",
                "storeChoice": "#000000#"
            },
            "group0": "LEO",
            "group1": null,
            "group10": null,
            "group11": null,
            "group12": null,
            "group13": null,
            "group14": null,
            "group15": null,
            "group16": null,
            "group17": null,
            "group18": null,
            "group19": null,
            "group2": null,
            "group20": null,
            "group21": null,
            "group22": null,
            "group23": null,
            "group24": null,
            "group25": null,
            "group26": null,
            "group27": null,
            "group28": null,
            "group29": null,
            "group3": null,
            "group4": null,
            "group5": null,
            "group6": null,
            "group7": null,
            "group8": null,
            "group9": null,
            "invtType": 0,
            "itemCode": "10001111",
            "itemLotNum": "*",
            "itemOption": "A",
            "itemOrgId": "000000",
            "lineNumber": null,
            "longDesc": null,
            "maxPrice": 13500,
            "minPrice": 0,
            "originalPrice": 13500,
            "plu": "10001111",
            "qoh": null,
            "qty": null,
            "salesExclusive": null,
            "size": null
        }
    ]
}
🟢200处理数据失败
🟠404响应失败
修改于 2026-04-09 04:35:18
上一页
enq_TrfRs
下一页
barCodeExport
Built with