{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
免运费
Yami

Nickname

请告诉我们怎么更好地称呼你

更新你的名字
账户 订单 收藏
{{ inviteNavTitle }}
退出登录

切换配送区域

不同区域的库存和配送时效可能存在差异.

历史邮编

{{email ? __('Got it!') : __('Restock Alert')}}

我们将在商品到货后第一时间通知你。

取消
Yami

京东图书

服务计算技术丛书:SOA服务设计原则(英文版)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

服务计算技术丛书:SOA服务设计原则(英文版)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
后结束
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
后结束促销
后开始秒杀 后结束秒杀
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) 详情
商品有效期

已下架

当前地址无法配送
已售完

商品描述

展开全部描述
编辑推荐

《SOA服务设计原则(英文版)》主要介绍了SOA基础和SOA设计原则,包括服务协议、服务耦合、服务抽象、服务可重用、服务自治、服务状态管理、服务发现、服务组合的设计原则和应用案例,最后对SOA和面向对象的设计方法进行了对比,在附录中给出SOA的服务交付、分析、服务建模、服务设计等参考流程。本书对业务工程进行了彻底的研究,引领读者学习了综合的、深入的、可视化的面向服务设计范例,精确地揭示了现实中的SOA服务应该如何设计。
内容简介

成功使用面向服务架构(SOA)的关键在于理解其最基本的组成模块——服务的含义和重要性。《服务计算技术丛书:SOA服务设计原则(英文版)》首先简要介绍了SOA与服务计算的概念和特点,然后着重阐述了8个核心设计原则:标准化服务合约、服务松散耦合、服务抽象、服务可复用性、服务自治、服务无状态性、服务可发现性和服务可组合性,每个设计原则都附有详细的设计范例。全书结构清晰、深入浅出,而且附有与《SOA设计模式》中关键设计模式之间的交叉参考。通过学习本书,读者能够学会如何设计现实中的SOA。
《服务计算技术丛书:SOA服务设计原则(英文版)》可供SOA领域的软件架构师、高级软件工程师、分析师、应用科研人员等参考学习。
目录

Preface
Chapter 1:Introduction
1.1 Objectives of this Book
1.2 Who this Book Is For
1.3 What this Book Does Not Cover
Topics Covered by Other Books
SOA Standardization Efforts
1.4 How this Book Is Organized
Part I:Fundamentals
Part II:Design Principles
Part III:Supplemental
Appendices
1.5 Symbols,Figures,and Style Conventions
Symbol Legend
How Color Is Used
The Service Symbol
1.6 Additional Information
Updates,Errata,and Resources(www.soabooks.com)
Master Glossary(www.soaglossary.com)
Referenced Specifications(www.soaspecs.com)
Service-Oriented Computing Poster(www.soaposters.com)
The SOA Magazine(www.soamag.com)
Notification Service
Contact the Author

Chapter 2:Case Study
2.1 Case Study Background:Cutit Saws Ltd
History
Technical Infrastructure and Automation Environment
Business Goals and Obstacles
PART I:FUNDAMENTALS

Chapter 3:Service-Oriented Computing and SOA
3.1 Design Fundamentals
Design Characteristic
Design Principle
Design Paradigm
Design Pattern
Design Pattern Language
Design Standard
Best Practice
A Fundamental Design Framework
3.2 Introduction to Service-Oriented Computing
Service-Oriented Architecture
Service-Orientation,Services,and Service-Oriented Solution Logic
Service Compositions
Service Inventory
Understanding Service-Oriented Computing Elements
Service Models
SOA and Web Services
Service Inventory Blueprints
Service-Oriented Analysis and Service Modeling
Service-Oriented Design
Service-Oriented Architecture:Concepts,Technology,and Design
3.3 Goals and Benefits of Service-Oriented Computing
Increased Intrinsic Interoperability
Increased Federation
Increased Vendor Diversification Options
Increased Business and Technology Domain Alignment
Increased ROI
Increased Organizational Agility
Reduced IT Burden
3.4 Case Study Background

