日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

亚马逊电商数据自动化管理接口平台体系设计

發布時間:2023/12/20 编程问答 36 豆豆
生活随笔 收集整理的這篇文章主要介紹了 亚马逊电商数据自动化管理接口平台体系设计 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

亞馬遜電商數據自動化管理接口平臺體系設計

重要說明

  • 本文章為亞馬遜系列其中的一篇,具體詳見 主頁 中亞馬遜分類
  • 該系列項目均為【CSDN輕夏】原創,未經允許禁止轉載
  • 如有疑問請添加qq群聊302493982學習咨詢

文章目錄

  • 亞馬遜電商數據自動化管理接口平臺體系設計
    • 物流信息LogisticsInformation
    • 統計Statistics
    • 購買Buy
    • 商品Product
    • 組織架構Organization
    • 費用國際匯率CostInternationalRate
    • 產品介紹 ProductIntroduce
    • enum
    • 上傳UpLoad

物流信息LogisticsInformation

  • 寄件信息
    • 收件人 recipients String
    • TEL TEL String
    • 收件人國家 country String
    • 收件人國際(中文) countryChina String
    • ZIP郵編 zipCode String
    • 州 state String
    • 市 city String
    • 街道 street String
    • 詳細信息 detial String
  • 國際物流
    • 運輸數量 number int
    • 中文名稱 name String
    • 英文名稱 englishName String
    • 重量 weight double
    • 體積
      • 長 long double
      • 寬 wide double
      • 高 high double
    • 物流類別一 logistics_kind
    • 物流類別二 logistics_second_kind
    • IOSS號 ioss
    • 運單號 transportNumber
    • 追蹤號 trackingNumber
    • 國際物流單號 InternationalTransportNumber
    • 國際跟蹤號 InternationalTrackingNumber
    • 國際運費 internationalMoney
    • 線路 route
    • 發貨時間 deliverTime
    • 物流狀態 deliverStatus
    • 物流時間 logisticsTime
    • 同步狀態 status Synchronization
    • 啟用 enable bool

統計Statistics

  • 訂單數totalNumber int
  • 銷售額saleTotalMoney double
  • 訂單到賬金額getTotalMoney double
  • 采購價purchaseMoney double
  • 傭金brokerage double
  • 運費transportMoney double
  • 虛發貨訂單數virtualDeliverNumber int
  • 虛發貨訂單數金額virtualDeliverMoney double
  • 虛發貨扣費傭金virtualDeliverBrokerage double
  • 退款扣費傭金refundBrokerage double
  • 利潤率profitRate double

購買Buy

  • 訂單號buyId int key
  • 上傳upLoad UpLoad
  • 購買數量 buyNumber int
  • 購買總價 buyTotalMoney double
  • 物流信息logisticsInformation LogisticsInformation
  • 商品product Product
  • 下單時間buyTime date
  • 店鋪名firmName String
  • 圖片Photo string ref
  • 亞馬遜單號amazonId String
  • 訂單金額buyMoney String
  • 亞馬遜傭金amazonProfit String
  • 到賬金額getMoney double
  • 當天匯率nowDayExchangeRate double
  • 采購價格purchasePrice double
  • 國際物流費internationalTransportMoney double
  • 國際物流凍結費
  • 國際物流修正值
  • 國內物流費nationalTransportMoney double
  • 平臺傭金platformMoney double
  • 打包費
  • 退貨費用returnMoney double
  • 利潤profit double
  • 狀態buyStatus BuyStatus
  • 備注 remark String
  • 狀態 status bool

