Skip to content

Commit eb189a7

Browse files
authored
Merge pull request #136 from EasyPost/add_fedex_usps_json_examples
add usps and fedex options
2 parents 269c3c2 + c407d19 commit eb189a7

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"options": {
3+
"print_custom_1": "printCustom1",
4+
"print_custom_2": "printCustom2",
5+
"print_custom_2_code": "PO",
6+
"print_custom_3": "printCustom3",
7+
"print_custom_3_code": "RMA",
8+
"invoice_number": "INVOICE12345"
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"options": {
3+
"print_custom_1": "printCustom1",
4+
"print_custom_2": "printCustom2",
5+
"print_custom_3": "printCustom3",
6+
"invoice_number": "INVOICE12345",
7+
"label_size": "4x6",
8+
"label_format": "PNG"
9+
}
10+
}

0 commit comments

Comments
 (0)