HyperSKU
HyperSKU
    • HyperSKU
      • Authentication
        • getToken
        • accessToken
        • refreshToken
      • Product
        • getPrivateProduct
        • getProductInfo
      • Logistics
        • getCountryCode
        • getLogisticsSku
        • /internationalLogisticsInfo/{storeOrderId}
      • Orders
        • cancelOrder
        • create
        • getCustomerInventoryInfo
        • getInventoryHistoryByOrderId
        • getInventoryInfo
        • getOrderInfos
        • getOrdersStatus
        • getStockOrderInfo
        • updateOrderAddress
      • Schemas
        • LoginReqDto
        • CountryCodeReponseDto
        • LoginResDto
        • CustomerInventoryDto
        • InternationalLogisticsInfo
        • OAuth2AccesTokenReq
        • LogisticsDetailDto
        • OAuth2RefreshTokenReq
        • LogisticsReponseDto
        • OAuth2TokenVo
        • LogisticsRequestDto
        • LogisticsResult
        • ObjectRestResponse
        • ObjectRestResponse«LogisticsResult»
        • ObjectRestResponse«OrderAddressInfo»
        • ObjectRestResponse«OrderResult»
        • ObjectRestResponse«OrderStatusInfo»
        • OrderAddressInfo
        • OrderBaseInfo
        • OrderCreateResponse
        • OrderInventoryHistoryDto
        • OrderInventoryResult
        • OrderItemInfo
        • OrderResult
        • OrderStatusInfo
        • OrdersGoodsDto
        • OrdersInfoDto
        • OrdersLogisticsDto
        • OrdersLogisticsTrackInfoVo
        • OrdersLogisticsTrackVo
        • OrdersShipGoodsAliVo
        • OrdersStatusDto
        • OrdersStatusResDto
        • ProductInfoDto
        • RegionCodeDto
        • ShippingAddressDto
        • SkuAttributesDto
        • SkuInfoDto
        • SkuItemDto
        • TableData«OrderInventoryResult»
        • TableData«OrderResult»
        • TableData«ProductInfoDto»
        • TableResultResponse«OrderInventoryResult»
        • TableResultResponse«OrderResult»
        • TableResultResponse«ProductInfoDto»

    OrderResult(OrderResult)

    {
        "orderAddressInfo": {
            "address1": "string",
            "address2": "string",
            "city": "string",
            "countryCode": "string",
            "countryName": "string",
            "firstName": "string",
            "idNo": "string",
            "lastName": "string",
            "phone": "string",
            "province": "string",
            "region": "string",
            "taxNo": "string",
            "vatNo": "string",
            "zip": "string"
        },
        "orderBaseInfo": {
            "actualAmount": 0,
            "amount": 0,
            "createTime": "2019-08-24T14:15:22.123Z",
            "currencyCode": "string",
            "currencySymbol": "string",
            "freight": 0,
            "goodsAmount": 0,
            "isPaid": true,
            "logisticsName": "string",
            "orderId": 0,
            "payTime": "2019-08-24T14:15:22.123Z",
            "platform": 0,
            "purchaseTime": "2019-08-24T14:15:22.123Z",
            "shelfTime": "2019-08-24T14:15:22.123Z",
            "status": 0,
            "statusDesc": "string",
            "storeOrderId": "string",
            "storeOrderNo": "string"
        },
        "orderItemInfos": [
            {
                "currencyCode": "string",
                "currencySymbol": "string",
                "goodsAttr": "string",
                "goodsId": 0,
                "id": 0,
                "productId": 0,
                "quantity": 0,
                "status": 0,
                "storeProductId": "string",
                "storeSkuId": "string",
                "type": 0,
                "unitPrice": 0
            }
        ]
    }
    Built with