Chapter 4:Service-Orientation
4.1 Introduction to Service-Orientation
Services in Business Automation
Services Are Collections of Capabilities
Service-Orientation as a Design Paradigm
Service-Orientation and Interoperability
4.2 Problems Solved by Service-Orientation
Life Before Service-Orientation
The Need for Service-Orientation
4.3 Challenges Introduced by Service-Orientation
Design Complexity
The Need for Design Standards
Top-Down Requirements
Counter-Agile Service Delivery in Support of Agile Solution Delivery
Governance Demands
4.4 Additional Considerations
It Is Not a Revolutionary Paradigm
Enterprise-wide Standardization Is Not Required
Reuse Is Not an Absolute Requirement
4.5 Effects of Service-Orientation on the Enterprise
Service-Orientation and the Concept of""Application""
Service-Orientation and the Concept of""Integration""
The Service Composition
Application,Integration,and Enterprise Architectures
4.6 Origins and Influences of Service-Orientation
Object-Orientation
Web Services
Business Process Management(BPM)
Enterprise Application Integration(EAI)
Aspect-Oriented Programming(AOP)
4.7 Case Study Background

Chapter 5:Understanding Design Principles
5.1 Using Design Principles
Incorporate Principles within Service-Oriented Analysis
Incorporate Principles within Formal Design Processes
Establish Supporting Design Standards
Apply Principles to a Feasible Extent
5.2 Principle Profiles
5.3 Design Pattern References
5.4 Principles that Implement vs.Principles that Regulate
5.5 Principles and Service Implementation Mediums
""Capability""vs.""Operation""vs.""Method""
5.6 Principles and Design Granularity
Service Granularity
Capability Granularity
Data Granularity
Constraint Granularity
Sections on Granularity Levels
5.7 Case Study Background
The Lab Project Business Process
PART II:DESIGN PRINCIPLES

Chapter 6:Service Contracts(Standardization and Design)
6.1 Contracts Explained
Technical Contracts in Abstract
Origins of Service Contracts
6.2 Profiling this Principle
6.3 Types of Service Contract Standardization
Standardization of Functional Service Expression
Standardization of Service Data Representation
Standardization of Service Policies
6.4 Contracts and Service Design
Data Representation Standardization and Transformation Avoidance
Standardization and Granularity
Standardized Service Contracts and Service Models
How Standardized Service Contract Design Affects Other Principles
6.5 Risks Associated with Service Contract Design
Versioning
Technology Dependencies
Development Tool Deficiencies
6.6 More About Service Contracts
Non-Technical Service Contract Documents
Web Service Contract Design for SOA
6.7 Case Study Example
Planned Services
Design Standards
Standardized WSDL Definition Profiles
Standardized XML Schema Definitions
Standardized Service and Data Representation Layers
Service Descriptions
Conclusion

Chapter 7:Service Coupling(Intra-Service and Consumer Dependencies)
7.1 Coupling Explained
Coupling in Abstract
Origins of Software Coupling
7.2 Profiling this Principle
7.3 Service Contract Coupling Types
Logic-to-Contract Coupling(the coupling of service logic to the service contract)
Contract-to-Logic Coupling(the coupling of the service contract to its logic)
Contract-to-Technology Coupling(the coupling of the service contract to its underlying technology)
Contract-to-Implementation Coupling(the coupling of the service contract to its implementation environment)
Contract-to-Functional Coupling(the coupling of the service contract to external logic)
7.4 Service Consumer Coupling Types
Consumer-to-Implementation Coupling
Standardized Service Coupling and Contract Centralization
Consumer-to-Contract Coupling
Measuring Consumer Coupling
7.5 Service Loose Coupling and Service Design
Coupling and Service-Orientation
Service Loose Coupling and Granularity
Coupling and Service Models
How Service Loose Coupling Affects Other Principles
7.6 Risks Associated with Service Loose Coupling
Limitations of Logic-to-Contract Coupling
Problems when Schema Coupling Is""too loose""
7.7 Case Study Example
Coupling Levels of Existing Services
Introducing the InvLegacyAPI Service
Service Design Options

Chapter 8:Service Abstraction(Information Hiding and Meta Abstraction Types)
8.1 Abstraction Explained
Origins of Information Hiding
8.2 Profiling this Principle
Why Service Abstraction Is Needed
8.3 Types of Meta Abstraction
Technology Information Abstraction
Functional Abstraction
Programmatic Logic Abstraction
Quality of Service Abstraction
Meta Abstraction Types and the Web Service Regions of Influence
Meta Abstraction Types in the Real World
8.4 Measuring Service Abstraction
Contract Content Abstraction Levels
Access Control Levels
Abstraction Levels and Quality of Service Meta Information
8.5 Service Abstraction and Service Design
Service Abstraction vs.Service Encapsulation
How Encapsulation Can Affect Abstraction
Service Abstraction and Non-Technical Contract Documents
Service Abstraction and Granularity
Service Abstraction and Service Models
How Service Abstraction Affects Other Principles
8.6 Risks Associated with Service Abstraction
Multi-Consumer Coupling Requirements
Misjudgment by Humans
Security and Privacy Concerns
8.7 Case Study Example
Service Abstraction Levels
Operation-Level Abstraction Examples

