Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
dmelendez35 committed Nov 28, 2024
1 parent 5ffb8ec commit 5dcd1bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void GetFulFillmentInboundLabelsFromWebCreationSample(string shipmentId,i
var labelParams = new ParameterGetLabels()
{
PageType = PageType.PackageLabel_Letter_6,
shipmentId = shipmentId,
ShipmentId = shipmentId,
LabelType = LabelType.SELLER_LABEL,
PageSize = boxCount
};
Expand Down

0 comments on commit 5dcd1bc

Please sign in to comment.