Skip to content

Commit

Permalink
Add Rate Card Manager documentation (#156)
Browse files Browse the repository at this point in the history
* Add Rate Card Manager documentation

* Fix broken link

* Remove 'Shipstation' from RCM docs
  • Loading branch information
AndrewBenzSW authored Jan 17, 2024
1 parent 6d6efca commit 09abdb7
Show file tree
Hide file tree
Showing 4 changed files with 694 additions and 23 deletions.
6 changes: 5 additions & 1 deletion native-rating/implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ If there is carrier-wide rating logic, it should be in a file named `rate-shipme

Each rate card needs to have a folder named with its id. Within each rate card folder there are three files that can be specified. If the rate card has custom logic, it should be in a file within the rate card's folder named `rate-shipments.js`. If the rate card has rating data or custom variable data, it can specify files named `rates.json` or `variables.json` to define that data. The format of these files are defined below.

### Data formats
### SupportsUserManagedRates

This controls whether users can manage their own rate cards through the [Rate Card Manager](./rate-card-manager.md). If this is `true`, the rating logic must be able to handle these rate cards.

## Data formats

**Rates**

Expand Down
Loading

0 comments on commit 09abdb7

Please sign in to comment.