vinothkumar Posted October 4, 2023 Posted October 4, 2023 hi i'm using usps module for oscommerce latest version. this module only show the Priority Mail and Priority Mail Express 1-Day not showing the First class option. how to solve?.. Quote
vishwa Posted October 26, 2023 Posted October 26, 2023 On 10/4/2023 at 7:50 PM, vinothkumar said: i'm using usps module for oscommerce latest version. this module only show the Priority Mail and Priority Mail Express 1-Day not showing the First class option. how to solve?.. Hi @vinothkumar, You need pass the parameters for First Class Mail service. <RateV4Request USERID="{{USERID}}"> <Revision>2</Revision> <Package ID="1ST"> <Service>FIRST CLASS</Service> <FirstClassMailType>PARCEL</FirstClassMailType> <ZipOrigination>44106</ZipOrigination> <ZipDestination>20770</ZipDestination> <Pounds>0</Pounds> <Ounces>3.12345678</Ounces> <Container/><Size>REGULAR</Size> <Machinable>true</Machinable> </Package> </RateV4Request> Reffer this documentation: https://documenter.getpostman.com/view/7769778/SVYovfg2#3bc1cdbe-0bb4-497d-b0dd-074f9577eda6 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.