Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save adrianmi8/e425e7d6d7007f442c0e92cd4e9ca95e to your computer and use it in GitHub Desktop.
Save adrianmi8/e425e7d6d7007f442c0e92cd4e9ca95e to your computer and use it in GitHub Desktop.
Request USPS Endicia rate - Create Package
zkusps__QueuedPackage__c queuedPackage = new zkusps__QueuedPackage__c (
zkusps__DeclaredValue__c = 1,
zkusps__WeightPounds__c = 0,
zkusps__WeightOunces__c = 2,
zkusps__Height__c = 1,
zkusps__Length__c = 1,
zkusps__Width__c = 1,
zkusps__QueuedShipment__c = queuedShipment.Id
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment