Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
docs(checkout): CHECKOUT-7716 Add gift_wrapping in v3/cart response
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-mackxu committed Sep 18, 2023
1 parent a98a876 commit 6b16178
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions reference/carts.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2924,6 +2924,20 @@ components:
type: number
description: The product option value identifier in number format.
example: 128
gift_wrapping:
description: The gift wrapping details for this item.
type: object
properties:
name:
type: string
example: Gift Wrap 1
message:
type: string
example: Happy Birthday!
amount:
type: number
format: float
example: 1.99
required:
- variant_id
- product_id
Expand Down

0 comments on commit 6b16178

Please sign in to comment.