-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add setproductdetails * finalize * add example amazon product details
- Loading branch information
Showing
14 changed files
with
145 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
{ | ||
"products": [ | ||
{ | ||
"originalJson": { | ||
"sku": "poc_premium_annual_testnami_stg", | ||
"productType": "SUBSCRIPTION", | ||
"description": "With Nami+, stay connected with premium content.", | ||
"price": "$99.99", | ||
"smallIconUrl": "", | ||
"title": "POC Premium Annual", | ||
"coinsRewardsAmount": 0, | ||
"subscriptionPeriod": "Annual", | ||
"freeTrialPeriod": "7 days", | ||
"promotions": [ | ||
{ | ||
"promotionType": "Introductory", | ||
"promotionPlans": [ | ||
{ | ||
"promotionPricePeriod": "SemiAnnual", | ||
"promotionPrice": "$39.99", | ||
"promotionPriceCycles": 1 | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"originalPrice": "$99.99", | ||
"iconUrl": "", | ||
"title": "POC Premium Annual", | ||
"localizedPrice": "$99.99", | ||
"price": "$99.99", | ||
"type": "subs", | ||
"description": "With Nami+, stay connected with premium content.", | ||
"productId": "poc_premium_annual_testnami_stg", | ||
"currency": "USD" | ||
}, | ||
{ | ||
"originalJson": { | ||
"sku": "poc_premium_monthly_testnami_stg", | ||
"productType": "SUBSCRIPTION", | ||
"description": "With Nami+, stay connected with premium content.", | ||
"price": "$14.99", | ||
"smallIconUrl": "", | ||
"title": "POC Premium Monthly", | ||
"coinsRewardsAmount": 0, | ||
"subscriptionPeriod": "Monthly" | ||
}, | ||
"originalPrice": "$14.99", | ||
"iconUrl": "", | ||
"title": "POC Premium Monthly", | ||
"localizedPrice": "$14.99", | ||
"price": "$14.99", | ||
"type": "subs", | ||
"description": "With Nami+, stay connected with premium content.", | ||
"productId": "poc_premium_monthly_testnami_stg", | ||
"currency": "USD" | ||
}, | ||
{ | ||
"originalJson": { | ||
"sku": "poc_base_annual_testnami_stg", | ||
"productType": "SUBSCRIPTION", | ||
"description": "With Nami+, stay connected with premium content.", | ||
"price": "$49.99", | ||
"smallIconUrl": "", | ||
"title": "POC Base Annual", | ||
"coinsRewardsAmount": 0, | ||
"subscriptionPeriod": "Annual" | ||
}, | ||
"originalPrice": "$49.99", | ||
"iconUrl": "", | ||
"title": "POC Base Annual", | ||
"localizedPrice": "$49.99", | ||
"price": "$49.99", | ||
"type": "subs", | ||
"description": "With Nami+, stay connected with premium content.", | ||
"productId": "poc_base_annual_testnami_stg", | ||
"currency": "USD" | ||
}, | ||
{ | ||
"originalJson": { | ||
"sku": "poc_base_monthly_testnami_stg", | ||
"title": "POC Base Monthly", | ||
"productType": "SUBSCRIPTION", | ||
"description": "With Nami+, stay connected with premium content.", | ||
"price": "$6.99", | ||
"smallIconUrl": "", | ||
"coinsRewardsAmount": 0, | ||
"subscriptionPeriod": "Monthly" | ||
}, | ||
"originalPrice": "$6.99", | ||
"iconUrl": "", | ||
"title": "POC Base Monthly", | ||
"localizedPrice": "$6.99", | ||
"price": "$6.99", | ||
"type": "subs", | ||
"description": "With Nami+, stay connected with premium content.", | ||
"productId": "poc_base_monthly_testnami_stg", | ||
"currency": "USD" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters