Skip to content

Commit

Permalink
format examples
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Aug 1, 2023
1 parent eb80026 commit e267136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ await api.updateShipped(credentials.access_token, [
id: 4261657553,
id_type: "s",
shipped: false,
},
}
]);
```

Expand Down Expand Up @@ -228,7 +228,7 @@ await api.updateQuantities(credentials.access_token, [
quantity_available: 45,
quantity_sold: 12,
origin_id: 12345678,
},
}
]);
```

Expand All @@ -254,7 +254,7 @@ await api.updateSKU(credentials.access_token, [
id: 1154611570,
id_type: "o",
sku: "AFIB-XL",
},
}
]);
```

Expand Down

0 comments on commit e267136

Please sign in to comment.