Chapter 9:Service Reusability(Commercial and Agnostic Design)
9.1 Reuse Explained
Reuse in Abstract
Origins of Reuse
9.2 Profiling this Principle
9.3 Measuring Service Reusability and Applying Commercial Design
Commercial Design Considerations
Measures of Planned Reuse
Measuring Actual Reuse
Commercial Design Versus Gold-Plating
9.4 Service Reuse in SOA
Reuse and the Agnostic Service
The Service Inventory Blueprint
9.5 Standardized Service Reuse and Logic Centralization
Understanding Logic Centralization
Logic Centralization as an Enterprise Standard
Logic Centralization and Contract Centralization
Centralization and Web Services
Challenges to Achieving Logic Centralization
9.6 Service Reusability and Service Design
Service Reusability and Service Modeling
Service Reusability and Granularity
Service Reusability and Service Models
How Service Reusability Affects Other Principles
9.7 Risks Associated with Service Reusability and Commercial Design
Cultural Concerns
Governance Concerns
Reliability Concerns
Security Concerns
Commercial Design Requirement Concerns
Agile Delivery Concerns
9.8 Case Study Example
The Inventory Service Profile
Assessing Current Capabilities
Modeling for a Targeted Measure of Reusability
The New EditItemRecord Operation
The New ReportStockLevels Operation
The New AdjustItemsQuantity Operation
Revised Inventory Service Profile

Chapter 10:Service Autonomy(Processing Boundaries and Control)
10.1 Autonomy Explained
Autonomy in Abstract
Origins of Autonomy
10.2 Profiling this Principle
10.3 Types of Service Autonomy
Runtime Autonomy(execution)
Design-Time Autonomy(governance)
10.4 Measuring Service Autonomy
Service Contract Autonomy(services with normalized contracts)
Shared Autonomy
Service Logic Autonomy(partially isolated services)
Pure Autonomy(isolated services)
Services with Mixed Autonomy
10.5 Autonomy and Service Design
Service Autonomy and Service Modeling
Service Autonomy and Granularity
Service Autonomy and Service Models
How Service Autonomy Affects Other Principles
10.6 Risks Associated with Service Autonomy
Misjudging the Service Scope
Wrapper Services and Legacy Logic Encapsulation
Overestimating Service Demand
10.7 Case Study Example
Existing Implementation Autonomy of the GetItem Operation
New Operation-Level Architecture with Increased Autonomy
Effect on the Run Lab Project Composition

Chapter 11:Service Statelessness(State Management Deferral and Stateless Design)
11.1 State Management Explained
State Management in Abstract
Origins of State Management
Deferral vs.Delegation
11.2 Profiling this Principle
11.3 Types of State
Active and Passive
Stateless and Stateful
Session and Context Data
11.4 Measuring Service Statelessness
Non-Deferred State Management(low-to-no statelessness)
Partially Deferred Memory(reduced statefulness)
Partial Architectural State Management Deferral(moderate statelessness)
Full Architectural State Management Deferral(high statelessness)
Internally Deferred State Management(high statelessness)
11.5 Statelessness and Service Design
Messaging as a State Deferral Option
Service Statelessness and Service Instances
Service Statelessness and Granularity
Service Statelessness and Service Models
How Service Statelessness Affects Other Principles
11.6 Risks Associated with Service Statelessness
Dependency on the Architecture
Increased Runtime Performance Demands
Underestimating Delivery Effort
11.7 Case Study Example
Solution Architecture with State Management Deferral
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Step 7

