# EC1-335 - Cross Selling Bundle Product Page - "Promo Bundle Terkait"
> https://sinbadkp.atlassian.net/browse/EC1-335
## API Test Scenarios
#### Test Scenario 1
```gherkin
Scenario: As an Admin, I should be able to see affiliatedPromo field in SKU Data
Given the user has logged in as Admin
And catalogue <A> is related to promo bundle <A>
And catalogue <A> is related to promo bundle <B>
When the user hit get catalogue details
Then show catalogue <A> response data
And show 'affiliatedPromo' field
```
#### Test Scenario 2
```gherkin
Scenario: As an Admin, I should be able to see promo's data in affiliatedPromo field
Given the user has logged in as Admin
And catalogue <A> is related to promo bundle <A>
And catalogue <A> is related to promo bundle <B>
When the user hit get catalogue details
Then show catalogue <A> response data
And show 'affiliatedPromo' field with promo bundle <A>'s data object
And show 'affiliatedPromo' field with promo bundle <B>'s data object
```
#### Test Scenario 3
```gherkin
Scenario: As an Admin, I should see blank object affiliatedPromo for SKU with no relation to other promo bundle
Given the user has logged in as Admin
And catalogue <A> is not related to any promo bundle
When the user hit get catalogue details
Then show catalogue <A> response data
And show 'affiliatedPromo' field with blank object
```
#### Test Scenario 4
```gherkin
Scenario:
Given
And
When
Then
```
###### tags: `Sprint 23` `Red` `Ecommerce 1`