商品Product

  • 序號int key
  • 產品編號productNumber long
  • 名稱productName String
  • 產品分類productKind String
  • 產品類型productInnerKind ProductKind
  • 上傳狀態loadStatus LoadStatus
  • 圖片Photo[]
    • 圖片Photo
      • 圖片名稱photoName String key
      • 圖片存儲位置photoPath String
      • 圖片啟用 enable bool
  • 變體Variant
    • 序號variantId int key
    • 變體名稱variantName String
    • SKU修正variantSKU String
    • 加價variantAddMoney double
    • 庫存inventory int
    • 總價variantTotalMoney double
    • UPC/EAN variantUPCEAN String
    • ASIN ASIN String
    • 圖片Photo[]
      • ref
  • 產品信息
    • 廠商名稱firmName String
    • 品牌名稱brandName String
    • 廠商編號firmId String
    • 產品來源productFrom String
    • 內部SKU innerSKU String
    • SKU修正 correctionSKU String
    • 來源網址 webPath String
    • 備注 remark String
  • 產品介紹
    • 中文產品介紹 chinaProductIntroduce ProductIntroduce
    • 法語產品介紹 franceProductIntroduce ProductIntroduce
    • 意大利語產品介紹 italyProductIntroduce ProductIntroduce
    • 西班牙語產品介紹 spainProductIntroduce ProductIntroduce
    • 德語產品介紹 germanyProductIntroduce ProductIntroduce
    • 荷蘭語產品介紹 netherlandsProductIntroduce ProductIntroduce
    • 瑞典語產品介紹 swedenProductIntroduce ProductIntroduce
    • 日語產品介紹 japaneseProductIntroduce ProductIntroduce
    • 多國語
      • 中國、美國、加拿大、巴西、墨西哥、英國、德國、法國、西班牙、意大利、荷蘭、日本、印度、澳大利亞、 瑞典、波蘭、阿聯酋、沙特、新加坡
  • 產品碼productCode String
  • 成本運費
    • 采購價格 buyPrice double
    • 國內運費inlandPrice double
    • 國外運費outlandPrice double
    • 庫存數量repertoryCount int
    • 包裝尺寸packageSize List
      • 長l double
      • 寬w double
      • 高h double
    • 包裝毛重packageWeight double
    • 利潤率profitRate double
    • 費用表格
      • 加拿大費用 canadaCostInternationalRate CostInternationalRate
      • 墨西哥費用 mexicoCostInternationalRate CostInternationalRate
      • 英國費用 englandCostInternationalRate CostInternationalRate
      • 法國費用 franceCostInternationalRate CostInternationalRate
      • 德國費用 germanyCostInternationalRate CostInternationalRate
      • 西班牙費用 spainCostInternationalRate CostInternationalRate
      • 荷蘭費用 netherlandsCostInternationalRate CostInternationalRate
      • 瑞典費用 swedenCostInternationalRate CostInternationalRate
      • 日本費用 japaneseCostInternationalRate CostInternationalRate
      • 多國語
        • 中國、美國、加拿大、巴西、墨西哥、英國、德國、法國、西班牙、意大利、荷蘭、日本、印度、澳大利亞、 瑞典、波蘭、阿聯酋、沙特、新加坡
  • 組織架構
    • 上架成員 upPeople int
  • 啟用
    • enable bool
  • 時間time date

組織架構Organization

  • 組織序號 organizationId int
  • 用戶名 name String
  • 賬號 userName String
  • 密碼 password String
  • 組織架構類別 organizationKind OrganizationKind
  • 組織名稱 organizationName String
  • 上級組織序號 upOrganization int
  • SKU前綴 skuPrefix String
  • 聯系人 contact String
  • 聯系電話 phoneNumber String
  • 余額 lastMoney String
  • 是否允許成員之間查看 isLook bool
  • 是否允許成員之間刪除 isDelete bool
  • 授權店鋪authorizedShops AuthorizedShops[]
    • 店鋪號碼 id int (key for organizationId)
    • 店鋪別名 shopRename String
    • 賬號 amazonName String
    • 授權時間 authorizedTime Date
    • 開戶區域 accountArea AccountArea
    • 買家編號 merchantId String
    • 授權令牌 authorizedId String
  • 創建時間 time date
  • 可用狀態 status bool

費用國際匯率CostInternationalRate

  • 運費 freightCost double
  • 售價 sellingCost double
  • 外幣 foreignCost double
  • 優化 optimize double
  • 最終售價 finalPrice double
  • 利潤 profit double

產品介紹 ProductIntroduce

  • 產品標題title String
  • 五點描述fiveDescribe String
  • 詳細描述detailDescribe String
  • 關鍵字key String

enum

  • 狀態BuyStatus
    • 虛發貨
    • 國際發貨
    • 采購
    • 完成
    • 退款
  • 分類類型ClassifyType
      • 家具戶外生活*
    • 分類類型太多的話使用String
  • Amazon類目AmazonClassifyType
  • 組織架構類別OrganizationKind
    • 超級管理員
    • 公司
    • 成員
  • 產品分類ProductKind
    • 重點
    • 原創
    • 海外
    • 采集
    • 其他
    • 產品庫
  • 上下架LoadDown
    • 上架
    • 下架
    • 過濾
    • 侵權
    • 屏蔽
  • 上傳狀態LoadStatus
    • 未上傳
    • 正在上傳
    • 已上傳
    • 上傳錯誤
  • 開戶區域 AccountArea
    • 結構
      • 名稱 name String
      • 授權國家 authorizedNational String
    • 數據
      • 北美(North America)
        • 美國、加拿大、墨西哥
      • 歐洲(Europe)
        • 英國、法國、德國、西班牙、意大利、荷蘭、瑞典
      • 日本(Japan)
        • 日本
      • 澳大利亞(Australia)
        • 澳大利亞
      • 印度(India)
        • 印度
      • 阿聯酋(United Arab Emirates)
        • 阿聯酋
      • 新加坡(Singapore)
        • 新加坡
      • 沙特阿拉伯(Saudi Arabia)
        • 沙特阿拉伯

上傳UpLoad

  • 本地上傳編號 id int
  • 授權賬戶 authorizedShops int(key)
  • 產品id productId
  • Amazon類目amazonClassifyType AmazonClassifyType
  • 分類節點id classifyId String
  • 分類類目classifyType ClassifyType
  • 更新時間updateTime
  • 上傳狀態loadStatus LoadStatus
  • 失敗原因 failReason String
  • 操作人operatePeople OperatePeople


總結

以上是生活随笔為你收集整理的亚马逊电商数据自动化管理接口平台体系设计的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。