RetailCRM API Client

OrdersUploadResponse extends SuccessResponse

Class OrdersUploadResponse

Tags
category

OrdersUploadResponse

Table of Contents

Properties

$failedOrders  : array<string|int, EntityWithExternalId>
$orders  : array<string|int, Order>
$site  : string
$success  : bool
$uploadedOrders  : array<string|int, FixExternalRow>

Properties

$orders

public array<string|int, Order> $orders
Tags
JMS\Type

("array<RetailCrm\Api\Model\Entity\Orders\Order>")

JMS\SerializedName

("orders")

$success

public bool $success = true
Tags
JMS\Type

("boolean")

JMS\SerializedName

("success")

$uploadedOrders

public array<string|int, FixExternalRow> $uploadedOrders
Tags
JMS\Type

("array<RetailCrm\Api\Model\Entity\FixExternalRow>")

JMS\SerializedName

("uploadedOrders")


        
On this page

Search results