Chapter 12:Service Discoverability(Interpretability and Communication)
12.1 Discoverability Explained
Discovery and Interpretation,Discoverability and Interpretability in Abstract
Origins of Discovery
12.2 Profiling this Principle
12.3 Types of Discovery and Discoverability Meta Information
Design-Time and Runtime Discovery
Discoverability Meta Information
Functional Meta Data
Quality of Service Meta Data
12.4 Measuring Service Discoverability
Fundamental Levels
Custom Rating System
12.5 Discoverability and Service Design
Service Discoverability and Service Modeling
Service Discoverability and Granularity
Service Discoverability and Policy Assertions
Service Discoverability and Service Models
How Service Discoverability Affects Other Principles
12.6 Risks Associated with Service Discoverability
Post-Implementation Application of Discoverability
Application of this Principle by Non-Communicative Resources
12.7 Case Study Example
Service Profiles(Functional Meta Information)
Related Quality of Service Meta Information

Chapter 13:Service Composability(Composition Member Design and Complex Compositions)
13.1 Composition Explained
Composition in Abstract
Origins of Composition
13.2 Profiling this Principle
13.3 Composition Concepts and Terminology
Compositions and Composition Instances
Composition Members and Controllers
Service Compositions and Web Services
Service Activities
Composition Initiators
Point-to-Point Data Exchanges and Compositions
Types of Compositions
13.4 The Complex Service Composition
Stages in the Evolution of a Service Inventory
Defining the Complex Service Composition
Preparing for the Complex Service Composition
13.5 Measuring Service Composability and Composition Effectiveness Potential
Evolutionary Cycle States of a Composition
Composition Design Assessment
Composition Runtime Assessment
Composition Governance Assessment
Measuring Composability
13.6 Composition and Service Design
Service Composability and Granularity
Service Composability and Service Models
Service Composability and Composition Autonomy
Service Composability and Orchestration
How Service Composability Affects Other Principles
13.7 Risks Associated with Service Composition
Composition Members as Single Points of Failure
Composition Members as Performance Bottlenecks
Governance Rigidity of""Over-Reuse""in Compositions
13.8 Case Study Example
PART III:SUPPLEMENTAL

Chapter 14:Service-Orientation and Object-Orientation:A Comparison of Principles and Concepts
14.1 A Tale of Two Design Paradigms
14.2 A Comparison of Goals
Increased Business Requirements Fulfillment
Increased Robustness
Increased Extensibility
Increased Flexibility
Increased Reusability and Productivity
14.3 A Comparison of Fundamental Concepts
Classes and Objects
Methods and Attributes
Messages
Interfaces
14.4 A Comparison of Design Principles
Encapsulation
Inheritance
Generalization and Specialization
Abstraction
Polymorphism
Open-Closed Principle(OCP)
Don恡 Repeat Yourself(DRY)
Single Responsibility Principle(SRP)
Delegation
Association
Composition
Aggregation
14.5 Guidelines for Designing Service-Oriented Classes
Implement Class Interfaces
Limit Class Access to Interfaces
Do Not Define Public Attributes in Interfaces
Use Inheritance with Care
Avoid Cross-Service""has-a""Relationships
Use Abstract Classes for Modeling,Not Design
Use Fa?ade Classes

Chapter 15:Supporting Practices
15.1 Service Profiles
Service-Level Profile Structure
Capability Profile Structure
Additional Considerations
15.2 Vocabularies
Service-Oriented Computing Terms
Service Classification Terms
Types and Associated Terms
Design Principle Application Levels
15.3 Organizational Roles
Service Analyst
Service Architect
Service Custodian
Schema Custodian
Policy Custodian
Service Registry Custodian
Technical Communications Specialist
Enterprise Architect
Enterprise Design Standards Custodian(and Auditor)

Chapter 16:Mapping Service-Orientation Principles to Strategic Goals
16.1 Principles that Increase Intrinsic Interoperability
16.2 Principles that Increase Federation
16.3 Principles that Increase Vendor Diversification Options
16.4 Principles that Increase Business and Technology Domain Alignment
16.5 Principles that Increase ROI
16.6 Principles that Increase Organizational Agility
16.7 Principles that Reduce the Overall Burden of IT
PART IV:APPENDICES
Appendix A:Case Study Conclusion
Appendix B:Process Descriptions
B.1 Delivery Processes
Bottom-Up vs. Top-Down
The Inventory Analysis Cycle
Inventory Analysis and Service-Oriented Design
Choosing a Delivery Strategy
B.2 Service-Oriented Analysis Process
Define Analysis Scope
Identify Affected Systems
Perform Service Modeling
B.3 Service Modeling Process
B.4 Service-Oriented Design Processes
Design Processes and Service Models
Service Design Processes and Service-Orientation
Appendix C:Principles and Patterns Cross-Reference
Additional Resources
About the Author
About the Photos
Index
精彩书摘

