Skip to content

Commit

Permalink
Add GET_FBA_INVENTORY_PLANNING_DATA report type
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Apr 13, 2022
1 parent 9bed6d4 commit 5f5e985
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/ReportType.php
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,11 @@ class ReportType
'name' => 'GET_PRODUCT_EXCHANGE_DATA',
'restricted' => false,
];
public const GET_FBA_INVENTORY_PLANNING_DATA = [
'contentType' => ContentType::TAB,
'name' => 'GET_FBA_INVENTORY_PLANNING_DATA',
'restricted' => false,
];


// FBA payments reports
Expand Down

0 comments on commit 5f5e985

Please sign in to comment.