Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: parameters fix for getPackageLabels
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jul 15, 2020
1 parent 94f094b commit 477fd37
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export class FulfillmentInboundShipment {
action: 'GetPackageLabels',
parameters: {
ShipmentId: parameters.ShipmentId,
PageType: parameters.PageType,
NumberOfPackages: parameters.NumberOfPackages,
},
})

Expand Down

0 comments on commit 477fd37

Please sign in to comment.