targetOrigins
The target origin of the website on which you will be launching
Unified Checkout
/Microform is defined by the scheme (protocol), hostname
(domain), and port number (if used). You must use https://hostname (unless you use http://localhost)
Wildcards are NOT supported. Ensure that subdomains are included.
Any valid top-level domain is supported (Such as .com, .co.uk, and .gov.br)
Examples:
- https://example.com
- https://subdomain.example.com
- https://example.com:8080
If you are embedding within multiple nested iframes you need to specify the origins
of all the browser contexts used, for example:
targetOrigins: [ "https://example.com", "https://basket.example.com", "https://ecom.example.com" ]
Specifications
- Data Type:String
- Data Length:
Mapping Information
- REST API Field:targetOrigins
- Simple Order API Field:No corresponding field.