Skip to content

Commit c32a864

Browse files
OAS Update
1 parent 7f84286 commit c32a864

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

services/pim/v2/pim.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
"type": "string"
626626
},
627627
"id": {
628-
"description": "The unique identifier for the category, which is object id from MongoDB",
628+
"description": "The unique identifier for the category, which is object id from the DB",
629629
"example": "5099803df3f4948bd2f98391",
630630
"nullable": true,
631631
"type": "string"
@@ -761,7 +761,7 @@
761761
"type": "string"
762762
},
763763
"id": {
764-
"description": "Unique identifier of the marketing product, which is object id from MongoDB",
764+
"description": "Unique identifier of the marketing product, which is object id from the DB",
765765
"example": "5099803df3f4948bd2f98392",
766766
"nullable": true,
767767
"type": "string"
@@ -816,7 +816,7 @@
816816
"type": "array"
817817
},
818818
"categoryId": {
819-
"description": "The unique identifier for the category, which is object id from MongoDB",
819+
"description": "The unique identifier for the category, which is object id from the DB",
820820
"example": "5099803df3f4948bd2f98391",
821821
"nullable": true,
822822
"type": "string"
@@ -833,7 +833,7 @@
833833
"type": "string"
834834
},
835835
"id": {
836-
"description": "Unique identifier of the product, which is object id from MongoDB",
836+
"description": "Unique identifier of the product, which is object id from the DB",
837837
"example": "5099803df3f4948bd2f98392",
838838
"nullable": true,
839839
"type": "string"
@@ -969,7 +969,7 @@
969969
"SKU": {
970970
"properties": {
971971
"categoryId": {
972-
"description": "The unique identifier for the category, which is object id from MongoDB",
972+
"description": "The unique identifier for the category, which is object id from the DB",
973973
"example": "5099803df3f4948bd2f98391",
974974
"nullable": true,
975975
"type": "string"
@@ -1055,7 +1055,7 @@
10551055
"type": "array"
10561056
},
10571057
"productId": {
1058-
"description": "The unique identifier for the product, which is object id from MongoDB",
1058+
"description": "The unique identifier for the product, which is object id from the DB",
10591059
"example": "5099803df3f4948bd2f98391",
10601060
"nullable": true,
10611061
"type": "string"
@@ -1110,7 +1110,7 @@
11101110
"type": "string"
11111111
},
11121112
"unit": {
1113-
"description": "Full SAP article number with prefix. Will appear on the invoice like that",
1113+
"description": "The unit of measurement for the invoiced items, as to be displayed on the invoice.",
11141114
"example": "Hours",
11151115
"type": "string"
11161116
},
@@ -1698,7 +1698,7 @@
16981698
"type": "string"
16991699
},
17001700
"unit": {
1701-
"description": "Full SAP article number with prefix. Will appear on the invoice like that",
1701+
"description": "The unit of measurement for the invoiced items, as to be displayed on the invoice.",
17021702
"example": "Hours",
17031703
"type": "string"
17041704
},

0 commit comments

Comments
 (0)