|
625 | 625 | "type": "string" |
626 | 626 | }, |
627 | 627 | "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", |
629 | 629 | "example": "5099803df3f4948bd2f98391", |
630 | 630 | "nullable": true, |
631 | 631 | "type": "string" |
|
761 | 761 | "type": "string" |
762 | 762 | }, |
763 | 763 | "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", |
765 | 765 | "example": "5099803df3f4948bd2f98392", |
766 | 766 | "nullable": true, |
767 | 767 | "type": "string" |
|
816 | 816 | "type": "array" |
817 | 817 | }, |
818 | 818 | "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", |
820 | 820 | "example": "5099803df3f4948bd2f98391", |
821 | 821 | "nullable": true, |
822 | 822 | "type": "string" |
|
833 | 833 | "type": "string" |
834 | 834 | }, |
835 | 835 | "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", |
837 | 837 | "example": "5099803df3f4948bd2f98392", |
838 | 838 | "nullable": true, |
839 | 839 | "type": "string" |
|
969 | 969 | "SKU": { |
970 | 970 | "properties": { |
971 | 971 | "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", |
973 | 973 | "example": "5099803df3f4948bd2f98391", |
974 | 974 | "nullable": true, |
975 | 975 | "type": "string" |
|
1055 | 1055 | "type": "array" |
1056 | 1056 | }, |
1057 | 1057 | "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", |
1059 | 1059 | "example": "5099803df3f4948bd2f98391", |
1060 | 1060 | "nullable": true, |
1061 | 1061 | "type": "string" |
|
1110 | 1110 | "type": "string" |
1111 | 1111 | }, |
1112 | 1112 | "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.", |
1114 | 1114 | "example": "Hours", |
1115 | 1115 | "type": "string" |
1116 | 1116 | }, |
|
1698 | 1698 | "type": "string" |
1699 | 1699 | }, |
1700 | 1700 | "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.", |
1702 | 1702 | "example": "Hours", |
1703 | 1703 | "type": "string" |
1704 | 1704 | }, |
|
0 commit comments