Learning from one’s mistakes is one of the most essential principles of life. As the old saying goes, “One cannot achieve success without failure.” When I hear that saying I sometimes mentally append it with “…unless one happens to be lucky.” While there may be some truth to this, the fact is that luck is not something we want to ever have to depend on when building service-oriented architecture (SOA). Optimistic project plans or risk assessments qualified with “…as long as we get lucky” won’t have much success instilling confidence (or receiving funding).
Apersonal mantra of mine that has emerged from involvement in numerous SOA projects preaches that “the key to successfully doing something is in successfully understanding what you’re doing.” Again, disregarding the luck factor, this philosophy is very relevant to service-oriented computing and forms the basis and purpose of this book.
The content provided in the upcoming chapters is intended to help you become a “true” SOA professional. By that I mean someone who has a clear vision of what it means for a software program to be “service-oriented,” who can speak about service-oriented computing from a real-world perspective, and who approaches the design of services with a deep insight into the dynamics behind service-orientation.
Furthermore, such an individual requires the ability to assess options in technology, design, development, delivery, and governance―all important success factors in SOA initiatives. What this translates into for the SOA professional is a need for an increased level of judgment.
Judgment can be seen as a combination of common sense plus a sound knowledge of whatever is being judged. In the world of SOA projects, this points to two specific areas: a need to understand service-oriented computing with absolute clarity and a need to understand your own environments, constraints, and strategic goals just as well. With this range of knowledge, you can leverage what the service-oriented computing platform has to offer in order to fulfill your strategic goals within whatever boundaries you are required to operate.
In theory this makes sense, but there is still something important missing from this formula. Nothing helps raise the level of one’s judgment more than actual experience. There’s no better way to truly appreciate the strategic potential of service-oriented computing and the spectrum of challenges that come with its adoption, than to personally go through the motions of a typical enterprise SOA project. This book can’t replace real-world experience, but it strives to be the next best thing.
1.1 Objectives of this Book The focus of this book is first and foremost on the design of services for SOA. There is a constant emphasis on how and where design principles can and should be applied with the ultimate goal of producing high quality services.
Specifically, this book has the following objectives: . to clearly establish the criteria for solution logic to be classified as “service-oriented” . to provide complete coverage of the service-orientation design paradigm . to document specific design characteristics realized by the application of individual design principles . to describe how the application of each principle affects others . to explain the link between the design characteristics realized by serviceorientation and the strategic goals associated with SOA and service-oriented computing . to establish the origins of service-orientation and identify how this paradigm differs from other design approaches Essentially, this guide intends to provide practical, comprehensive, and in-depth coverage of the service-orientation design paradigm, which encompasses the official definition and detailed explanation of eight key principles, each of which is explored in a separate chapter.
1.2 Who this Book Is For
As a guide dedicated to service design, this book will be useful to IT professionals interested in or involved with technology architecture, systems analysis, and solution design. Specifically, this book will be helpful to developers, analysts, and architects who: . want to know how to design services for SOA so that they fully support the goals and benefits of service-oriented computing . want to understand the service-orientation design paradigm . want to learn about how SOA and service-orientation relate to and can be implemented through Web services . want in-depth guidance for designing different types of services . want an understanding of how services need to be designed in support of complex service aggregation and composition . want to learn about design considerations that apply not just to the entire service, but also to individual service capabilities . want to better comprehend how services can and should relate to each other . want deep insight into how service contracts should be shaped in support of service-orientation . want to know how to determine the appropriate levels of service, apability, data, and constraint granularity . want an awareness of how WSDL, XML schema, and WS-Policy definitions are best positioned within service designs . want to understand the origins of service-orientation and how specifically it differs from object-orientation . will be involved with creating design standards for SOA-based solutions 1.3 What this Book Does Not Cover SOA and service-oriented computing represent broad subject matters. Many books can be written to explore various aspects of technology, architecture, analysis, and design.
This book is focused solely on service engineering and the science of service design. Topics Covered by Other Books Aprimary objective of the Prentice Hall Service-Oriented Computing Series from Thomas Erl is to establish a library of complementary books dedicated to service-oriented computing.
To accomplish this, an effort has been made to minimize overlap between this title and others in the series.
For example, even though service design touches upon numerous architectural issues, it is important to acknowledge that this is a book about designing services for SOA, not about designing SOA itself. The companion title, SOA: Design Patterns, provides a catalog of patterns, many of which deal directly with architectural design.
1.3 What this Book Does Not Cover 5
Furthermore, this book is not a tutorial about Web services or SOA fundamentals. Several books have already covered this ground sufficiently. Although some chapters provide introductory coverage of service-oriented computing, they do not go into detail.
A number of sections also assume some knowledge of WSDL, XML schema, and WSPolicy.
Basic tutorials for these technologies and structured “how-to” content for SOA is provided in Service-Oriented Architecture: Concepts, Technology, and Design, another official companion guide also part of this book series.
Finally, although this book includes a number of case study examples, it does not provide full code samples of implemented services or service contracts. The book Web Service Contract Design for SOA is wholly dedicated to the design of Web service contracts and provides both basic and advanced tutorials for WSDL, XML schema, WS-Policy, SOAP, and WS-Addressing. Additionally, several other series titles in development are dedicated to supplying comprehensive coverage of how to build services using different development platforms, such as .NET and Java.
……

