-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for development
Description
When doing API call to /rest/default/V1/store/storeViews the result list items do not show is_active value
Preconditions
- Any Magento2 version
Steps to reproduce
- Perform a rest call to http://store.domain/rest/[store-view-code]/V1/store/storeViews
Expected result
- The resulted data should include is_active value for the store, ie.
{
"id": 1,
"code": "default",
"name": "English",
"website_id": 1,
"store_group_id": 1,
"is_active": 1,
"extension_attributes": {...}
},...
Actual result
- Result is missing is_active flag, ie.
{
"id": 1,
"code": "default",
"name": "English",
"website_id": 1,
"store_group_id": 1,
"extension_attributes": {...}
},...
Metadata
Metadata
Assignees
Labels
Issue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for development