Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Commit

Permalink
Updated Shipments API guide to reflect a working example. [#113]
Browse files Browse the repository at this point in the history
  • Loading branch information
kfalconer authored and radar committed Sep 20, 2013
1 parent bdb29eb commit a19abad
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions content/api/shipments.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,10 @@ Assuming in this instance that you want to create a shipment with a stock_locati

<%= admin_only %>

To update a shipment, make a request like this:
To update shipment information, make a request like this:

```text
PUT /api/orders/R1234567/shipments/H123456789```

To update shipment information, use parameters like this:

<%= json \
:shipment => {
:tracking=>"TRK9000"
} %>
PUT /api/orders/R1234567/shipments/H123456789?shipment[tracking]=TRK9000```

### Parameters

Expand Down

0 comments on commit a19abad

Please sign in to comment.