curl --location --request GET 'http://api.dev.spotterio.com/spotter-supplier-web/product/management/basic/detail' \
--header 'x-tag-header: fee_oa' \
--header 'x-app: gmesh' \
--header 'x-group-header: local' \
--header 'Authentication-Token: 1777952904371318786_60fa3124b6c34deeb9d76315bfbf2499'
{
"code": 200,
"data": {
"detail": {
"companyId": 0,
"companyCode": "string",
"companyName": "string",
"brandId": 0,
"brandName": "string",
"packageCertificationStatus": "string",
"topCategory": "string",
"finalCategory": [
"string"
]
},
"operations": {
"accountManagerId": "string",
"accountManagerName": "string",
"orgId": 0,
"orgName": "string",
"svcAccountCode": "string",
"vcAccountCode": "string"
},
"price": {
"msrp": 0,
"price": 0,
"discount": 0,
"spotterMargin": [
{
"rate": 0,
"vendorCode": "string"
}
],
"poCostPrice": [
{
"price": 0,
"vendorCode": "string"
}
],
"dfCostPrice": [
{
"price": 0,
"vendorCode": "string"
}
],
"diCostPrice": [
{
"price": 0,
"vendorCode": "string"
}
],
"netPpmRate": [
{
"rate": 0,
"vendorCode": "string"
}
],
"vcQuotationAgreementCode": "string"
},
"storage": {
"feePerPiece": 0,
"feePerCase": 0,
"freeLeaseDays": 0,
"itemsPerInnerPack": 0,
"storageFeeAgreementCode": "string"
}
},
"tracerId": "cfff6f8391cf467f9d262e4ec48c15c7",
"msg": {
"defaultValue": "你的名字是:{name}",
"params": {
"name": "key"
},
"i18nKey": "spotter.i18n.com.spotter.i18n.web.impl.business.failure.cause.system.busy.2"
}
}