Skip to content

Commit

Permalink
Add missing deprecated message
Browse files Browse the repository at this point in the history
  • Loading branch information
loginesta committed Jul 27, 2023
1 parent 93e5643 commit 859101c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_includes/graphql/return.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The ReturnItem object provides details about an individual item in a return requ

Attribute | Data Type | Description
--- | --- | ---
`custom_attributes` | [[ReturnCustomAttribute]](#returncustomattribute-attributes) | Return item custom attributes that are visible on the storefront
`custom_attributes` | [[ReturnCustomAttribute]](#returncustomattribute-attributes) | Deprecated. Use `custom_attributesV2` instead
`custom_attributesV2` | [AttributeValueInterface!] | Custom attributes that are visible on the storefront
`order_item` | [OrderItemInterface!](/src/pages/graphql/schema/orders/interfaces/order-item.md) | Provides access to the product being returned, including information about selected and entered options
`quantity` | Float! | The quantity of the item the merchant authorized to be returned
Expand Down

0 comments on commit 859101c

Please sign in to comment.