Skip to content

Commit

Permalink
Update VTEX - Subscriptions API (v3).json
Browse files Browse the repository at this point in the history
  • Loading branch information
Isabella-Veloso committed Sep 11, 2024
1 parent 80b70dc commit c8bf97e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions VTEX - Subscriptions API (v3).json
Original file line number Diff line number Diff line change
Expand Up @@ -2689,12 +2689,12 @@
"properties": {
"enableAttachments": {
"type": "boolean",
"description": "Defines if the store keeps attachments from original orders and subscription orders incorporate them (`true`) or if these attachments are disconsidered (`false`). By default, this field is set as `false`.",
"description": "Defines if the store [keeps attachments from original orders](https://developers.vtex.com/docs/guides/how-to-keep-attachments-from-original-orders-in-subscriptions) and subscription orders incorporate them (`true`) or if these attachments are disconsidered (`false`). By default, this field is set as `false`.",
"example": false
},
"splitSameSkuWithDifferentAttachments": {
"type": "boolean",
"description": "Defines if the same SKUs that contain different attachments in the original order are split (`true`) or not (`false`). By default, this field is set as `false`. It can only be set as `true` if the `enableAttachments` field is also set as `true`.",
"description": "Defines if the [same SKUs that contain different attachments](https://developers.vtex.com/docs/guides/how-to-keep-attachments-from-original-orders-in-subscriptions) in the original order are split (`true`) or not (`false`). By default, this field is set as `false`. It can only be set as `true` if the `enableAttachments` field is also set as `true`.",
"example": false
}
}
Expand Down Expand Up @@ -4502,11 +4502,11 @@
"properties": {
"enableAttachments": {
"type": "boolean",
"description": "Defines if the store keeps attachments from original orders and subscription orders incorporate them (`true`) or if these attachments are disconsidered (`false`). By default, this field is set as `false`."
"description": "Defines if the store [keeps attachments from original orders](https://developers.vtex.com/docs/guides/how-to-keep-attachments-from-original-orders-in-subscriptions) and subscription orders incorporate them (`true`) or if these attachments are disconsidered (`false`). By default, this field is set as `false`."
},
"splitSameSkuWithDifferentAttachments": {
"type": "boolean",
"description": "Defines if the same SKUs that contain different attachments in the original order are split (`true`) or not (`false`). By default, this field is set as `false`. It can only be set as `true` if the `enableAttachments` field is also set as `true`."
"description": "Defines if the [same SKUs that contain different attachments](https://developers.vtex.com/docs/guides/how-to-keep-attachments-from-original-orders-in-subscriptions) in the original order are split (`true`) or not (`false`). By default, this field is set as `false`. It can only be set as `true` if the `enableAttachments` field is also set as `true`."
}
}
},
Expand Down

0 comments on commit c8bf97e

Please sign in to comment.