Open-API
    • eBay fulfillment openAPI
    • OAuth
      • URL(getAuthorizationCode)
        GET
      • AccessToken
        POST
      • Refresh AccessToken
        POST
    • SKU
      • SKUCreation v3
        POST
      • SKUQuery v3
        POST
      • SKU Label
        POST
      • SKUSetupEFService
        POST
      • QuerySKUEFService
        POST
    • Stock
      • GetStockMovement
        POST
      • StockSnapshot v2
        POST
      • GetStockAge
        POST
    • Inbound
      • PlaceInboundOrder
        POST
      • Inbound Order List Query
        POST
      • Inbound Order Detail Query
        POST
      • Inbound Label Query
        POST
      • Upload TrackingNo
        POST
      • Upload Clearance Doc
        POST
    • Outbound
      • Place Outbound Order
        POST
      • Outbound Order Query v2
        POST
      • Outbound Order Cancellation
        POST
      • placeThirdPartyLabelOrder
        POST
    • Pricing
      • GetServiceList
      • Cost Estimation
      • Cost Estimation Request
      • Cost Estimation Response
    • VAS
      • placeVasOrder
      • queryVasOrderDetail
      • cancelVasOrder
    • Return
      • Create RMA
      • Get Return Label
      • Cancel RMA
      • Return Order Query
      • Return Stock Snapshot
      • Return Association
    • Transaction
      • transactionDetailsQuery
      • transactionQuery
    • Webhook
      • Outbound Callback Webhook Reception
    • Schemas
      • CommonTransactionDTO
      • CommonTransactionResponse
      • CommonTransactionQuery
      • CommonVendorRequestDtoCommonTransactionQuery

    CommonTransactionDTO

    公共流水响应DTO

    {
        "transactionNumber": "string",
        "billedOrderNumber": "string",
        "transactionTime": "string",
        "transactionTimestamp": 0,
        "serviceCountry": "string",
        "fulfillmentCenter": "string",
        "amount": 0,
        "subtotal": 0,
        "discount": 0,
        "vatAmount": 0,
        "balance": 0,
        "type": "string",
        "feeType": "string",
        "service": "string",
        "sellerOrderRefNo": "string",
        "skuParcel": "string",
        "paymentMethod": "string",
        "currency": "string",
        "orderType": "string",
        "channel": "string",
        "ebayId": "string",
        "ebayOrderId": "string",
        "trackingNo": "string",
        "remark": "string",
        "actualWeight": "string",
        "actualWeightUnit": "string",
        "billableWeight": "string",
        "billableWeightUnit": "string",
        "totalVolume": "string",
        "totalVolumeUnit": "string"
    }
    Built with