规格参数

品牌 京东图书
品牌属地 中国
ISBN 9787030336026
著者 [美]Thomas Erl
出版社 科学出版社
印刷时间 2012-03-01
用纸 胶版纸
包装 平装
出版时间 2012-03-01
页数 577
语言 英文
版次 1

免责声明

产品价格、包装、规格等信息如有调整,恕不另行通知。我们尽量做到及时更新产品信息,但请以收到实物为准。使用产品前,请始终阅读产品随附的标签、警告及说明。

查看详情
加入收藏
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
数量
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
由 京东图书 销售
送至
{{ __("Ship to United States only") }}
满$69免运费
正品保证

已加入购物车

继续逛逛

为你推荐

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

优惠券

{{ coupon.coupon_name_new | formatCurrency }}
领取 已领取 已领完
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
即将过期: {{ formatTime(coupon.use_end_time) }}

分享给好友

取消

亚米礼卡专享价

使用礼卡支付即可获得礼卡专享价

规则说明

礼卡专享价是部分商品拥有的特殊优惠价格;

购买礼卡专享价商品时,若在结算时使用电子礼卡抵扣支付,且礼卡余额足够支付订单中所有礼卡专享价商品的专享价总和,则可以启用礼卡专享价;

不使用礼卡支付,或礼卡余额不满足上一条所述要求时,将无法启用礼卡专享价,按照普通售价计算,但您仍然可以购买这些商品;

在购买礼卡专享价商品时,若余额不足,可以在购物车或结算页中点击“充值”按钮对礼卡进行购买和充值;

商品若拥有礼卡专享价,会显示“专享”的特殊价格标记;

如有疑问,请随时联系客服;

礼卡专享价相关规则最终解释权归亚米所有。

由 亚米 销售

服务保障

Yami 满$49免运费
Yami 无忧退换
Yami 从美国发货

配送信息

  • 美国

    标准配送 $5.99(不包含阿拉斯加,夏威夷),最终价满$49免运费

    本地配送$5.99(加州,纽约州,新泽西,麻省和宾夕法尼亚,以上州部分地区);最终价满$49免运费

    两日达(包含阿拉斯加夏威夷)运费$19.99起

退换政策

亚米网希望为我们的客户提供最优秀的售后服务,让所有人都能放心在亚米购物。亚米自营商品在满足退换货条件的情况下,可在收到包裹的30天之内退换商品(食品因商品质量问题7天内可退换;为了确保每位客户都能获得安全和高质量的商品,对于美妆类产品,一经开封或使用即不提供退款或退货服务,质量问题除外;其他特殊商品需联系客服咨询)。
感谢您的理解和支持。

查看详情

由 亚米 销售

亚米电子礼品卡使用规则

若购买时选择自动充值,订单完成后礼卡将自动充值到您的账户中;

若购买时选择发送邮件,订单完成后系统将自动发送卡号和密码到您填写的邮箱;

发送邮件时,任何用户均可使用邮件中的卡号密码进行礼卡充值,请妥善保管邮件信息。

如接收邮件遇到问题,请联系客服处理;

发送邮件时,若礼卡没有被兑换,可以补发邮件。若已经被其他用户兑换,则无法补偿;

