Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lots of API specification updates #13

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9f3498c
Fixed country_code, site_id and mailer_id to be common type, so it wo…
kendallb Mar 27, 2024
ba0fc45
This item is nullable as the actual code can return null here (includ…
kendallb Aug 12, 2020
c867514
These all need to be nullable also as the service responses actually …
kendallb Aug 13, 2020
1bd40d7
These can be null for UPS SurePost, so the spec needs to handle that
kendallb Aug 14, 2020
841579d
The customs_item_id is marked as required and not-nullable, but it re…
kendallb Mar 27, 2024
04ebd2a
There is already a type for carrier code so it should be used and NOT…
kendallb Mar 27, 2024
1e5d0d7
Add support for undocumented test_labels parameters
kendallb Sep 11, 2020
3d7668f
Warehouse ID is *not* required for manifesting, and this will fail to…
kendallb Sep 11, 2020
bb9f92f
Tracking numbers need to be optional to correctly parse the response …
kendallb Sep 11, 2020
0fce42c
These should not be marked as obsolete as it will cause the compiler …
kendallb Sep 11, 2020
ea928b7
Fixed incorrectly specified 204 responses as they are actually empty …
kendallb Sep 23, 2020
a84e0fd
This must be nullable, as it comes back null for USPS manifest docume…
kendallb Sep 28, 2020
a72118d
Gah, this *also* needs to be nullable
kendallb Sep 29, 2020
2250934
Some countries do not have states, so this can fail if null is passed…
kendallb Sep 30, 2020
fd15e92
Added in the missing carrier information to the error responses
kendallb Oct 2, 2020
3ea520e
Add support for missing label_image_id which is not documented on the…
kendallb Nov 11, 2020
fd2d4af
These are NULLABLE, as they can come back as NULL from the addressd v…
kendallb Jul 8, 2021
ac4c79e
This must also be nullable
kendallb Jul 8, 2021
5a55b40
Add in missing error response
kendallb Jul 8, 2021
2e771c3
More fields need to be nullable
kendallb Nov 10, 2021
aabb556
Yet more fields need to be nullable
kendallb Jan 19, 2022
c331d61
Yet more nullable fields in the wild
kendallb Jan 28, 2022
0a08ba2
Fix up broken image_content_type and revert the shipping_address_to s…
kendallb Mar 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading