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/explain-package-size #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
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
8 changes: 8 additions & 0 deletions docs/_docs/03_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,15 @@ where `<request-body>` is:
]
}
```
The package_size is an integer value representing different sizes of flyers, categorized as follows:

[1] Small Flyer (20x25cm): Packages assigned the value 1 correspond to the Small Flyer size, measuring 20x25 centimeters.

[2] Medium Flyer (40x40cm): Packages designated with the value 2 indicate the Medium Flyer size, measuring 40x40 centimeters.

[3] Large Flyer (45x50cm): Packages denoted by the value 3 signify the Large Flyer size, measuring 45x50 centimeters.

[4] Extra Large Flyer (50x60cm): Packages represented by the value 4 denote the Extra Large Flyer size, measuring 50x60 centimeters.
These are the minimum number of parameters that you need to send.
Refer to the [API Reference](api-reference) for a full documentation on the other parameters you can set.

Expand Down