View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007395 | GraphQL Storefront | [All Projects] General | public | 2022-12-22 14:38 | 2022-12-23 11:27 |
Reporter | michael_keiluweit | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | v2.0.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0007395: It's not possible to set the telephone number oxfon | ||||
Description | The table oxuser has three fields for telephone numbers: - oxfon - oxprivfon - oxmobfon The mutation customerRegister doesn't offer to set those fields, but the mutation customerInvoiceAddressSet. Though it only allows to change the phone and mobile number. Conclusion: Currently it's only possible to set oxprivfon and oxmobfon, but not oxfon. | ||||
Steps To Reproduce | https ://docs.oxid-esales.com/interfaces/graphql/en/latest/consuming/AdministrateCustomer.html#id7 (sorry, I had to add a whitspace, else I wasn't allowed to post the entry) | ||||
Additional Information | mutation customerInvoiceAddressSet { customerInvoiceAddressSet ( invoiceAddress: { salutation: "{{salutation}}" firstName: "{{firstName}}" lastName: "{{lastName}}" company: "{{company}}" additionalInfo: "{{additionalInfo}}" street: "{{street}}" streetNumber: "{{streetNumber}}" zipCode: "{{zipCode}}" city: "{{city}}" countryId: "{{countryId}}" phone: "{{phone}}" mobile: "{{mobile}}" fax: "{{fax}}" } ) { salutation firstName lastName company additionalInfo street streetNumber zipCode city phone mobile fax } } MySQL [oxid]> select oxfon, oxprivfon, oxmobfon from oxuser where oxusername = "[email protected]"; +-------+-----------+----------+ | oxfon | oxprivfon | oxmobfon | +-------+-----------+----------+ | | 123456 | 665 | +-------+-----------+----------+ | ||||
Tags | No tags attached. | ||||