createSourcingProfile
Creates a SourcingProfile
for a retailer.
If the provided ref
is unique, it creates the first version with ACTIVE
status.
If a SourcingProfile
with the same ref
already exists, it creates a new version with DRAFT
status.
Input fields
CreateSourcingProfileInput
)
Return fields
ID!
)
ID of the object. For internal use, should not be used externally or by any business logic
DateTime
)
Profile created on date
DateTime
)
Profile updated on date
String!
)
Unique reference of the sourcing profile
Int
)
Version of the sourcing profile
String
)
Comment for this profile version
String
)
Human-readable name of the profile
String
)
Human-readable description of the profile
String
)
Status of the profile (ACTIVE/INACTIVE/etc.)
User
)
User that last updated the profile
Retailer
)
Retailer that owns the sourcing profile
VirtualCatalogue
)
Virtual catalog used by default
Network
)
Network used by default
Int
)
Maximum number of split operations allowed by default
[SourcingStrategy]
)
List of strategies of the sourcing profile
[SourcingFallbackStrategy]
)
List of fallback strategies of the sourcing profile