Bixby Developer Center

References

country-documents

optionalmultiple allowed

Block key that contains a country's legal documents. You can specify multiple store-country keys to bundle several countries to a set of legal documents, but each legal agreement must be unique for a store-country. Make sure that you satisfy each country's legal requirements within each country-documents block or your capsule will be rejected for that store-country.

Example

legal {
country-documents {
store-country(US)
terms-and-conditions {
url(https://my-capsules-toc.us.com/)
}
privacy-policy {
url(https://my-capsules-privacy-policy.us.com/)
}
additional-terms-and-conditions {
url(https://my-capsules-addl-toc.us.com/)
}
cross-border-data-transfer {
url(https://my-capsules-cbdt.us.com/)
}
}
}

Child Keys

store-country
required
Specifies the store country that the country-documents block applies to
additional-terms-and-conditions
optional
Specifies the URL to any additional terms and agreements a country or group of countries that are required for your capsule, such as location terms and conditions for Korean capsules
cross-border-data-transfer
optional
Specifies the URL to your capsule's cross border data transfer agreements (such as locations, countries, and where data is stored)
privacy-policy
optional
Specifies the URL to the privacy policy for your capsule
terms-and-conditions
optional
Specifies the URL to the capsule's terms and conditions