Skip to content

Commit

Permalink
Enhance documentation about expand header
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed Jun 13, 2023
1 parent 07f131d commit a169596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Many objects allow you to request additional information as an expanded response
```go
ctx := context.Background()

order, res, err := client.Orders.Get(context.WithValue(ctx, "Expand", "order_lines"))
order, res, err := client.Orders.Get(context.WithValue(ctx, "Expand", "order_lines")) // Comma seperated value -> order_lines,shipping_method,etc
```

## Support
Expand Down

0 comments on commit a169596

Please sign in to comment.