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

Update shipments.md #61

Merged
merged 2 commits into from Jul 27, 2023
Merged

Update shipments.md #61

merged 2 commits into from Jul 27, 2023

Conversation

jasirguzman123
Copy link
Contributor

@jasirguzman123 jasirguzman123 commented Jul 19, 2023

Updates Api documentation to include line_items for international shipments

  ...
  "ship_date": "today",
  "line_items": [ // Only required for international (non US & CA) shipments
      {
         "quantity": 1,
         "description": "Hand made bracelet",
         "value_amount": "84.49"
         "currency_code": "usd",
         "hs_tariff_code": null, // optional
         "origin_country": null // optional
      }
  ]

@@ -378,9 +378,11 @@ _Enumeration values_:
* `value_currency`:
* `cad` - Canadian Dollar
* `usd` - US Dollar

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

@mlywe mlywe merged commit 4068ded into chitchats:master Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants