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

    OrderResult(OrderResult)

    {
        "logisticsItems": [
            {
                "orderId": 0,
                "shippingItems": [
                    {
                        "imgUrl": "string",
                        "lineItemId": 0,
                        "num": 0,
                        "skuId": 0,
                        "skuProductUrl": "string",
                        "spuId": 0,
                        "status": 0,
                        "statusDes": "string",
                        "storeOrderLineItemId": "string",
                        "storeProductId": "string",
                        "storeSkuId": "string",
                        "storeVariantId": "string",
                        "title": "string",
                        "variantTitle": "string"
                    }
                ],
                "trackingCompany": "string",
                "trackingNumber": "string",
                "trackingUrl": "string"
            }
        ],
        "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,
            "platformDesc": "string",
            "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,
                "imgUrl": "string",
                "productId": 0,
                "quantity": 0,
                "status": 0,
                "statusDes": "string",
                "storeOrderLineItemId": "string",
                "storeProductId": "string",
                "storeSkuId": "string",
                "storeVariantId": "string",
                "title": "string",
                "type": 0,
                "unitPrice": 0
            }
        ]
    }
    Built with