亚米网电子礼卡可用于购买自营或第三方商品;

亚米网电子礼卡没有有效期限制,长期有效;

亚米网电子礼卡的金额,可分多次使用;

亚米网电子礼卡业务规则,最终解释权归亚米网所有。

退换政策

已消费的电子礼卡不支持退款。

京东图书 销售

服务保障

Yami 满$49免运费
Yami 最优售后
Yami 美国本土发货

配送信息

  • 美国

    标准配送 $5.99(不包含阿拉斯加,夏威夷),最终价满$49免运费

    本地配送$5.99(加州,纽约州,新泽西,麻省和宾夕法尼亚,以上州部分地区);最终价满$49免运费

    两日达(包含阿拉斯加夏威夷)运费$19.99起

退换政策

提供30天内退还保障。产品需全新未使用原包装内,并附有购买凭据。产品质量问题、或错发漏发等,由商家造成的失误,将进行补发,或退款处理。其它原因需退货费用由客户自行承担。

由 京东图书 销售

服务保障

Yami 跨店满$69免运费
Yami 30天退换保障

亚米-中国集运仓

由亚米从中国精选并集合各大优秀店铺的商品至亚米中国整合中心,合并包裹后将一次合包跨国邮寄至您的地址。跨店铺包邮门槛低至$69。您将在多商家集合提供的广泛选品中选购商品,轻松享受跨店铺包邮后的低邮费。

退换政策

提供30天内退换保障。产品需在全新未使用的原包装内,并附有购买凭据。产品质量问题、错发、或漏发等由商家造成的失误,将进行退款处理。其它原因造成的退换货邮费客户将需要自行承担。由于所有商品均长途跋涉,偶有简易外包压磨等但不涉及内部质量问题者,不予退换。

配送信息

亚米中国集运 Consolidated Shipping 运费$9.99(订单满$69 包邮)

下单后2个工作日中国商家发货,所有包裹抵达亚米中国整合中心(除特别情况及中国境内个别法定节假日外)会合并包裹后通过UPS发往美国。UPS从中国发货后到美国境内的平均时间为10个工作日左右,根据直发单号可随时跟踪查询。受疫情影响,目前物流可能延迟5天左右。包裹需要客人签收。如未签收,客人须承担包裹丢失风险。

由 京东图书 销售

服务保障

满$69免运费
正品保证

配送信息

Yami Consolidated Shipping 运费$9.99(订单满$69包邮)


下单后1-2个工作日内发货。 物流时效预计7-15个工作日。 如遇清关,交货时间将延长3-7天。 最终收货日期以邮政公司信息为准。

积分规则

不参加任何折扣活动以及亚米会员积分制度。

退换政策

提供30天内退还保障。产品需全新未使用原包装内,并附有购买凭据。产品质量问题、或错发漏发等,由商家造成的失误,将进行补发,或退款处理。其它原因需退货费用由客户自行承担。

Yami

下载亚米应用

返回顶部

为你推荐

品牌故事

京东图书

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

评论{{'('+ commentList.posts_count + ')'}}

分享你的感受,帮助更多用户做出选择。

写评论
{{ totalRating }} 写评论
  • {{i}}星

    {{i}}星

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}收起

{{ strLimit(comment,800) }}查看全部

Show Original

{{ comment.content }}

Yami
查看更多

{{ formatTime(comment.in_dtm) }} 已购买 {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}收起

{{ strLimit(comment,800) }}查看全部

Show Original

{{ comment.content }}

Yami
查看更多

{{ formatTime(comment.in_dtm) }} 已购买 {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

暂无符合条件的评论

评论详情

Yami Yami

{{ showTranslate(commentDetails) }}收起

{{ strLimit(commentDetails,800) }}查看全部

Show Original

{{ commentDetails.content }}

Yami
查看更多

{{ formatTime(commentDetails.in_dtm) }} 已购买 {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

请输入内容

回复{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}收起

{{ strLimit(reply,800) }}查看全部

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

请输入内容

取消

End

发表评论
商品评分

请输入评论

  • 一个好的昵称,会让你的评论更受欢迎!
  • 修改了这里的昵称,个人资料中的昵称也将被修改。
感谢你的评论
你的好评可以帮助我们的社区发现更好的亚洲商品。

举报

取消

确认删除该评论吗?

取消

历史浏览

品牌故事

京东图书