|
34 | 34 | <attribute name="groups">shop:order:create</attribute>
|
35 | 35 | </attribute>
|
36 | 36 | <attribute name="openapi_context">
|
37 |
| - <attribute name="summary">Pickups a new cart. Provided locale code has to be one of available for a particular channel.</attribute> </attribute> |
| 37 | + <attribute name="summary">Pickups a new cart. Provided locale code has to be one of available for a |
| 38 | + particular channel. |
| 39 | + </attribute> |
| 40 | + </attribute> |
38 | 41 | </collectionOperation>
|
39 | 42 |
|
40 | 43 | <collectionOperation name="shop_get">
|
|
137 | 140 | <attribute name="groups">shop:cart:read</attribute>
|
138 | 141 | </attribute>
|
139 | 142 | <attribute name="openapi_context">
|
140 |
| - <attribute name="summary">Addresses cart to given location, logged in Customer does not have to provide an email</attribute> |
| 143 | + <attribute name="summary">Addresses cart to given location, logged in Customer does not have to |
| 144 | + provide an email |
| 145 | + </attribute> |
141 | 146 | </attribute>
|
142 | 147 | </itemOperation>
|
143 | 148 |
|
|
414 | 419 | </subresourceOperation>
|
415 | 420 | </subresourceOperations>
|
416 | 421 |
|
417 |
| - <property name="id" identifier="false" writable="false" /> |
418 |
| - <property name="number" identifier="false" writable="false" /> |
419 |
| - <property name="tokenValue" identifier="true" writable="false" /> |
420 |
| - <property name="channel" writable="false" /> |
421 |
| - <property name="customer" writable="false" /> |
| 422 | + <property name="id" identifier="false" writable="false"/> |
| 423 | + <property name="number" identifier="false" writable="false"/> |
| 424 | + <property name="tokenValue" identifier="true" writable="false"/> |
| 425 | + <property name="channel" writable="false"/> |
| 426 | + <property name="customer" writable="false"/> |
422 | 427 | <property name="shipments" writable="false">
|
423 |
| - <subresource resourceClass="%sylius.model.shipment.class%" /> |
| 428 | + <subresource resourceClass="%sylius.model.shipment.class%"/> |
424 | 429 | </property>
|
425 | 430 | <property name="payments" writable="false">
|
426 |
| - <subresource resourceClass="%sylius.model.payment.class%" /> |
| 431 | + <subresource resourceClass="%sylius.model.payment.class%"/> |
427 | 432 | </property>
|
428 |
| - <property name="state" writable="false" /> |
429 |
| - <property name="paymentState" writable="false" /> |
430 |
| - <property name="shippingState" writable="false" /> |
431 |
| - <property name="total" writable="false" /> |
432 |
| - <property name="orderPromotionTotal" writable="false" /> |
| 433 | + <property name="state" writable="false"/> |
| 434 | + <property name="paymentState" writable="false"/> |
| 435 | + <property name="shippingState" writable="false"/> |
| 436 | + <property name="total" writable="false"/> |
| 437 | + <property name="orderPromotionTotal" writable="false"/> |
433 | 438 | <property name="items" readable="true" writable="true">
|
434 |
| - <subresource resourceClass="%sylius.model.order_item.class%" /> |
| 439 | + <subresource resourceClass="%sylius.model.order_item.class%"/> |
435 | 440 | </property>
|
436 |
| - <property name="notes" writable="true" /> |
437 |
| - <property name="itemsTotal" readable="true" /> |
| 441 | + <property name="notes" writable="true"/> |
| 442 | + <property name="itemsTotal" readable="true"/> |
438 | 443 | <property name="taxTotal" readable="true"/>
|
439 | 444 | <property name="adjustments" writable="false">
|
440 |
| - <subresource resourceClass="%sylius.model.adjustment.class%" /> |
| 445 | + <subresource resourceClass="%sylius.model.adjustment.class%"/> |
441 | 446 | </property>
|
442 |
| - <property name="billingAddress" writable="false" /> |
443 |
| - <property name="shippingAddress" writable="false" /> |
444 |
| - <property name="localeCode" writable="true" /> |
| 447 | + <property name="billingAddress" writable="false"/> |
| 448 | + <property name="shippingAddress" writable="false"/> |
| 449 | + <property name="localeCode" writable="true"/> |
445 | 450 | </resource>
|
446 | 451 | </resources>
|
0 commit comments